aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e'Clément Bœsch2016-06-191-5/+0
|\
| * h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-241-5/+0
* | lavc/h264: move history parsing variable to H264ParseContextClément Bœsch2016-06-191-4/+0
* | Merge commit '98c97994c5b90bdae02accb155eeceeb5224b8ef'Clément Bœsch2016-06-191-21/+0
|\|
| * h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-241-1/+0
* | Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577'Clément Bœsch2016-06-181-153/+3
|\|
| * h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-241-100/+3
* | lavc/h264_sei: fix broken style around green metadata codeClément Bœsch2016-06-141-5/+5
* | lavc/h264: rename GreenMetaData to H264SEIGreenMetaDataClément Bœsch2016-06-141-3/+3
* | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch2016-06-121-12/+1
|\|
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-12/+1
* | lavc/h264: remove unused ff_h264_init_dequant_tables prototypeClément Bœsch2016-06-121-2/+0
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-121-22/+31
|\|
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-21/+27
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-171-1/+0
|\|
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-241-1/+0
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-171-11/+0
|\|
| * h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-241-11/+0
| * h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun2016-03-301-1/+1
* | Merge commit 'ca2f19b9cc37be509d85f05c8f902860475905f8'Hendrik Leppkes2016-05-071-0/+3
|\|
| * h264: switch to h2645_parse for NAL parsingAnton Khirnov2016-03-281-0/+3
* | Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis2016-05-031-1/+0
|\|
| * svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-281-1/+0
* | Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad'Derek Buitenhuis2016-04-271-13/+0
|\|
| * h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-281-13/+0
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-261-12/+2
|\|
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-12/+2
* | Merge commit '5e555f93009f0605db120eec78262d0fe337e645'Derek Buitenhuis2016-03-041-1/+1
|\|
| * h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-221-0/+1
* | avcodec/h264: Fix regression caused by removial of default_ref_listMichael Niedermayer2016-01-041-0/+1
* | Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes2015-12-171-8/+0
|\|
| * h264: eliminate default_ref_listAnton Khirnov2015-12-061-7/+0
* | Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes2015-10-141-0/+1
|\|
| * h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-141-0/+1
* | avcodec/h264: keep SPS and PPS bitstream datawm42015-10-021-0/+4
* | Merge commit '0f562f5b833d603e04123d198c59f8b2b5eb43e4'Hendrik Leppkes2015-08-101-0/+1
|\|
* | Merge commit '9469370fb32679352e66826daf77bdd2e6f067b5'Hendrik Leppkes2015-08-071-3/+4
|\|
* | Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'Michael Niedermayer2015-07-171-3/+2
|\|
| * h264: Add support for Closed Caption exportKieran Kunhya2015-07-171-0/+2
* | avcodec: Add support for Closed Caption export in h264Kieran Kunhya2015-07-061-0/+2
* | avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU2015-06-301-0/+21
* | Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e'Michael Niedermayer2015-06-301-4/+7
|\|
| * h264: Parse registered data SEI message and AFD valueVittorio Giovara2015-06-301-0/+7
* | Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa'Michael Niedermayer2015-06-271-0/+6
|\|
| * h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-271-0/+5
* | Merge commit 'e49e0f58e273237f83b4486f3536931ed1943d18'Michael Niedermayer2015-06-271-1/+2
|\|
| * h264: make sure the slices do not overlap during slice threadingAnton Khirnov2015-06-271-0/+2
* | avcodec: Add support for per-frame AFD output in h264Kieran Kunhya2015-06-261-0/+3
* | h264: update avctx width/height/pix_fmt when returning frameAndreas Cadhalpun2015-06-121-0/+8
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-291-2/+1
|\|