|
|
|
@19342bc7
|
13 years |
michaelni |
swr: test partial flushing
Signed-off-by: Michael Niedermayer …
|
|
|
@86e3289f
|
13 years |
michaelni |
mov: fix heap buffer overflow
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@4f16153
|
13 years |
michaelni |
swr: allow flushing in multiple steps if the output is too small.
…
|
|
|
@8bf95e8b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avc: …
|
|
|
@f4c380a5
|
13 years |
michaelni |
ffmpeg: drop struct from SwrContext.
Its a typdef now and doesnt need …
|
|
|
@ac6798d
|
13 years |
michaelni |
swr: fix compilation failure with old versions of gcc.
gcc 4.4 did …
|
|
|
@bcae7f43
|
13 years |
michaelni |
libaacplus: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@15890d67
|
13 years |
michaelni |
swr: drop SWR_CH_MAX with the next major ABI bump
Signed-off-by: …
|
|
|
@947215a2
|
13 years |
michaelni |
swr: dont use SWR_CH_MAX in the public function declaration.
This …
|
|
|
@1937c4e0
|
13 years |
michaelni |
swr: make SwrContext a typedef.
Signed-off-by: Michael Niedermayer …
|
|
|
@74656bdd
|
13 years |
michaelni |
swresample: support up to 32 channels
Signed-off-by: Michael …
|
|
|
@d5ed5e7d
|
13 years |
martin |
avc: Add a function for converting mp4 style extradata to annex b
…
|
|
|
@2ee01fbd
|
13 years |
anton |
pthread: free progress if buffer allocation failed.
Else we run out …
|
|
|
@bc1ef855
|
13 years |
anton |
lavc/avconv: support changing frame sizes in codecs with frame mt.
…
|
|
|
@e20ad71e
|
13 years |
martin |
libavformat: Document who sets the AVStream.id field
Signed-off-by: …
|
|
|
@72dadaa9
|
13 years |
kostya.shishkov |
utvideo: mark output picture as keyframe.
Spotted by Антон.
|
|
|
@f8ba7c46
|
13 years |
michaelni |
adxenc: fix error in merging from qatar
Pointed out by FATE.
…
|
|
|
@7ed9abf7
|
13 years |
michaelni |
sonic: mark as experimental
Signed-off-by: Paul B Mahol …
|
|
|
@229e4c13
|
13 years |
michaelni |
indeo5dec: Make sure we have had a valid gop header.
This prevents …
|
|
|
@9879b506
|
13 years |
michaelni |
truemotion2dec: Fix overread of input.
Found-by: Mateusz "j00ru" …
|
|
|
@71e78e1f
|
13 years |
michaelni |
cavsdec: check stc in decode_slice_header()
Signed-off-by: Michael …
|
|
|
@cc965300
|
13 years |
justin.ruggles |
sunrast: Add support for negative linesize.
Signed-off-by: Justin …
|
|
|
@9a57a37b
|
13 years |
michaelni |
h264: move resolution change check further up.
This prevents some …
|
|
|
@14ba7472
|
13 years |
rsbultje |
vp8: fix update_lf_deltas in libavcodec/vp8.c
lf_delta.ref[i] and …
|
|
|
@9d3032b9
|
13 years |
michaelni |
alsdec: check opt_order.
Fixes out of array write in quant_cof
…
|
|
|
@2c0559d5
|
13 years |
michaelni |
mpegvideo: increase buffer sizes.
Fixes buffer overflow
Found-by: …
|
|
|
@8a20774a
|
13 years |
michaelni |
indeo4: Fix global array overread.
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@5cddfc58
|
13 years |
Carl Eugen Hoyos |
Fix linking without yasm.
|
|
|
@494bce62
|
13 years |
kostya.shishkov |
ralf: read Huffman code lengths without GetBitContext
Those …
|
|
|
@f58f75dd
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rv34: …
|
|
|
@b222c28e
|
13 years |
michaelni |
libopenjpegenc: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@a5b82336
|
13 years |
michaelni |
libopenjpeg: make .long_name usefull
Fixes following strange output:
…
|
|
|
@68a257e6
|
13 years |
michaelni |
bintext: build decoders only if they are actually enabled
…
|
|
|
@d85b3c4f
|
13 years |
michaelni |
vp56dec: avoid freeing the returned frame before returning it.
…
|
|
|
@25715064
|
13 years |
michaelni |
cavsdec: check for changing w/h.
Our decoder does not support …
|
|
|
@ba775a54
|
13 years |
michaelni |
indeo3: fix out of picture write.
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@59a4b735
|
13 years |
michaelni |
pthread/mpegvideo: detect and block attempts to init frames after …
|
|
|
@cb7190c
|
13 years |
janne-libav |
rv34: error out on size changes with frame threading
|
|
|
@b00307ec
|
13 years |
alex.converse |
aacsbr: Add a debug check to sbr_mapping.
There have been multiple …
|
|
|
@0cb93dac
|
13 years |
alex.converse |
aac: Reset some state variables when turning SBR off
This makes sure …
|
|
|
@a237b380
|
13 years |
alex.converse |
aac: Reset PS parameters on header decode failure.
If the next header …
|
|
|
@71c2a70c
|
13 years |
michaelni |
error_concealment: Prevent FPEs in case of corrupted input.
…
|
|
|
@7beec7e2
|
13 years |
rsbultje |
fate: add wmalossless test.
|
|
|
@e2d110d8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rv34: …
|
|
|
@71ea2681
|
13 years |
rsbultje |
aacsbr: handle m_max values smaller than 4.
Prevents a signflip in …
|
|
|
@adb98a3d
|
13 years |
Reimar.Doeffinger |
VC1: restore optimizations broken in 9a1ced32.
They were moved into …
|
|
|
@e730036f
|
13 years |
michaelni |
interplayvideo: give avctx to av_dlog()
Signed-off-by: Paul B Mahol …
|
|
|
@0c57f819
|
13 years |
michaelni |
interplayvideo: remove superfluous strings from av_log()
…
|
|
|
@a0b07b8f
|
13 years |
michaelni |
vmdvideo: remove superfluous strings from av_log messages
…
|
|
|
@89cd95b
|
13 years |
michaelni |
sonic: fix warning about incompatible pointer types
Signed-off-by: …
|
|
|
@73ad4471
|
13 years |
janne-libav |
rv34: Handle only complete frames in frame-mt.
Correct handling of …
|
|
|
@5ab506a5
|
13 years |
janne-libav |
MPV: set reference frame pointers to NULL when allocation of dummy …
|
|
|
@4a584eda
|
13 years |
diego |
configure: die if x11grab dependencies are unavailable
Signed-off-by: …
|
|
|
@afa61290
|
13 years |
diego |
zerocodec: factorize loop
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@ae03b214
|
13 years |
michaelni |
swr: check that there is enough information to do rematrixing when …
|
|
|
@2e909b3c
|
13 years |
michaelni |
bitstream: build_table, check table_nb_bits.
Fixes null ptr deref.
…
|
|
|
@aae44fb4
|
13 years |
michaelni |
indeo4: check ref_mb
Fix NULL deref
Found-by: Mateusz "j00ru" …
|
|
|
@1664edb
|
13 years |
michaelni |
ffmpeg: check samplerate from decoder.
Fixes FPE
Found-by: Mateusz …
|
|
|
@a22e64fd
|
13 years |
michaelni |
rawdec: Check w/h.
Fixes FPE
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@5934d57b
|
13 years |
michaelni |
xmv: check channel number
Fixes FPE
Found-by: Mateusz "j00ru" …
|
|
|
@08c37a10
|
13 years |
michaelni |
mjpegdec: check h/v_count.
Fixes FPE
Found-by: Mateusz "j00ru" …
|
|
|
@46c78429
|
13 years |
michaelni |
ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.
…
|
|
|
@4094fc99
|
13 years |
justin.ruggles |
avconv: fix the resampling safety factors for output audio buffer …
|
|
|
@9869e963
|
13 years |
justin.ruggles |
avconv: move audio output buffer allocation to a separate function
…
|
|
|
@f3ab3e1a
|
13 years |
justin.ruggles |
avconv: make the async buffer global and free it in exit_program()
|
|
|
@cc415956
|
13 years |
michaelni |
error_conceal: fix FPE in guess_dc() with huge sizes.
Found-by: …
|
|
|
@ac2cb279
|
13 years |
michaelni |
mov: Fix FPE on 0 time_scale
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@c0a99ea
|
13 years |
michaelni |
indeo4: check band->scan
Fixes null ptr exception
Found-by: Mateusz …
|
|
|
@f927c5b7
|
13 years |
michaelni |
vorbisdemux: Check private context in theoras gtopts.
This prevents a …
|
|
|
@ae2c33b0
|
13 years |
michaelni |
cosmetics: remove superfluous curly brackets
Signed-off-by: Paul B …
|
|
|
@0e465c1a
|
13 years |
michaelni |
huffyuv: remove long time disabled code
Signed-off-by: Paul B Mahol …
|
|
|
@3a085c6a
|
13 years |
michaelni |
huffyuv: do not decode/encode yuv colorspace with odd width
…
|
|
|
@ba02069a
|
13 years |
michaelni |
aacdec: prevent channels from exceeding MAX_CHANNELS.
Found-by: …
|
|
|
@01fd1aa0
|
13 years |
michaelni |
matroskadec: fix strcmp(NULL)
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@437f5daf
|
13 years |
michaelni |
mov: fix global unicode convertion array overflow.
Found-by: Mateusz …
|
|
|
@0c97fd33
|
13 years |
michaelni |
mmdemux: dont set pkt->size to an invalid value.
Found-by: Mateusz …
|
|
|
@7c0748c2
|
13 years |
michaelni |
eatqi: replace break by goto.
This fixes some heap overread.
…
|
|
|
@5a4af049
|
13 years |
michaelni |
aacdec: reset max_sfb on invalid data.
Fixes global out of array …
|
|
|
@3583c870
|
13 years |
michaelni |
vqavideodev: Check image dimensions
Fixes out of heap array read
…
|
|
|
@464cef4c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
xwma: …
|
|
|
@9759d2b8
|
13 years |
michaelni |
indeo4: check motion vetors.
Fixes out of heap array read.
Found-by: …
|
|
|
@afc0cc22
|
13 years |
michaelni |
pngenc: make max_packet_size 64bit check check it.
Signed-off-by: …
|
|
|
@50a3867b
|
13 years |
Clément Bœsch |
png: make ff_png_pass_mask local to pngdec.
|
|
|
@abdcb491
|
13 years |
Carl Eugen Hoyos |
Fix libgsm.c compilation after typo in 67b8c8.
|
|
|
@5023b89b
|
13 years |
alex.converse |
xwma: Validate channels and bits_per_coded_sample.
This prevents a …
|
|
|
@86f2ae06
|
13 years |
alex.converse |
mov: Do not read past the end of the ctts_data table.
Found-by: …
|
|
|
@3e6e89b
|
13 years |
alex.converse |
mov: Add missing terminator to mov_ch_layout_map_1ch.
Found-by: …
|
|
|
@6716e689
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
FATE: …
|
|
|
@b1a0d694
|
13 years |
michaelni |
dcaenc: switch to encode2()
Signed-off-by: Paul B Mahol …
|
|
|
@ffa28da1
|
13 years |
Reimar.Doeffinger |
Support dropping audio dts/pts via -async -1.
Allows working around …
|
|
|
@e73c6aaa
|
13 years |
rsbultje |
asf: reset side data elements on packet copy.
Prevents crash (double …
|
|
|
@26219644
|
13 years |
rsbultje |
wmavoice: fix stack overread.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@3c926767
|
13 years |
rsbultje |
wmalossless: error out if a subframe is not used by any channel.
…
|
|
|
@75d7975
|
13 years |
rsbultje |
vqa: check palette chunk size before reading data.
Prevents overreads …
|
|
|
@d462949
|
13 years |
rsbultje |
wmalossless: reset sample pointer for each subframe.
Prevents …
|
|
|
@326f7a68
|
13 years |
rsbultje |
wmalossless: error out on invalid values for order.
Found-by: Mateusz …
|
|
|
@e9c0b12c
|
13 years |
anton |
FATE: Add ZeroCodec test
Signed-off-by: Derek Buitenhuis …
|
|
|
@f0b4a50
|
13 years |
anton |
oggparseogm: fix order of arguments of avpriv_set_pts_info().
…
|
|
|
@677df4d2
|
13 years |
anton |
pngenc: better upper bound for encoded frame size.
Fixes encoding …
|
|
|
@179a5920
|
13 years |
michaelni |
libutvideoenc: switch to ff_alloc_packet2().
Signed-off-by: Michael …
|
|
|