summaryrefslogtreecommitdiff
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-28
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* h264: derive the delay from the level when it's not presentAnton Khirnov2015-12-06
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* h264_ps: Return meaningful error codes and address a memory leakVittorio Giovara2015-04-20
* h264: use the correct SPS during PPS parsingAnton Khirnov2015-04-05
* h264_ps: properly check cropping parameters against overflowAnton Khirnov2015-03-21
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* More correct printf format specifiersDiego Biurrun2014-04-02
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-16
* h264: parse two additional constraint flagsVittorio Giovara2014-02-28
* h264: add MVCD to the list of High profiles in SPSVittorio Giovara2014-02-28
* h264: use avpriv_request_sample for chroma_format_idcVittorio Giovara2014-02-16
* h264: store current_sps_id inside the current spsVittorio Giovara2014-02-14
* h264: print values in case of errorVittorio Giovara2014-02-14
* h264: reset num_reorder_frames if it is invalidAnton Khirnov2014-01-18
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-06
* h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-27
* h264_ps: Use more meaningful error valuesDiego Biurrun2013-08-20
* h264_ps: K&R formatting cosmeticsDiego Biurrun2013-08-20
* h264_ps: Drop commented-out cruftDiego Biurrun2013-08-20
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* h264: fully support cropping.Anton Khirnov2013-04-19
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-25
* h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profilesVictor Lopez2012-12-19
* h264: fix memleak on error during SPS parsingJanne Grunau2012-12-15
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-13
* h264: check sps.log2_max_frame_num for validityJanne Grunau2012-12-07
* h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje2012-07-29
* h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-02
* h264: fix memleak in error path.Alexander Strange2012-03-24
* h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-24
* h264: improve parsing of broken AVC SPSMichael Niedermayer2012-03-13
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* h264: fix HRD parameters parsingMans Rullgard2011-10-11
* h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-11
* H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-22
* H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-22
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15