summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() functionMichael Niedermayer2015-02-27
* avcodec/h264: Clear last_pic_for_ec on seeks and reinitsMichael Niedermayer2015-02-25
* Merge commit 'a06b0b1295c51d100101e0ca0434e199ad6de6b5'Michael Niedermayer2015-02-21
|\
| * h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov2015-02-21
* | avcodec/h264: Be more strict on rejecting pps_id changesMichael Niedermayer2015-02-06
* | libavcodec/h264: replace assert() by av_assert0()Michael Niedermayer2015-01-31
* | Merge commit '61928b68dc28e080b8c8191afe5541123c682bbd'Michael Niedermayer2015-01-28
|\|
| * h264: Do not share rbsp_buffer across threadsMichael Niedermayer2015-01-28
* | Merge commit '167e004e1aca7765686ed95d7cd8ea5064d4f6f6'Michael Niedermayer2015-01-27
|\|
| * h264: drop any pretense of support for data partitioningAnton Khirnov2015-01-27
* | Merge commit 'ecab21ac47d0d4ca604bebf494017ae5090853a8'Michael Niedermayer2015-01-27
|\|
| * h264: do not reset the ref lists in flush_change()Anton Khirnov2015-01-27
* | Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474'Michael Niedermayer2015-01-27
|\|
| * h264: move parser-only variables to their own contextAnton Khirnov2015-01-27
* | Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'Michael Niedermayer2015-01-27
|\|
| * error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-27
* | Merge commit 'f9f883af4fe615a832407a657752e248a96c6280'Michael Niedermayer2015-01-27
|\|
| * h264: simplify code in flush_dpb()Anton Khirnov2015-01-27
| * h264: restore a block mistakenly removed in e10fd08aAnton Khirnov2014-12-27
| * h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc failsMichael Niedermayer2014-12-03
| * h264: Fix memory leak on ff_h264_decode_init() failureDale Curtis2014-12-03
* | avcodec/h264: Partially decode and display single fields try #2Michael Niedermayer2015-01-23
* | Revert "avcodec/h264: also show frames with missing fields when CODEC_FLAG2_S...Michael Niedermayer2015-01-20
* | avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer2015-01-11
* | avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...Michael Niedermayer2014-12-22
* | avcodec/h264: Check *log2_weight_denomMichael Niedermayer2014-12-18
* | avcodec/h264: Clear delayed_pic on deallocationMichael Niedermayer2014-12-17
* | Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer2014-11-13
|\|
| * display: fix order of operandsVittorio Giovara2014-11-13
* | Move get_avc_nalsize() and find_start_code() to h264.hMichael Niedermayer2014-10-27
* | avcodec/h264: fix time_base and framerateMichael Niedermayer2014-10-15
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-15
|\|
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
| * h264: reset ret to avoid propagating minor failuresMichael Niedermayer2014-09-29
* | avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot b...Michael Niedermayer2014-10-08
* | avcodec/h264: Check mode before considering mixed mode intra predictionMichael Niedermayer2014-10-04
* | avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/h264: Allow partial escapingMichael Niedermayer2014-09-07
* | avcodec/h264: Do not get stuck on IDR inter framesMichael Niedermayer2014-08-31
* | avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warningMichael Niedermayer2014-08-28
* | avcodec/h264: do proper cleanup in ff_h264_alloc_tables() in case DPB alloc f...Michael Niedermayer2014-08-23
* | h264: do not return on sidedata allocation failureChristophe Gisquet2014-08-23
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651'Michael Niedermayer2014-08-07
|\|
| * h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-07
* | h264: remove useless assignment.Benoit Fouet2014-08-01
* | avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATAMichael Niedermayer2014-07-23
* | avcodec/h264: factor is_extra() outMichael Niedermayer2014-07-23
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
|\|