summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* avcodec/h264: remove list_count and ref_count clearingMichael Niedermayer2016-07-20
* Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc'Clément Bœsch2016-07-14
|\
| * h264: pass a H2645NAL to slice header decodingAnton Khirnov2016-06-21
* | Revert "Merge commit '187d719760bd130f848194ec4a6bd476341914bb'"Clément Bœsch2016-07-09
* | Merge commit '187d719760bd130f848194ec4a6bd476341914bb'Clément Bœsch2016-07-09
|\|
| * h264: Support AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-17
* | avcodec/h264: Remove au_pps_idMichael Niedermayer2016-06-29
* | avcodec/h264: Remove current_sps_idMichael Niedermayer2016-06-29
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
| * h264: eliminate max_contextsAnton Khirnov2016-04-24
* | Merge commit 'e3c9041cfe2e6526802255583d27abf9a921863e'Clément Bœsch2016-06-21
|\|
| * h264: allocate some tables per slice contexts, not threadsAnton Khirnov2016-04-24
* | Merge commit 'e0652795292223f8bc8e5bac019c1fca7323d23c'Clément Bœsch2016-06-21
|\|
| * h264: remove an artificial restriction on the number of slice threadsAnton Khirnov2016-04-24
| * h264: make slice threading work with deblocking_filter=1Anton Khirnov2016-04-24
* | lavc/h264_ps: add ff_h264_ps_uninit and use itMatthieu Bouron2016-06-20
* | Merge commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8'Clément Bœsch2016-06-20
|\|
| * h264: remove H264Context.pict_typeAnton Khirnov2016-04-24
* | Merge commit '0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a'Clément Bœsch2016-06-20
|\|
| * h264: remove unused H264SliceContext.rbsp_bufferAnton Khirnov2016-04-24
* | Merge commit '7f045c4429e91688f1f2335dd347203431901c06'Clément Bœsch2016-06-20
|\|
| * h264: merge ff_h264_free_context() into h264_decode_end()Anton Khirnov2016-04-24
* | Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'Clément Bœsch2016-06-20
|\|
| * h264: eliminate low_delayAnton Khirnov2016-04-24
* | Merge commit '5b35b290dd76db64f079b3940f6148c8f273fc17'Clément Bœsch2016-06-19
|\|
| * h264: remove a stale commentAnton Khirnov2016-04-24
* | Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e'Clément Bœsch2016-06-19
|\|
| * h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-24
* | Merge commit '98c97994c5b90bdae02accb155eeceeb5224b8ef'Clément Bœsch2016-06-19
|\|
| * h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-24
* | Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577'Clément Bœsch2016-06-18
|\|
| * h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-24
* | lavc/h264: rename GreenMetaData to H264SEIGreenMetaDataClément Bœsch2016-06-14
* | lavc/h264: move green meta logging out of the sei decodingClément Bœsch2016-06-14
* | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch2016-06-12
|\|
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-24
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-12
|\|
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* | avcodec/h264: Put context_count check backMichael Niedermayer2016-06-08
* | avcodec/h264: Fix off by 1 context countMichael Niedermayer2016-06-07
* | avcodec/h264: Check init_get_bits8() for failureMichael Niedermayer2016-05-19
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-17
|\|
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-24
* | Merge commit '56b17a33f231859cbccbd741b4763617cb4ecf03'Derek Buitenhuis2016-05-17
|\|
| * h264: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov2016-04-24
* | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis2016-05-17
|\|
| * h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-24
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-17
|\|