summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * h264: eliminate max_contextsAnton 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
* | lavc/h264_ps: add ff_h264_ps_uninit and use itMatthieu Bouron2016-06-20
* | Merge commit 'b77fffa127663028169c5ed543956af4b9496c29'Clément Bœsch2016-06-20
|\|
| * h264: make slice threading work with deblocking_filter=1Anton Khirnov2016-04-24
* | Merge commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8'Clément Bœsch2016-06-20
|\|
| * h264: remove H264Context.pict_typeAnton Khirnov2016-04-24
* | Merge commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd'Clément Bœsch2016-06-20
|\|
| * h264: drop a pointless indirectionAnton 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 '89ae244e78a8d636fbb8427a2da052b04cf710bd'Clément Bœsch2016-06-19
|\|
| * h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov2016-04-24
| * h264_refs: make the H264Context const where possibleAnton 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
* | lavc/h264: move history parsing variable to H264ParseContextClément Bœsch2016-06-19
* | 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_sei: fix broken style around green metadata codeClément Bœsch2016-06-14
* | lavc/h264: rename GreenMetaData to H264SEIGreenMetaDataClé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
* | lavc/h264: remove unused ff_h264_init_dequant_tables prototypeClément Bœsch2016-06-12
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-12
|\|
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-17
|\|
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-24
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-17
|\|
| * h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-24
| * h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun2016-03-30
* | Merge commit 'ca2f19b9cc37be509d85f05c8f902860475905f8'Hendrik Leppkes2016-05-07
|\|
| * h264: switch to h2645_parse for NAL parsingAnton Khirnov2016-03-28
* | Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis2016-05-03
|\|
| * svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-28
* | Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad'Derek Buitenhuis2016-04-27
|\|
| * h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-28
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-26
|\|
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-28
* | Merge commit '5e555f93009f0605db120eec78262d0fe337e645'Derek Buitenhuis2016-03-04
|\|
| * h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-22