summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge commit '187d719760bd130f848194ec4a6bd476341914bb'"Clément Bœsch2016-07-091-13/+0
* Merge commit '187d719760bd130f848194ec4a6bd476341914bb'Clément Bœsch2016-07-091-0/+13
|\
| * h264: Support AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-171-0/+13
* | avcodec/h264: Remove au_pps_idMichael Niedermayer2016-06-291-3/+0
* | avcodec/h264: Remove current_sps_idMichael Niedermayer2016-06-291-1/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+0
| * h264: eliminate max_contextsAnton Khirnov2016-04-241-2/+1
* | Merge commit 'e3c9041cfe2e6526802255583d27abf9a921863e'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * h264: allocate some tables per slice contexts, not threadsAnton Khirnov2016-04-241-1/+1
* | Merge commit 'e0652795292223f8bc8e5bac019c1fca7323d23c'Clément Bœsch2016-06-211-5/+2
|\ \ | |/
| * h264: remove an artificial restriction on the number of slice threadsAnton Khirnov2016-04-241-3/+2
| * h264: make slice threading work with deblocking_filter=1Anton Khirnov2016-04-241-5/+0
* | lavc/h264_ps: add ff_h264_ps_uninit and use itMatthieu Bouron2016-06-201-9/+1
* | Merge commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8'Clément Bœsch2016-06-201-2/+0
|\ \ | |/
| * h264: remove H264Context.pict_typeAnton Khirnov2016-04-241-2/+0
* | Merge commit '0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a'Clément Bœsch2016-06-201-5/+1
|\ \ | |/
| * h264: remove unused H264SliceContext.rbsp_bufferAnton Khirnov2016-04-241-5/+1
* | Merge commit '7f045c4429e91688f1f2335dd347203431901c06'Clément Bœsch2016-06-201-48/+42
|\ \ | |/
| * h264: merge ff_h264_free_context() into h264_decode_end()Anton Khirnov2016-04-241-40/+34
* | Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'Clément Bœsch2016-06-201-8/+1
|\ \ | |/
| * h264: eliminate low_delayAnton Khirnov2016-04-241-9/+1
* | Merge commit '5b35b290dd76db64f079b3940f6148c8f273fc17'Clément Bœsch2016-06-191-2/+0
|\ \ | |/
| * h264: remove a stale commentAnton Khirnov2016-04-241-2/+0
* | Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e'Clément Bœsch2016-06-191-28/+0
|\ \ | |/
| * h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-241-27/+0
* | Merge commit '98c97994c5b90bdae02accb155eeceeb5224b8ef'Clément Bœsch2016-06-191-141/+12
|\ \ | |/
| * h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-241-128/+5
* | Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577'Clément Bœsch2016-06-181-41/+52
|\ \ | |/
| * h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-241-35/+39
* | lavc/h264: rename GreenMetaData to H264SEIGreenMetaDataClément Bœsch2016-06-141-1/+1
* | lavc/h264: move green meta logging out of the sei decodingClément Bœsch2016-06-141-0/+30
* | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch2016-06-121-91/+12
|\ \ | |/
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-86/+7
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-121-41/+44
|\ \ | |/
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-36/+33
* | avcodec/h264: Put context_count check backMichael Niedermayer2016-06-081-4/+6
* | avcodec/h264: Fix off by 1 context countMichael Niedermayer2016-06-071-6/+4
* | avcodec/h264: Check init_get_bits8() for failureMichael Niedermayer2016-05-191-1/+6
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-171-46/+0
|\ \ | |/
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-241-47/+0
* | Merge commit '56b17a33f231859cbccbd741b4763617cb4ecf03'Derek Buitenhuis2016-05-171-8/+3
|\ \ | |/
| * h264: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov2016-04-241-8/+3
* | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis2016-05-171-2/+0
|\ \ | |/
| * h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-241-2/+0
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-171-110/+0
|\ \ | |/
| * h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-241-106/+0
| * h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun2016-03-301-1/+1
* | h264: do not return an error when NAL parsing of extradata failedHendrik Leppkes2016-05-071-1/+2
OpenPOWER on IntegriCloud