summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264: Fix memleak of a53_captionMichael Niedermayer2016-02-131-0/+3
* avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failureMichael Niedermayer2016-01-281-1/+3
* lavc/h264: Show "Increasing reorder buffer" message with loglevel info.Carl Eugen Hoyos2016-01-271-1/+1
* lavc: fix profile declarations for vdpau decodersHendrik Leppkes2016-01-011-1/+1
* Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-18/+2
|\
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-18/+2
* | avcodec: Use get_ue_golomb_long() when neededMark Harris2015-12-291-1/+1
* | Merge commit 'b09ad37c83841c399abb7f2503a2ab214d0c2d48'Hendrik Leppkes2015-12-171-11/+4
|\ \ | |/
| * h264: derive the delay from the level when it's not presentAnton Khirnov2015-12-061-11/+4
* | avcodec/h264: Set CORRUPT flag on output frames that are not fully recoveredSebastian Dröge2015-12-081-3/+2
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes2015-10-141-1/+8
|\ \ | |/
| * h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-141-1/+8
| * cabac: Make CABAC states hardcodedAnton Khirnov2015-10-081-2/+0
| * h264: Do not print an error when the buffer has to be refilledLuca Barbato2015-08-061-5/+2
| * h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones2015-08-051-3/+8
| * h264: fix AVDISCARD_NONKEY for some interlaced contentJohn Högberg2015-07-271-1/+1
* | cabac: Make cabac starts hardcodedAnton Khirnov2015-10-101-2/+0
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* | h264: Fix ticket #3147 H264 - Wrong field orderThomas Mundt2015-09-271-1/+5
* | avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc optionClément Bœsch2015-09-121-1/+1
* | lavc: move vdpau decoders under FF_API_VDPAU.wm42015-08-181-1/+1
* | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-181-0/+4
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-2/+2
* | lavc: propagate hwaccel errorswm42015-08-061-1/+2
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud