summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* interplayvideodec: pass correct pointer to av_dlog()Michael Niedermayer2012-03-30
* dvbsubdec: Fix "set but not used" warningMichael Niedermayer2012-03-30
* cavsdec: ensure the tables have been allocated before using themMichael Niedermayer2012-03-30
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-30
|\
| * mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov2012-03-29
| * lzw: prevent buffer overreads.Ronald S. Bultje2012-03-28
| * WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar2012-03-29
| * h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje2012-03-28
| * truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje2012-03-28
* | Do not try to use lowres for unusual jpg subsampling.Carl Eugen Hoyos2012-03-29
* | Revert "Fix compilation with hardcoded tables."Carl Eugen Hoyos2012-03-29
* | iff: prevent a possible crash with broken/prepared IFF PBMPiotr Bandurski2012-03-29
* | Merge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-EncoderMichael Niedermayer2012-03-29
|\ \
| * | Fixes ticket 1127.Michael Bradshaw2012-03-28
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\ \ \ | |/ / |/| / | |/
| * cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje2012-03-28
| * cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * h264: fix overreads in cabac reader.Ronald S. Bultje2012-03-28
| * wmall: fix seeking.Ronald S. Bultje2012-03-28
| * lagarith: fix buffer overreads.Ronald S. Bultje2012-03-28
| * dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun2012-03-28
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
| * faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-28
| * dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov2012-03-28
| * avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-28
* | indeo4: Dont leave tables in random state on errors.Michael Niedermayer2012-03-28
* | indeo4: apply correction to eob/esc indexes tooMichael Niedermayer2012-03-28
* | indeo4: Check for mismatching scan tablesMichael Niedermayer2012-03-28
* | vc1dec: Fix global array overread.Michael Niedermayer2012-03-28
* | apedec: fix global array overreadMichael Niedermayer2012-03-28
* | apedec: check bits <= 32Michael Niedermayer2012-03-28
* | tm2dec: check total_frames and extradata_size.Michael Niedermayer2012-03-28
* | Fix compilation with hardcoded tables.Carl Eugen Hoyos2012-03-28
* | tm2: Fix overread of token array.Michael Niedermayer2012-03-28
* | lzw(gif): Fix overreadMichael Niedermayer2012-03-28
* | lagarith: Fix various issues that lead to out of array reads.Michael Niedermayer2012-03-28
* | lagarith: fix flipped return valueMichael Niedermayer2012-03-28
* | lagarithrac: fix length used in ff_lag_rac_init()Michael Niedermayer2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-28
|\|
| * westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-27
| * raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje2012-03-27
| * dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-27
* | h263dec: Restore w/h values to a consistent state if a change is rejected.Michael Niedermayer2012-03-28
* | Support FLIC in AVI.Paul B Mahol2012-03-28
* | XBM decoderPaul B Mahol2012-03-27