summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* 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
* | avcodec/h264: Fix regression caused by removial of default_ref_listMichael Niedermayer2016-01-04
* | Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes2015-12-17
|\|
| * h264: eliminate default_ref_listAnton Khirnov2015-12-06
* | Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes2015-10-14
|\|
| * h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-14
* | avcodec/h264: keep SPS and PPS bitstream datawm42015-10-02
* | Merge commit '0f562f5b833d603e04123d198c59f8b2b5eb43e4'Hendrik Leppkes2015-08-10
|\|
* | Merge commit '9469370fb32679352e66826daf77bdd2e6f067b5'Hendrik Leppkes2015-08-07
|\|
* | Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'Michael Niedermayer2015-07-17
|\|
| * h264: Add support for Closed Caption exportKieran Kunhya2015-07-17
* | avcodec: Add support for Closed Caption export in h264Kieran Kunhya2015-07-06
* | avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU2015-06-30
* | Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e'Michael Niedermayer2015-06-30
|\|
| * h264: Parse registered data SEI message and AFD valueVittorio Giovara2015-06-30
* | Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa'Michael Niedermayer2015-06-27
|\|
| * h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-27
* | Merge commit 'e49e0f58e273237f83b4486f3536931ed1943d18'Michael Niedermayer2015-06-27
|\|
| * h264: make sure the slices do not overlap during slice threadingAnton Khirnov2015-06-27
* | avcodec: Add support for per-frame AFD output in h264Kieran Kunhya2015-06-26
* | h264: update avctx width/height/pix_fmt when returning frameAndreas Cadhalpun2015-06-12
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-29
|\|
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* | Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer2015-04-29
|\|
| * h264: embed the DPB in the contextAnton Khirnov2015-04-29
* | Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'Michael Niedermayer2015-04-29
|\|
| * h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov2015-04-29
* | Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'Michael Niedermayer2015-04-29
|\|
| * h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov2015-04-29
* | Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'Michael Niedermayer2015-04-29
|\|
| * h264: drop H264Context.ouputed_pocAnton Khirnov2015-04-29
* | Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'Michael Niedermayer2015-04-29
|\|
| * h264: drop needs_reallocAnton Khirnov2015-04-29
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-10
* | avcodec/h264: use consistent argument name in MB_FIELD() macroMichael Niedermayer2015-04-08
* | avcodec/h264: Fix race between slices where one overwrites data from the nextMichael Niedermayer2015-04-07
* | Merge commit 'a4d34e218f548d381e09c483e8dc6ad18a8d571c'Michael Niedermayer2015-04-04
|\|
| * h264: disable ER by defaultAnton Khirnov2015-04-03
* | avcodec/h264: Remove bits_per_raw_sample hacksMichael Niedermayer2015-03-25