|
|
|
@85cf49fa
|
13 years |
justin.ruggles |
FATE: remove WMA acodec tests
|
|
|
@3a1e453
|
13 years |
justin.ruggles |
FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparison
|
|
|
@a4cf4ef2
|
13 years |
justin.ruggles |
FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison
|
|
|
@de64d8cf
|
13 years |
rsbultje |
qtrle: Use bytestream2 functions to prevent buffer overreads.
…
|
|
|
@341404f7
|
13 years |
rsbultje |
vqavideo: check malloc return values
Signed-off-by: Paul B Mahol …
|
|
|
@d3958ab4
|
13 years |
rsbultje |
x11grab: fix a memory leak exposed by valgrind
When using "-f x11grab …
|
|
|
@05b9a89e
|
13 years |
rsbultje |
threads: fix old frames returned after avcodec_flush_buffers()
…
|
|
|
@7b60799a
|
13 years |
janne-libav |
MPV: always mark dummy frames as reference
If the dummy frame are not …
|
|
|
@1e26a48f
|
13 years |
rsbultje |
h264: fix deadlocks on incomplete reference frame decoding.
If …
|
|
|
@c6ccb96b
|
13 years |
rsbultje |
mpeg4: report frame decoding completion at ff_MPV_frame_end().
…
|
|
|
@80387f0e
|
13 years |
rsbultje |
mimic: don't use self as reference, and report completion at end of …
|
|
|
@e5d40372
|
13 years |
diego |
h264: K&R formatting cosmetics
Also remove some disabled code and fix …
|
|
|
@ad4cec6b
|
13 years |
diego |
s3tc.h: Add missing #include to fix standalone header compilation.
|
|
|
@90e5b58a
|
13 years |
justin.ruggles |
FATE: add capability for audio encode/decode tests with fuzzy psnr …
|
|
|
@cffd7580
|
13 years |
justin.ruggles |
FATE: allow a tolerance in the size comparison in do_tiny_psnr()
This …
|
|
|
@bb684296
|
13 years |
justin.ruggles |
FATE: use absolute difference from a target value in do_tiny_psnr()
…
|
|
|
@5ecadc66
|
13 years |
justin.ruggles |
FATE: allow tests to set CMP_SHIFT to pass to tiny_psnr
This will …
|
|
|
@0720d263
|
13 years |
justin.ruggles |
FATE: use $fuzz directly in do_tiny_psnr() instead of passing it around
|
|
|
@702985b8
|
13 years |
anton |
dxa: remove useless code
Signed-off-by: Paul B Mahol …
|
|
|
@cd9a3c3
|
13 years |
anton |
lavf: don't select an attached picture as default stream for seeking.
|
|
|
@25142298
|
13 years |
anton |
avconv: remove pointless checks.
OutputStream.picref is guaranteed to …
|
|
|
@ce326c11
|
13 years |
anton |
avconv: check for get_filtered_frame() failure.
|
|
|
@2636e691
|
13 years |
anton |
avconv: remove a pointless check.
output_video_filter is always …
|
|
|
@45fdcc8e
|
13 years |
rsbultje |
swscale: convert hscale() to use named arguments.
|
|
|
@98b9da2a
|
13 years |
rsbultje |
x86inc: add *mp named argument support to DEFINE_ARGS.
|
|
|
@aba7a827
|
13 years |
rsbultje |
swscale: convert hscale to cpuflags().
|
|
|
@e0febda2
|
13 years |
rsbultje |
h264: stricter reference limit enforcement.
Progressive images can …
|
|
|
@48cbe4b0
|
13 years |
rsbultje |
h264: increase reference poc list from 16 to 32.
Interlaced images …
|
|
|
@86020073
|
13 years |
rsbultje |
xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds …
|
|
|
@1f8ff2b1
|
13 years |
rsbultje |
snow: check reference frame indices.
Fixes NULL ptr dereference
…
|
|
|
@c9837954
|
13 years |
rsbultje |
snow: reject unsupported chroma shifts.
Found-by: Mateusz "j00ru" …
|
|
|
@92a02d93
|
13 years |
rsbultje |
Add ffvhuff encoding and decoding regression test
Signed-off-by: Paul …
|
|
|
@5b4d026a
|
13 years |
rsbultje |
anm: convert to bytestream2 API
Protects from overreads.
…
|
|
|
@f1ce053
|
13 years |
rsbultje |
bytestream: add more unchecked variants for bytestream2 API
…
|
|
|
@a1c036e9
|
13 years |
janne-libav |
jvdec: unbreak video decoding
The safe bitstream reader broke it …
|
|
|
@d3d1b25e
|
13 years |
janne-libav |
jv demux: set video stream duration
Signed-off-by: Paul B Mahol …
|
|
|
@05e0061e
|
13 years |
janne-libav |
fate: add pam image regression test
Signed-off-by: Paul B Mahol …
|
|
|
@972880f
|
13 years |
anton |
doc/general: update supported devices table.
Add libcdio and fbdev, …
|
|
|
@29e4046e
|
13 years |
anton |
doc/general: add missing @tab to codecs table.
|
|
|
@758ec111
|
13 years |
rsbultje |
h264: Fix invalid interlaced/progressive MB combinations for direct …
|
|
|
@64334ddb
|
13 years |
anton |
avconv: reindent
CC: libav-stable@libav.org
|
|
|
@6e8be949
|
13 years |
anton |
avconv: link '-passlogfile' option to libx264 'stats' AVOption.
Fixes …
|
|
|
@d533e39
|
13 years |
anton |
libx264: add 'stats' private option for setting 2pass stats filename.
…
|
|
|
@9d5c131e
|
13 years |
anton |
libx264: fix help text for slice-max-size option.
CC: …
|
|
|
@499ad54
|
13 years |
martin |
http: Clear the auth state on redirects
Currently we only try …
|
|
|
@e75bbcf4
|
13 years |
martin |
http: Retry auth if it failed due to being stale
Allow up to 4 …
|
|
|
@cdf9108
|
13 years |
martin |
rtsp: Resend new keepalive commands if they used stale auth
These …
|
|
|
@2f96cc1f
|
13 years |
martin |
rtsp: Retry authentication if failed due to being stale
…
|
|
|
@8a3360d1
|
13 years |
martin |
httpauth: Parse the stale field in digest auth
Signed-off-by: Martin …
|
|
|
@7103c835
|
13 years |
anton |
dxva2_vc1: pass the overlap flag to the decoder
Signed-off-by: Anton …
|
|
|
@b2b0aa7
|
13 years |
anton |
dxva2_vc1: fix decoding of BI frames
Signed-off-by: Anton Khirnov …
|
|
|
@6efe1807
|
13 years |
rsbultje |
FATE: add shorthand to wavpack test
Signed-off-by: Paul B Mahol …
|
|
|
@29b0d94b
|
13 years |
rsbultje |
dfa: convert to bytestream2 API
Protects from overreads.
…
|
|
|
@015da6e3
|
13 years |
rsbultje |
anm decoder: move buffer allocation from decode_init() to …
|
|
|
@3aa661ec
|
13 years |
janne-libav |
h264: improve parsing of broken AVC SPS
Parsing the entire NAL as SPS …
|
|
|
@bd3e07c8
|
13 years |
janne-libav |
pcm-mpeg: convert to bytestream2 API
Signed-off-by: Paul B Mahol …
|
|
|
@8a6037c3
|
13 years |
janne-libav |
Revert "h264: clear trailing bits in partially parsed NAL units"
This …
|
|
|
@363bd1c6
|
13 years |
janne-libav |
remove iwmmxt optimizations
The were broken since August of 2010 …
|
|
|
@33c5c3a
|
13 years |
rsbultje |
mimic: do not continue if swap_buf_size is 0
Signed-off-by: Paul B …
|
|
|
@dba425ad
|
13 years |
rsbultje |
mimic: convert to bytestream2 API
Signed-off-by: Paul B Mahol …
|
|
|
@05d089a8
|
13 years |
rsbultje |
frwu: use MKTAG to check marker instead of AV_RL32
Using …
|
|
|
@919f3554
|
13 years |
rsbultje |
txd: port to bytestream2 API
Protects against overreads.
…
|
|
|
@85aded74
|
13 years |
martin |
c93: convert to bytestream2 API
Protects against overreads.
…
|
|
|
@947e103a
|
13 years |
martin |
iff: make .long_name more descriptive
Signed-off-by: Paul B Mahol …
|
|
|
@5a877d95
|
13 years |
martin |
FATE: add test for cdxl demuxer
Signed-off-by: Paul B Mahol …
|
|
|
@705eeb5e
|
13 years |
martin |
rtsp: Fix a typo
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@c95fefa
|
13 years |
rsbultje |
dsicinvideo: validate buffer offset before copying pixels.
Found-by: …
|
|
|
@97e48b2f
|
13 years |
rsbultje |
cook: error out on quant_index values outside [-63, 63] range.
…
|
|
|
@d7eabd50
|
13 years |
rsbultje |
mpc: pad mpc_CC/SCF[] tables to allow for negative indices.
MPC8 …
|
|
|
@442c3a8c
|
13 years |
rsbultje |
cook: expand dither_tab[], and make sure indexes into it don't …
|
|
|
@71af42bd
|
13 years |
rsbultje |
xxan: reindent xan_unpack_luma().
It used 3-space indent instead of …
|
|
|
@f77bfa83
|
13 years |
rsbultje |
xxan: protect against chroma LUT overreads.
Found-by: Mateusz "j00ru" …
|
|
|
@55188278
|
13 years |
rsbultje |
xxan: convert to bytestream2 API.
Protects against overreads.
…
|
|
|
@f1279e28
|
13 years |
rsbultje |
xxan: don't read before start of buffer in av_memcpy_backptr().
…
|
|
|
@a928ed37
|
13 years |
rsbultje |
vp8: convert mbedge loopfilter x86 assembly to use named arguments.
|
|
|
@bee330e3
|
13 years |
rsbultje |
vp8: convert inner loopfilter x86 assembly to use named arguments.
|
|
|
@ffae713a
|
13 years |
diego |
Fix a bunch of common typos.
|
|
|
@eab6968
|
13 years |
diego |
build: Skip compiling xvmc.h under the correct condition.
|
|
|
@49e35f49
|
13 years |
diego |
configure: darwin: Change dylib install names to include major …
|
|
|
@100c3fb2
|
13 years |
alex.converse |
mpegts: Always honor a registration descriptor if present and there is …
|
|
|
@744dd1d3
|
13 years |
alex.converse |
aacdec: Fix SCE parity check.
An unpaired SCE preceding a CPE only …
|
|
|
@d53fe096
|
13 years |
alex.converse |
aacdec: Fix out of array writes (stack).
Set the element to channel …
|
|
|
@6294d708
|
13 years |
martin |
rtsp: Only set the ttl parameter if the server actually gave a value
…
|
|
|
@2bfd92b3
|
13 years |
martin |
udp: Set ttl for read-write streams, too, not only for write-only ones …
|
|
|
@c700fdb0
|
13 years |
martin |
udp: Only bind to the multicast address if in read-only mode
This …
|
|
|
@1b89bcdd
|
13 years |
martin |
udp: Clarify the comment about binding the multicast address
…
|
|
|
@113d3e10
|
13 years |
martin |
udp: Reorder comments
When this code was added in 36b532815cb83, the …
|
|
|
@ea1d64ab
|
13 years |
rsbultje |
ttadec: unbreak playback of matroska files
Matroska demuxer needs to …
|
|
|
@12623a80
|
13 years |
rsbultje |
vorbisdec: avoid invalid memory access
This fixes some invalid memory …
|
|
|
@ef0d7797
|
13 years |
rsbultje |
Fix uninitialized reads on malformed ogg files.
The ogg decoder …
|
|
|
@4ffe5e2a
|
13 years |
rsbultje |
huffyuv: add padding to classic (v1) huffman tables.
We slightly …
|
|
|
@4c25269c
|
13 years |
rsbultje |
png: convert to bytestream2 API.
Protects against overreads in the …
|
|
|
@681e7268
|
13 years |
kostya.shishkov |
dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
|
|
|
@83f15a12
|
13 years |
rsbultje |
avs: fix infinite loop on end-of-stream.
The codec would keep …
|
|
|
@fd0be630
|
13 years |
alex.converse |
tiffdec: Prevent illegal memory access caused by recycled pointers.
…
|
|
|
@94f1b11a
|
13 years |
martin |
rtpenc: Fix the AVRational used for av_rescale_q_rnd
The current one …
|
|
|
@b4bccf3e
|
13 years |
rsbultje |
wma: fix off-by-one in array bounds check.
Found-by: Mateusz "j00ru" …
|
|
|
@6eda85e1
|
13 years |
rsbultje |
sbrdsp.asm: convert all instructions to float/SSE ones.
Since the …
|
|
|
@3416d080
|
13 years |
rsbultje |
dv: cosmetics.
|
|
|
@e97efece
|
13 years |
rsbultje |
dv: check buffer size before reading profile.
Found-by: Mateusz …
|
|
|