summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a06b0b1295c51d100101e0ca0434e199ad6de6b5'Michael Niedermayer2015-02-211-0/+1
|\
| * h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov2015-02-211-0/+1
* | avcodec/h264: Be more strict on rejecting pps_id changesMichael Niedermayer2015-02-061-2/+2
* | libavcodec/h264: replace assert() by av_assert0()Michael Niedermayer2015-01-311-3/+1
* | Merge commit '61928b68dc28e080b8c8191afe5541123c682bbd'Michael Niedermayer2015-01-281-2/+2
|\ \ | |/
| * h264: Do not share rbsp_buffer across threadsMichael Niedermayer2015-01-281-0/+4
* | Merge commit '167e004e1aca7765686ed95d7cd8ea5064d4f6f6'Michael Niedermayer2015-01-271-45/+3
|\ \ | |/
| * h264: drop any pretense of support for data partitioningAnton Khirnov2015-01-271-42/+3
* | Merge commit 'ecab21ac47d0d4ca604bebf494017ae5090853a8'Michael Niedermayer2015-01-271-4/+0
|\ \ | |/
| * h264: do not reset the ref lists in flush_change()Anton Khirnov2015-01-271-4/+0
* | Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474'Michael Niedermayer2015-01-271-7/+0
|\ \ | |/
| * h264: move parser-only variables to their own contextAnton Khirnov2015-01-271-7/+0
* | Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'Michael Niedermayer2015-01-271-5/+0
|\ \ | |/
| * error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-271-5/+0
* | Merge commit 'f9f883af4fe615a832407a657752e248a96c6280'Michael Niedermayer2015-01-271-5/+1
|\ \ | |/
| * h264: simplify code in flush_dpb()Anton Khirnov2015-01-271-5/+1
| * h264: restore a block mistakenly removed in e10fd08aAnton Khirnov2014-12-271-0/+2
| * h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc failsMichael Niedermayer2014-12-031-1/+1
| * h264: Fix memory leak on ff_h264_decode_init() failureDale Curtis2014-12-031-1/+3
* | avcodec/h264: Partially decode and display single fields try #2Michael Niedermayer2015-01-231-1/+27
* | Revert "avcodec/h264: also show frames with missing fields when CODEC_FLAG2_S...Michael Niedermayer2015-01-201-4/+1
* | avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer2015-01-111-0/+5
* | avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...Michael Niedermayer2014-12-221-1/+4
* | avcodec/h264: Check *log2_weight_denomMichael Niedermayer2014-12-181-0/+10
* | avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer2014-12-171-0/+1
* | Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer2014-11-131-1/+1
|\ \ | |/
| * display: fix order of operandsVittorio Giovara2014-11-131-1/+1
* | Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer2014-10-271-37/+0
* | avcodec/h264: fix time_base and framerateMichael Niedermayer2014-10-151-3/+3
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-3/+3
|\ \ | |/
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
| * h264: reset ret to avoid propagating minor failuresMichael Niedermayer2014-09-291-0/+1
* | avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot b...Michael Niedermayer2014-10-081-1/+1
* | avcodec/h264: Check mode before considering mixed mode intra predictionMichael Niedermayer2014-10-041-6/+6
* | avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-10/+10
* | avcodec/h264: Allow partial escapingMichael Niedermayer2014-09-071-2/+2
* | avcodec/h264: Do not get stuck on IDR inter framesMichael Niedermayer2014-08-311-0/+6
* | avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warningMichael Niedermayer2014-08-281-7/+7
* | avcodec/h264: do proper cleanup in ff_h264_alloc_tables() in case DPB alloc f...Michael Niedermayer2014-08-231-1/+1
* | h264: do not return on sidedata allocation failureChristophe Gisquet2014-08-231-9/+7
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-3/+3
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* | Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651'Michael Niedermayer2014-08-071-2/+2
|\ \ | |/
| * h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-071-2/+2
* | h264: remove useless assignment.Benoit Fouet2014-08-011-1/+0
* | avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATAMichael Niedermayer2014-07-231-0/+6
* | avcodec/h264: factor is_extra() outMichael Niedermayer2014-07-231-20/+24
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-4/+4
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-4/+4
* | Merge commit '2db953f84671997e936f91140ffb5143c1537844'Michael Niedermayer2014-07-171-9/+12
|\ \ | |/
OpenPOWER on IntegriCloud