Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-29Revert "Fix compilation with hardcoded tables."Carl Eugen Hoyos
2012-03-29iff: prevent a possible crash with broken/prepared IFF PBMPiotr Bandurski
2012-03-29Merge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-EncoderMichael Niedermayer
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-29lzw: prevent buffer overreads.Ronald S. Bultje
2012-03-29WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar
2012-03-29h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje
2012-03-29Fixes ticket 1127.Michael Bradshaw
2012-03-28truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje
2012-03-28cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje
2012-03-28cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: fix overreads in cabac reader.Ronald S. Bultje
2012-03-28wmall: fix seeking.Ronald S. Bultje
2012-03-28lagarith: fix buffer overreads.Ronald S. Bultje
2012-03-28dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun
2012-03-28indeo4: Dont leave tables in random state on errors.Michael Niedermayer
2012-03-28indeo4: apply correction to eob/esc indexes tooMichael Niedermayer
2012-03-28indeo4: Check for mismatching scan tablesMichael Niedermayer
2012-03-28vc1dec: Fix global array overread.Michael Niedermayer
2012-03-28apedec: fix global array overreadMichael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-28faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov
2012-03-28avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov
2012-03-28apedec: check bits <= 32Michael Niedermayer
2012-03-28tm2dec: check total_frames and extradata_size.Michael Niedermayer
2012-03-28Fix compilation with hardcoded tables.Carl Eugen Hoyos
2012-03-28tm2: Fix overread of token array.Michael Niedermayer
2012-03-28lzw(gif): Fix overreadMichael Niedermayer
2012-03-28lagarith: Fix various issues that lead to out of array reads.Michael Niedermayer
2012-03-28lagarith: fix flipped return valueMichael Niedermayer
2012-03-28lagarithrac: fix length used in ff_lag_rac_init()Michael Niedermayer
2012-03-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28h263dec: Restore w/h values to a consistent state if a change is rejected.Michael Niedermayer
2012-03-28Support FLIC in AVI.Paul B Mahol
2012-03-27XBM decoderPaul B Mahol
2012-03-27j2kdec: move ff_j2k_init_tier1_luts() to j2kdec_init()Paul B Mahol
2012-03-27alsdec: check return values.Thilo Borgmann
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-27raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje
2012-03-27h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer
2012-03-27alsdec: make sure no invalid opt_order stays in the context.Michael Niedermayer
2012-03-27vc1dec: dont ignore ff_vc1_parse_frame_header_advs return valueMichael Niedermayer
2012-03-27vc1dec: avoid == -1 checks for errors.Michael Niedermayer
2012-03-27vc1dec: sanity check state used in get_mvdata_interlaced()Michael Niedermayer