|
|
|
@f8a4075e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavc: …
|
|
|
@0a19b4b0
|
13 years |
michaelni |
4xm decoder: fix data size for i2 frames.
Signed-off-by: Michael …
|
|
|
@1008f639
|
13 years |
michaelni |
4xm decoder: print some error messages in case of errors.
…
|
|
|
@9c661e95
|
13 years |
michaelni |
Check for out of bound accesses in the 4xm decoder.
Signed-off-by: …
|
|
|
@b399cbfb
|
13 years |
michaelni |
Prevent block size from inreasing in the shorten decoder.
…
|
|
|
@581898ae
|
13 years |
michaelni |
Check for out of bound reads in PTX decoder.
Signed-off-by: Michael …
|
|
|
@e1d5bbeb
|
13 years |
michaelni |
Fix the check for missing references in ff_er_frame_end() for H264.
…
|
|
|
@90a69b2
|
13 years |
michaelni |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary …
|
|
|
@4a8ff063
|
13 years |
michaelni |
Prevent NULL dereference when the huffman table is invalid in the 4xm …
|
|
|
@a1876e00
|
13 years |
michaelni |
Fix use of uninitialized memory in 4X Technologies demuxer.
…
|
|
|
@8c851ef5
|
13 years |
michaelni |
h264: increase ref_poc size to 32 as it can be per field.
…
|
|
|
@3af2de76
|
13 years |
michaelni |
h264: set unused ref_counts to 0 as a precautionary meassure.
…
|
|
|
@78f08c06
|
13 years |
michaelni |
ff_dot_product(): change return value to int64_t
Idea-by: Vitor …
|
|
|
@edf1a8e3
|
13 years |
michaelni |
g729dec: initialize bit reader with the correct buffer size
…
|
|
|
@41597194
|
13 years |
michaelni |
g723.1_data: remove unneeded L
Found-by: Vitor
Signed-off-by: Michael …
|
|
|
@c9c7a776
|
13 years |
michaelni |
h264: try reading SPS with wrong escaping, it sometimes works better
…
|
|
|
@b036a718
|
13 years |
anton |
lavc: add video/audio/encoding flags to global_quality option
|
|
|
@6450f26c
|
13 years |
anton |
libvpxenc: use libvpx's own defaults for some parameters
…
|
|
|
@e3eb015b
|
13 years |
anton |
vpxenc: add private options
Make libvpx support close to the libx264 …
|
|
|
@fe70c1f4
|
13 years |
michaelni |
g729dec: prevent out of array access
Signed-off-by: Michael …
|
|
|
@9cb9e39c
|
13 years |
michaelni |
avienc: Add a limit on the number of skiped frames muxed in a row.
…
|
|
|
@8447703c
|
13 years |
michaelni |
vf_scale.c: propagate error code
Signed-off-by: Michael Niedermayer …
|
|
|
@ef74ab20
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (34 …
|
|
|
@5ca5d432
|
13 years |
michaelni |
Fix out of bound reads/writes in the TIFF decoder.
Signed-off-by: …
|
|
|
@4a7876c
|
13 years |
michaelni |
Check for out of bound writes in the QDM2 decoder.
Signed-off-by: …
|
|
|
@491eaf35
|
13 years |
michaelni |
Fix out of bound reads in the QDM2 decoder.
Signed-off-by: Michael …
|
|
|
@346876ec
|
13 years |
michaelni |
Fix out of bound reads due to integer overflow in the ADPCM IMA …
|
|
|
@a5d46235
|
13 years |
michaelni |
Check for out of bound reads in the Electronic Arts CMV decoder.
…
|
|
|
@113d7be6
|
13 years |
michaelni |
Prevent NULL dereferences when missing the reference frame in the …
|
|
|
@e9064c9
|
13 years |
michaelni |
Fix potential pointer arithmetic overflows in the Electronic Arts CMV …
|
|
|
@39993860
|
13 years |
michaelni |
Prevent infinite loop in the ANM decoder.
Signed-off-by: Michael …
|
|
|
@d39d7122
|
13 years |
michaelni |
Fix double free on error in Deluxe Paint Animation demuxer.
…
|
|
|
@7afe9e56
|
13 years |
michaelni |
Check for out of bound reads in AVS decoder.
Signed-off-by: Michael …
|
|
|
@5d44c061
|
13 years |
michaelni |
Check for out of bound writes in the avs demuxer.
Signed-off-by: …
|
|
|
@1cce7def
|
13 years |
michaelni |
Check for corrupted data in avs demuxer.
Signed-off-by: Michael …
|
|
|
@834b3760
|
13 years |
michaelni |
swresample: check for invalid sample formats.
Bug-Found-by: Justin …
|
|
|
@2a93f28a
|
13 years |
michaelni |
avformat_free_context: favor av_freep()
Signed-off-by: Michael …
|
|
|
@3b6c0ba3
|
13 years |
michaelni |
oggenc: favor av_freep()
Signed-off-by: Michael Niedermayer …
|
|
|
@17d51938
|
13 years |
michaelni |
swr_test: test planar audio
Signed-off-by: Michael Niedermayer …
|
|
|
@a75b254c
|
13 years |
michaelni |
swr: minor fixes to get planar audio working
Signed-off-by: Michael …
|
|
|
@7322483d
|
13 years |
michaelni |
mpegvideo: increase emu edge buffer size
This fixes a crash with 422 …
|
|
|
@08bd22a6
|
13 years |
justin.ruggles |
dpcm: return error if packet is too small
|
|
|
@0354fb7e
|
13 years |
justin.ruggles |
dpcm: use smaller data types for static tables
|
|
|
@5a54d510
|
13 years |
justin.ruggles |
dpcm: use sol_table_16 directly instead of through the DPCMContext.
|
|
|
@f47f7ef
|
13 years |
justin.ruggles |
dpcm: replace short with int16_t
|
|
|
@8d77d12a
|
13 years |
justin.ruggles |
dpcm: check to make sure channels is 1 or 2.
|
|
|
@4bad464e
|
13 years |
justin.ruggles |
dpcm: misc pretty-printing
|
|
|
@1de8401c
|
13 years |
justin.ruggles |
dpcm: remove unnecessary variable by using bytestream functions.
Uses …
|
|
|
@fc6faee0
|
13 years |
justin.ruggles |
dpcm: move codec-specific variable declarations to their corresponding …
|
|
|
@989bb7bd
|
13 years |
justin.ruggles |
dpcm: consistently use the variable name 'n' for the next input byte.
|
|
|
@04b24cf
|
13 years |
justin.ruggles |
dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.
Uses …
|
|
|
@76db17dc
|
13 years |
justin.ruggles |
dpcm: calculate and check actual output data size prior to decoding.
|
|
|
@3db8db40
|
13 years |
justin.ruggles |
dpcm: factor out the stereo flag calculation
|
|
|
@b09c7eef
|
13 years |
justin.ruggles |
dpcm: cosmetics: rename channel_number to ch
Make the code easier to read.
|
|
|
@812010c1
|
13 years |
Reimar.Doeffinger |
Remove unused variable.
Signed-off-by: Reimar Döffinger …
|
|
|
@f5e717f3
|
13 years |
anton |
avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected …
|
|
|
@e81e5e8a
|
13 years |
martin |
lavf: Avoid using av_malloc(0) in av_dump_format
On OS X, …
|
|
|
@bcb15554
|
13 years |
janne-libav |
dxva2_h264: pass the correct 8x8 scaling lists
Copy the Inter 8x8 …
|
|
|
@3b0e2428
|
13 years |
michaelni |
lavf/utils: Drop old hack for implicit HE-AAC signaling.
It has not …
|
|
|
@bf5d46d8
|
13 years |
mans |
dca: NEON optimised high freq VQ decoding
Signed-off-by: Mans …
|
|
|
@53d5c463
|
13 years |
michaelni |
doc: add swresample doc
Signed-off-by: Michael Niedermayer …
|
|
|
@78972a69
|
13 years |
michaelni |
lavf/utils: ignore subtitle timestamps in timings calculation
…
|
|
|
@6326afd
|
13 years |
justin.ruggles |
avcodec: reject audio packets with NULL data and non-zero size
There …
|
|
|
@dacf0766
|
13 years |
michaelni |
fix memory leak in oggenc
Signed-off-by: Michael Niedermayer …
|
|
|
@f65c6f75
|
13 years |
michaelni |
Enable multithreding when decoding with libopenjpeg
Signed-off-by: …
|
|
|
@125ea3ee
|
13 years |
michaelni |
Warn the user if lowres > max_lowres, set lowres to max_lowres and …
|
|
|
@dcce09d6
|
13 years |
janne-libav |
dxva: Add ability to enable workaround for older ATI cards
The …
|
|
|
@d4a544cb
|
13 years |
janne-libav |
latmenc: Set latmBufferFullness to largest value to indicate it is not …
|
|
|
@f42b319
|
13 years |
michaelni |
Fix out of bound writes in fix_bitshift() of the shorten decoder.
The …
|
|
|
@c3299726
|
13 years |
michaelni |
g729: dont force all cpu optims to off but override just the one that …
|
|
|
@8045af65
|
13 years |
michaelni |
ppc: fix usage of dsp_mask
Signed-off-by: Michael Niedermayer …
|
|
|
@30ba924b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dca: …
|
|
|
@5d7e3d7
|
13 years |
michaelni |
Check for out of bound reads in the Tiertex Limited SEQ decoder.
…
|
|
|
@62234a4d
|
13 years |
michaelni |
Fix the size of workspace buffers in the motion pixels decoder.
Some …
|
|
|
@e60619f9
|
13 years |
michaelni |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary …
|
|
|
@3035c403
|
13 years |
michaelni |
Check for out of bounds writes in the Delphine Software International …
|
|
|
@8e5f093c
|
13 years |
michaelni |
Check for out of bounds reads in the Delphine Software International …
|
|
|
@44e2f0c3
|
13 years |
michaelni |
Check for out of bound reads in the QuickDraw decoder.
Signed-off-by: …
|
|
|
@9714a78b
|
13 years |
michaelni |
Revert "general.texi: we dont have a g729 encoder yet"
This reverts …
|
|
|
@68bbaac7
|
13 years |
michaelni |
fate: only test 10seconds of the g729 data, the reference files are …
|
|
|
@9cff6d9e
|
13 years |
michaelni |
libstagefright: change Libav to FFmpeg in copyright header with …
|
|
|
@96b07641
|
13 years |
michaelni |
fate: g729 test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@0f68a2bc
|
13 years |
michaelni |
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: …
|
|
|
@e571305a
|
13 years |
baptiste.coudurier |
mov: Only touch extradata in mov_read_extradata() if codec_id is what …
|
|
|
@c8b83595
|
13 years |
michaelni |
Check for out of bound reads in xan_huffman_decode() of the xan …
|
|
|
@7afe2380
|
13 years |
tempn |
add LJ2K and LJ2C to jpeg2000 decoder
works on …
|
|
|
@e562fbd0
|
13 years |
justin.ruggles |
adpcm: move codec-specific variable declarations to the sections for …
|
|
|
@9662539c
|
13 years |
justin.ruggles |
adpcm: check buffer size in Funcom ISS decoder before reading header.
…
|
|
|
@ba5d2890
|
13 years |
justin.ruggles |
adpcm: simplify reading of Funcom ISS frame header.
|
|
|
@5c9eb4fa
|
13 years |
justin.ruggles |
adpcm: check buffer size in IMA DK4 decoder before reading header.
…
|
|
|
@a57ea1a8
|
13 years |
justin.ruggles |
adpcm: simplify reading of IMA DK4 frame header.
|
|
|
@8114f94a
|
13 years |
justin.ruggles |
adpcm_ms: clean up reading of predictor coefficients
|
|
|
@943f4db5
|
13 years |
justin.ruggles |
adpcm_4xm: process planar packets sequentially rather than …
|
|
|
@119974b1
|
13 years |
justin.ruggles |
adpcm_ima_wav: process channel-interleaved blocks sequentially rather …
|
|
|
@7c287b18
|
13 years |
justin.ruggles |
adpcm: update reference links
Add Multimedia Wiki link.
Mark dead …
|
|
|
@ac94b8b
|
13 years |
justin.ruggles |
adpcm: simplify packet size bounds checking in the ADPCM IMA QT …
|
|
|
@de0b586a
|
13 years |
justin.ruggles |
adpcm: simplify and speed up several ADPCM decoders.
|
|
|
@5a9ed7c1
|
13 years |
justin.ruggles |
adpcm: pretty-print tables
|
|
|
@04b4353f
|
13 years |
michaelni |
g723.1: very minor simplify of gen_acb_excitation()
Signed-off-by: …
|
|
|
@631eee6e
|
13 years |
michaelni |
g723.1: use MULL(a,b,15) for MULL2()
idea by vitor
Signed-off-by: …
|
|
|