summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc optionClément Bœsch2015-09-12
* lavc: move vdpau decoders under FF_API_VDPAU.wm42015-08-18
* lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-18
* FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-18
* lavc: propagate hwaccel errorswm42015-08-06
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'Michael Niedermayer2015-07-17
|\|
| * h264: Add support for Closed Caption exportKieran Kunhya2015-07-17
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-16
* | avcodec: Add support for Closed Caption export in h264Kieran Kunhya2015-07-06
* | 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
* | 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
* | avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale2015-05-25
* | avcodec/h264: Remove failure on data partitioningMichael Niedermayer2015-05-01
* | 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 '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'Michael Niedermayer2015-04-29
|\|
| * h264: drop a comment that carries no useful informationAnton 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 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'Michael Niedermayer2015-04-29
|\|
| * h264: move the DPB init/uninit to init_context()/free_context()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
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-21
* | 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 only one ERContextMichael Niedermayer2015-04-09
* | avcodec/h264: Be more tolerant to changing pps id between slicesMichael Niedermayer2015-04-09
* | avcodec/h264: finish previous slices before switching to single thread modeMichael Niedermayer2015-04-07
* | Merge commit 'bd737b5178f361a9b592691848f29a7a79603a7e'Michael Niedermayer2015-04-05
|\|
| * h264: reset the private data in init_thread_copy()Anton Khirnov2015-04-05
* | Merge commit 'a939e5b2527d0c4628815b1d3d8e29ee921227e8'Michael Niedermayer2015-04-05
|\|
| * h264: remove a commented out nonsense lineAnton Khirnov2015-04-05