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-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-02h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje
2012-04-07h264_ps: check log2_max_frame_num for validity.Michael Niedermayer
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25h264: fix memleak in error path.Alexander Strange
2012-03-25h264: Add check for invalid chroma_format_idcAlexander Strange
2012-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-13h264: improve parsing of broken AVC SPSMichael Niedermayer
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2011-12-23h264: Decode short VUI without errorMichael Niedermayer
2011-12-15h264: check chroma_format_idc range.Michael Niedermayer
2011-12-02Be less verbose when skipping RBSP data in H264 PPS.Carl Eugen Hoyos
2011-12-01h264: More restrictive more_rbsp_data_in_pps()Michael Niedermayer
2011-11-25H264: Check if more RBSP data in PPS provided by current profile due to Annex A.Anatoly Nenashev
2011-10-23Simplify some bits-left/overread checks.Reimar Döffinger
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-15h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11h264: fix HRD parameters parsingMans Rullgard
2011-10-11h264: fix detection of optional trailing PPS elementsMans Rullgard
2011-10-08H264: set colorspace and full range to values indicating unspecified by defaultMichael Niedermayer
2011-10-02h264: check for invalid bit depth value.Laurent Aimar
2011-10-02h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar
2011-10-02h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar
2011-10-01h264: try reading SPS with wrong escaping, it sometimes works betterMichael Niedermayer
2011-08-30Disable cropping for the brainfart case.Carl Eugen Hoyos
2011-08-22Be more verbose about H264 cropping errors.Carl Eugen Hoyos
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-22H.264: fix 4:4:4 cropping warningJason Garrett-Glaser
2011-06-22H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-04-11h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at>Michael Niedermayer
2011-04-11Add support for higher QP values in h264.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-02h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2010-11-03H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger
2010-10-06Fix default value of time_offset_length.John Stebbins
2010-10-05Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini