summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAgeFilesLines
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+2
* h264dec: export cropping information instead of handling it internallyAnton Khirnov2017-01-121-9/+0
* lavc: Use a stricter check for the color properties valuesVittorio Giovara2016-12-021-3/+5
* Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-3/+2
* h264: Kill broken disabled cruftDiego Biurrun2016-08-171-31/+0
* h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov2016-07-111-1/+9
* h264: tighten the valid range for ref_frame_countAnton Khirnov2016-06-211-2/+1
* h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-1/+3
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* h264: Fix decoding delay for Intra only streamsAnton Mitrofanov2016-06-121-1/+2
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-180/+290
* svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-281-22/+1
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-251-2/+2
* h264: derive the delay from the level when it's not presentAnton Khirnov2015-12-061-0/+33
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* h264_ps: Return meaningful error codes and address a memory leakVittorio Giovara2015-04-201-3/+7
* h264: use the correct SPS during PPS parsingAnton Khirnov2015-04-051-8/+14
* h264_ps: properly check cropping parameters against overflowAnton Khirnov2015-03-211-4/+16
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* More correct printf format specifiersDiego Biurrun2014-04-021-1/+1
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-5/+7
* h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-161-1/+1
* h264: parse two additional constraint flagsVittorio Giovara2014-02-281-1/+3
* h264: add MVCD to the list of High profiles in SPSVittorio Giovara2014-02-281-5/+11
* h264: use avpriv_request_sample for chroma_format_idcVittorio Giovara2014-02-161-3/+2
* h264: store current_sps_id inside the current spsVittorio Giovara2014-02-141-1/+1
* h264: print values in case of errorVittorio Giovara2014-02-141-5/+6
* h264: reset num_reorder_frames if it is invalidAnton Khirnov2014-01-181-1/+3
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-061-0/+5
* h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-271-2/+4
* h264_ps: Use more meaningful error valuesDiego Biurrun2013-08-201-12/+12
* h264_ps: K&R formatting cosmeticsDiego Biurrun2013-08-201-287/+313
* h264_ps: Drop commented-out cruftDiego Biurrun2013-08-201-4/+0
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* h264: fully support cropping.Anton Khirnov2013-04-191-19/+27
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-136/+130
* h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-251-0/+14
* h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profilesVictor Lopez2012-12-191-1/+5
* h264: fix memleak on error during SPS parsingJanne Grunau2012-12-151-1/+1
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-131-2/+5
* h264: check sps.log2_max_frame_num for validityJanne Grunau2012-12-071-2/+14
* h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje2012-07-291-1/+2
* h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-021-0/+3
* h264: fix memleak in error path.Alexander Strange2012-03-241-1/+1
* h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-241-1/+5
* h264: improve parsing of broken AVC SPSMichael Niedermayer2012-03-131-1/+4
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-2/+2
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-2/+3
OpenPOWER on IntegriCloud