aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-282-20/+22
| * h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-3/+5
| * h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-22/+22
| * h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-281-8/+11
| * h264: fix overreads in cabac reader.Ronald S. Bultje2012-03-281-2/+4
| * wmall: fix seeking.Ronald S. Bultje2012-03-281-0/+13
| * lagarith: fix buffer overreads.Ronald S. Bultje2012-03-282-25/+54
| * dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun2012-03-281-1/+0
| * build: fix doc generation errors in parallel buildsMans Rullgard2012-03-281-1/+1
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-2839-144/+66
| * faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-284-50/+22
| * dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov2012-03-283-2/+21
| * avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-281-2/+2
| * FATE: add a test for vp8 with changing frame size.Anton Khirnov2012-03-282-0/+35
| * fate: add kgv1 fate test.Ronald S. Bultje2012-03-272-0/+317
| * oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles2012-03-271-0/+1
* | doc/ffmpeg: update and extend documentation for -copytbStefano Sabatini2012-03-282-3/+25
* | ass: fix aspect ratio computation.Nicolas George2012-03-283-16/+16
* | indeo4: Dont leave tables in random state on errors.Michael Niedermayer2012-03-281-2/+4
* | indeo4: apply correction to eob/esc indexes tooMichael Niedermayer2012-03-281-0/+8
* | indeo4: Check for mismatching scan tablesMichael Niedermayer2012-03-281-0/+4
* | vc1dec: Fix global array overread.Michael Niedermayer2012-03-281-2/+2
* | apedec: fix global array overreadMichael Niedermayer2012-03-281-1/+1
* | apedec: check bits <= 32Michael Niedermayer2012-03-281-1/+4
* | tm2dec: check total_frames and extradata_size.Michael Niedermayer2012-03-281-1/+4
* | Fix compilation with hardcoded tables.Carl Eugen Hoyos2012-03-281-0/+1
* | tm2: Fix overread of token array.Michael Niedermayer2012-03-281-1/+6
* | lzw(gif): Fix overreadMichael Niedermayer2012-03-281-1/+1
* | lagarith: Fix various issues that lead to out of array reads.Michael Niedermayer2012-03-281-9/+27
* | lagarith: fix flipped return valueMichael Niedermayer2012-03-281-1/+1
* | lagarithrac: fix length used in ff_lag_rac_init()Michael Niedermayer2012-03-281-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-288-401/+448
|\|
| * westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-272-64/+72
| * westwood_vqa: set video stream durationPaul B Mahol2012-03-271-0/+2
| * raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje2012-03-271-1/+4
| * build: Do not explicitly add the doc directory to the OBJDIRS list.Diego Biurrun2012-03-271-1/+0
| * dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-275-397/+442
| * build: fix RALF decoder standalone compilation, which depends on Golomb codeDiego Biurrun2012-03-271-0/+1
| * configure: Drop stray duplicate entry for --disable-fft from help output.Diego Biurrun2012-03-271-1/+0
* | h263dec: Restore w/h values to a consistent state if a change is rejected.Michael Niedermayer2012-03-281-0/+2
* | id3v2: support JPEG APIC with incorrect (image/jpg) MIME typePiotr Bandurski2012-03-281-0/+1
* | Support FLIC in AVI.Paul B Mahol2012-03-282-5/+15
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-03-281-1/+2
|\ \
| * | ffplay: pause rdft column when ffplay is pausedMichael Niedermayer2012-03-271-1/+2
* | | XBM decoderPaul B Mahol2012-03-275-3/+134
* | | j2kdec: move ff_j2k_init_tier1_luts() to j2kdec_init()Paul B Mahol2012-03-271-2/+3
* | | Clarify the use of the interl=1|-1 option of the scale filter.Tim Nicholson2012-03-271-0/+5
* | | alsdec: check return values.Thilo Borgmann2012-03-271-3/+3
|/ /
* | h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer2012-03-274-4/+8
* | alsdec: make sure no invalid opt_order stays in the context.Michael Niedermayer2012-03-271-0/+1