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
2014-01-06h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov
2013-10-28h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov
2013-08-20h264_ps: Use more meaningful error valuesDiego Biurrun
2013-08-20h264_ps: K&R formatting cosmeticsDiego Biurrun
2013-08-20h264_ps: Drop commented-out cruftDiego Biurrun
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-04-19h264: fully support cropping.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-01-25h264: Allow discarding the cropping information from SPSVittorio Giovara
2012-12-19h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profilesVictor Lopez
2012-12-15h264: fix memleak on error during SPS parsingJanne Grunau
2012-12-14h264: set parameters from SPS whenever it changesJanne Grunau
2012-12-07h264: check sps.log2_max_frame_num for validityJanne Grunau
2012-07-30h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje
2012-05-02h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje
2012-03-25h264: fix memleak in error path.Alexander Strange
2012-03-25h264: Add check for invalid chroma_format_idcAlexander Strange
2012-03-13h264: improve parsing of broken AVC SPSMichael Niedermayer
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-11h264: fix HRD parameters parsingMans Rullgard
2011-10-11h264: fix detection of optional trailing PPS elementsMans Rullgard
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-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-10Add support for higher QP values in h264.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
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
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-05-26Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-07Check direct_8x8_inference_flag.Michael Niedermayer
2010-02-04Fix large timebases.Michael Niedermayer
2010-01-1810l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer
2010-01-12Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer