summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-6/+6
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-3/+3
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-8/+8
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-6/+6
* | Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'Michael Niedermayer2015-07-171-2/+3
|\ \ | |/
| * h264: Add support for Closed Caption exportKieran Kunhya2015-07-171-0/+12
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-161-0/+1
* | avcodec: Add support for Closed Caption export in h264Kieran Kunhya2015-07-061-0/+9
* | Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e'Michael Niedermayer2015-06-301-6/+6
|\ \ | |/
| * h264: Parse registered data SEI message and AFD valueVittorio Giovara2015-06-301-0/+10
* | Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa'Michael Niedermayer2015-06-271-1/+6
|\ \ | |/
| * h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-271-1/+6
* | avcodec: Add support for per-frame AFD output in h264Kieran Kunhya2015-06-261-0/+10
* | h264: update avctx width/height/pix_fmt when returning frameAndreas Cadhalpun2015-06-121-0/+24
* | avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale2015-05-251-1/+1
* | avcodec/h264: Remove failure on data partitioningMichael Niedermayer2015-05-011-2/+0
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-291-35/+49
|\ \ | |/
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-291-36/+45
* | Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer2015-04-291-12/+5
|\ \ | |/
| * h264: embed the DPB in the contextAnton Khirnov2015-04-291-11/+4
* | Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'Michael Niedermayer2015-04-291-1/+1
|\ \ | |/
| * h264: drop a comment that carries no useful informationAnton Khirnov2015-04-291-1/+1
* | Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'Michael Niedermayer2015-04-291-9/+6
|\ \ | |/
| * h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov2015-04-291-9/+6
* | Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'Michael Niedermayer2015-04-291-48/+0
|\ \ | |/
| * h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov2015-04-291-43/+0
* | Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'Michael Niedermayer2015-04-291-19/+17
|\ \ | |/
| * h264: move the DPB init/uninit to init_context()/free_context()Anton Khirnov2015-04-291-18/+16
* | Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'Michael Niedermayer2015-04-291-2/+2
|\ \ | |/
| * h264: drop H264Context.ouputed_pocAnton Khirnov2015-04-291-2/+2
* | Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'Michael Niedermayer2015-04-291-3/+0
|\ \ | |/
| * h264: drop needs_reallocAnton Khirnov2015-04-291-3/+0
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-3/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-101-2/+7
* | avcodec/h264: Use only one ERContextMichael Niedermayer2015-04-091-0/+4
* | avcodec/h264: Be more tolerant to changing pps id between slicesMichael Niedermayer2015-04-091-3/+4
* | avcodec/h264: finish previous slices before switching to single thread modeMichael Niedermayer2015-04-071-0/+6
* | Merge commit 'bd737b5178f361a9b592691848f29a7a79603a7e'Michael Niedermayer2015-04-051-2/+2
|\ \ | |/
| * h264: reset the private data in init_thread_copy()Anton Khirnov2015-04-051-2/+2
* | Merge commit 'a939e5b2527d0c4628815b1d3d8e29ee921227e8'Michael Niedermayer2015-04-051-1/+0
|\ \ | |/
| * h264: remove a commented out nonsense lineAnton Khirnov2015-04-051-1/+0
* | Merge commit '65afa65e7393e7745427e267d6c6ca814c7c8b45'Michael Niedermayer2015-04-051-3/+0
|\ \ | |/
| * h264: drop redundant initialization of the scaling matricesAnton Khirnov2015-04-051-3/+0
* | Merge commit 'e1f907711a91e5ce19402a1831cfbe8f709b67f7'Michael Niedermayer2015-04-051-40/+46
|\ \ | |/
| * h264: factor out common code from init() and init_thread_copy()Anton Khirnov2015-04-051-39/+43
* | Merge commit '43fd3dd80ca2d1c2ccf6a7b7632db544c809c690'Michael Niedermayer2015-04-051-16/+0
|\ \ | |/