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
2016-08-17h264: Kill broken disabled cruftDiego Biurrun
2016-07-11h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov
2016-06-21h264: tighten the valid range for ref_frame_countAnton Khirnov
2016-06-21h264: move the parameter set definitions to a new header fileAnton Khirnov
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-12h264: Fix decoding delay for Intra only streamsAnton Mitrofanov
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-24h264: decouple h264_ps from the h264 decoderAnton Khirnov
2016-03-28svq3: drop the build dependency on the h264 decoderAnton Khirnov
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun
2015-12-06h264: derive the delay from the level when it's not presentAnton Khirnov
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-04-20h264_ps: Return meaningful error codes and address a memory leakVittorio Giovara
2015-04-05h264: use the correct SPS during PPS parsingAnton Khirnov
2015-03-21h264_ps: properly check cropping parameters against overflowAnton Khirnov
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-04-02More correct printf format specifiersDiego Biurrun
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-03-17h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara
2014-02-28h264: parse two additional constraint flagsVittorio Giovara
2014-02-28h264: add MVCD to the list of High profiles in SPSVittorio Giovara
2014-02-17h264: use avpriv_request_sample for chroma_format_idcVittorio Giovara
2014-02-14h264: store current_sps_id inside the current spsVittorio Giovara
2014-02-14h264: print values in case of errorVittorio Giovara
2014-01-18h264: reset num_reorder_frames if it is invalidAnton Khirnov
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