|
|
|
@5e7b125b
|
10 years |
anton |
output example: use the new AVFrame API to allocate audio frames
|
|
|
@ac85f63
|
10 years |
anton |
output example: set output channel layout
|
|
|
@294daf7
|
10 years |
anton |
output example: use a struct to bundle the video stream variables together
|
|
|
@38d04442
|
10 years |
anton |
output example: use the new AVFrame API for allocating the video frame
|
|
|
@3f4edf01
|
10 years |
anton |
dump_stream: print the timebase as is, do not reduce it
It makes more …
|
|
|
@1b04eb20
|
10 years |
anton |
lavc: do not allocate edges in the default get_buffer2()
|
|
|
@a0e1c35
|
10 years |
anton |
hevc: remove unused array min_cb_addr_zs
Signed-off-by: Anton Khirnov …
|
|
|
@9b60d919
|
10 years |
anton |
hevc: Allow out of bound values for num_reorder_pics
This fixes …
|
|
|
@593d2326
|
10 years |
diego |
dv: Replace a magic number by sizeof()
|
|
|
@5ab03e41
|
10 years |
diego |
x86: h264dsp: Fix link failure with optimizations disabled
With …
|
|
|
@2deb614
|
10 years |
derek.buitenhuis |
mjpegdec: Properly set the context colorspace info
The JPEG spec …
|
|
|
@772d150a
|
10 years |
vittorio.giovara |
h264: error out from decode_nal_units() when AV_EF_EXPLODE is set
…
|
|
|
@10306e9c
|
10 years |
vittorio.giovara |
jpeg2000: fix dereferencing invalid pointers during cleanup
CC: …
|
|
|
@ab72eda
|
10 years |
vittorio.giovara |
pixfmt: mark the reserved values
|
|
|
@fab9df63
|
10 years |
diego |
dsputil: Split off global motion compensation bits into a separate context
|
|
|
@f23d26a6
|
10 years |
janne-libav |
h264: avoid using uninitialized memory in NEON chroma mc
Adapt commit …
|
|
|
@ccda51b1
|
10 years |
lu_zero |
lzo: Handle integer overflow
get_len can overflow for specially …
|
|
|
@e121ac63
|
10 years |
kostya.shishkov |
indeo45: use is_indeo4 context flag instead of checking codec ID
…
|
|
|
@c67b449b
|
10 years |
diego |
dsputil: Split bswap*_buf() off into a separate context
|
|
|
@7b9ef8d7
|
10 years |
diego |
mpeg: Split error resilience bits off into a separate file
|
|
|
@f2f2e762
|
10 years |
justin.ruggles |
Check mp3 header before calling avpriv_mpegaudio_decode_header().
As …
|
|
|
@44127546
|
10 years |
justin.ruggles |
Check if an mp3 header is using a reserved sample rate.
Fixes an …
|
|
|
@463a7cde
|
10 years |
diego |
Differentiate assembler and assembly in documentation and comments
…
|
|
|
@0ef256d5
|
10 years |
lu_zero |
libx264: Correctly manage constant rate factor params
By default they …
|
|
|
@73953df7
|
10 years |
diego |
Replace av_malloc() and memset(0) by av_mallocz()
|
|
|
@f83896a
|
10 years |
diego |
ape: Replace memset(0) by zero initialization
|
|
|
@8d695dc4
|
10 years |
diego |
mpeg: Mark ff_mpeg_set_erpic() static
It is not used outside of the file.
|
|
|
@a6a675a7
|
10 years |
diego |
configure: Drop stray error resilience dependencies
|
|
|
@fbf4d219
|
10 years |
diego |
build: Record explicit dependency of intrax8 on error resilience
|
|
|
@c54e1187
|
10 years |
diego |
build: Have the eatqi decoder depend on the MPEG-1 decoder
eatqi uses …
|
|
|
@85d805d
|
10 years |
diego |
build: Add missing object files for webm muxer
|
|
|
@03391b54
|
10 years |
diego |
build: Add missing object files for Matroska demuxer
|
|
|
@49470b94
|
10 years |
diego |
build: Add missing replaygain object file for CAF demuxer
|
|
|
@9a9e2f1
|
10 years |
diego |
dsputil: Split audio operations off into a separate context
|
|
|
@ca1e36a8
|
10 years |
vittorio.giovara |
h264: fix build when error resilience is disabled
|
|
|
@9e500efd
|
10 years |
justin.ruggles |
Add av_image_check_sar() and use it to validate SAR
|
|
|
@d349afb0
|
10 years |
anton |
dv: cosmetics, reindent
|
|
|
@650dee63
|
10 years |
anton |
dv: get rid of global non-const tables
Instead, store them in the …
|
|
|
@77811159
|
10 years |
anton |
dvenc: initialize the profile only once, at init
We do not allow the …
|
|
|
@452860d7
|
10 years |
anton |
Use av_packet_rescale_ts() to simplify code.
|
|
|
@874390e1
|
10 years |
anton |
lavc: add a convenience function for rescaling timestamps in a packet
|
|
|
@440842c4
|
10 years |
vittorio.giovara |
stereo3d: add missing include guards
|
|
|
@852c329a
|
10 years |
diego |
configure: Drop duplicate pkg-config entry from help output
|
|
|
@b2290bf1
|
10 years |
kostya.shishkov |
i263: skip dummy frames
Intel i263 codec has special 8-byte dummy …
|
|
|
@e74433a8
|
10 years |
diego |
dsputil: Split clear_block*/fill_block* off into a separate context
|
|
|
@869fc416
|
10 years |
lu_zero |
hevc: Mark num_bins_in_se as unused
Only its size is actually used. …
|
|
|
@c385313d
|
10 years |
lu_zero |
rtsp: Support misordered fmtp rtpmap
Issue present in Avigilon IP cameras.
|
|
|
@c9c1e00f
|
10 years |
lu_zero |
rtsp: Factor out fmtp parsing
|
|
|
@49a24268
|
10 years |
lu_zero |
doc: Document segment_list_type
|
|
|
@194be1f4
|
10 years |
anton |
lavf: switch to AVStream.time_base as the hint for the muxer timebase
…
|
|
|
@d754ed41
|
10 years |
anton |
riffenc: take an AVStream instead of an AVCodecContext
It will be …
|
|
|
@f792d3c
|
10 years |
anton |
lavf: add the notimestamps flag to the muxers missing it
|
|
|
@cfbdd7ff
|
10 years |
anton |
rtpenc: base max_frames_per_packet on avg_frame_rate, not codec …
|
|
|
@894682a9
|
10 years |
anton |
Remove avserver.
It has not been properly maintained for years and …
|
|
|
@f2ce6324
|
10 years |
anton |
dcadec: replace ldexpf with a multiplication by a constant
…
|
|
|
@44671b5
|
10 years |
anton |
AVFrame: factor out freeing the side data
Signed-off-by: Anton …
|
|
|
@9affa784
|
10 years |
anton |
vp9 encoder: use a decent default speed setting
Signed-off-by: Anton …
|
|
|
@74bc9458
|
10 years |
anton |
flvenc: Don't over-count metadata.
Over-counting occurs if framerate …
|
|
|
@49106844
|
10 years |
anton |
tiffenc: fix packet size calculation
Signed-off-by: Anton Khirnov …
|
|
|
@fe4d5fe
|
10 years |
diego |
jpeg2000: Mark static data init functions as av_cold
|
|
|
@71d6551e
|
10 years |
anton |
avconv: use the correct variable in comparison
|
|
|
@83aa4fc3
|
10 years |
lu_zero |
configure: Directly support Android as target OS
|
|
|
@766f2d96
|
10 years |
vittorio.giovara |
gitignore: add dylib and swp entries
|
|
|
@711aa2a8
|
10 years |
vittorio.giovara |
lavf: dump stream side data when probing
|
|
|
@2dc26561
|
10 years |
vittorio.giovara |
lavf: group dump functions together
|
|
|
@5a69ded1
|
10 years |
vittorio.giovara |
vf_showinfo: print display transformation values
|
|
|
@27631796
|
10 years |
diego |
ac3: Only initialize float_dsp for the float encoder variant
|
|
|
@f0ce9913
|
10 years |
diego |
Rename tpel_template.c ---> pel_template.c
The new name more …
|
|
|
@4321e507
|
10 years |
vittorio.giovara |
configure: use pkg-config for libx264
|
|
|
@ceada893
|
10 years |
derek.buitenhuis |
libx265: Remove unneeded bit depth check
This is no longer needed …
|
|
|
@61a34491
|
10 years |
derek.buitenhuis |
libx265: Add 4:2:2 support
It is also not final yet, so require …
|
|
|
@180e6b48
|
10 years |
derek.buitenhuis |
libx265: Actually use X265_API_IMPORTS
It obvously needs to be above …
|
|
|
@dca7ba4b
|
10 years |
diego |
Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs
The files are …
|
|
|
@48e50921
|
10 years |
anton |
avconv: make -shortest work with streamcopy
CC: libav-stable@libav.org
|
|
|
@2f417031
|
10 years |
lu_zero |
libx264: Support bitrate reconfiguration
Signed-off-by: Luca Barbato …
|
|
|
@cd62c04d
|
10 years |
janne-libav |
h263enc: keep block_last_index always valid during advanced intra …
|
|
|
@0ddc53da
|
10 years |
janne-libav |
mpegvideo: synchronize AVFrame pointers in ERContext fully
Since …
|
|
|
@641e5723
|
10 years |
vittorio.giovara |
fate: add on2avc audio test
|
|
|
@d7705be9
|
10 years |
vittorio.giovara |
mpegvideoenc: check color_range
Rework the comparison into something …
|
|
|
@27860819
|
10 years |
diego |
ppc: Consistently use convenience macro for runtime CPU detection
|
|
|
@205fdd4e
|
10 years |
diego |
ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1enc
|
|
|
@f121dbd9
|
10 years |
lu_zero |
mpegts: Provide an option to override the pcr period
Certain hardware …
|
|
|
@3f7e94ec
|
10 years |
lu_zero |
mpegts: Move the option section to the bottom
Makes it consistent …
|
|
|
@a736ae1e
|
10 years |
lu_zero |
doc: Document mpegts muxrate
|
|
|
@570d4b21
|
10 years |
martin |
x86: h264: Don't keep data in the redzone across function calls on 64 …
|
|
|
@0776e0ef
|
10 years |
martin |
adpcm: Write the proper predictor in trellis mode in IMA QT
The …
|
|
|
@1619274f
|
10 years |
janne-libav |
av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE
…
|
|
|
@7b06ddb8
|
10 years |
janne-libav |
configure: use .altmacro for gnu as check on arm
Clang's integrated …
|
|
|
@3d79d0c9
|
10 years |
martin |
adpcm: Avoid reading out of bounds in the IMA QT trellis encoder
This …
|
|
|
@103243ca
|
10 years |
martin |
oggenc: Set the right AVOption size for the pref_duration option
On …
|
|
|
@f558f0d2
|
10 years |
derek.buitenhuis |
avcodec options: add enum option for color_range
Signed-off-by: Derek …
|
|
|
@7c29b722
|
10 years |
derek.buitenhuis |
avcodec options: add enum option for colorspace
Signed-off-by: Derek …
|
|
|
@efc2dfe6
|
10 years |
derek.buitenhuis |
avcodec options: add enum option for color_trc
Signed-off-by: Derek …
|
|
|
@bd71c300
|
10 years |
derek.buitenhuis |
avcodec options: add enum option for color_primaries
Signed-off-by: …
|
|
|
@8a067941
|
10 years |
derek.buitenhuis |
mpeg2: add sequence display extension information
Signed-off-by: …
|
|
|
@2f70651
|
10 years |
martin |
libfdk-aac: Relicense the library wrappers to the ISC license
This …
|
|
|
@e7d6d0bf
|
10 years |
martin |
mov: Export geotag metadata fields
The '?xyz' form is used by android …
|
|
|
@d816e12
|
10 years |
diego |
dict: const correctness for av_dict_get() and av_dict_copy()
|
|
|
@39ec5e1c
|
10 years |
lu_zero |
avconv: Report the codec and the encoder separately
Bug-Id: 694
|
|
|
@95b7fa17
|
10 years |
martin |
oggenc: Support flushing the muxer
This allows the caller to write …
|
|
|