summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: do not return an error when NAL parsing of extradata failedHendrik Leppkes2016-05-071-1/+2
* Merge commit 'ca2f19b9cc37be509d85f05c8f902860475905f8'Hendrik Leppkes2016-05-071-306/+194
|\
| * h264: switch to h2645_parse for NAL parsingAnton Khirnov2016-03-281-295/+150
* | avcodec/h264: Put the removed SPS handling code backMichael Niedermayer2016-05-031-3/+17
* | Merge commit 'a7829a2a3f8e6ec0b9f2673c11f56916800aeb33'Derek Buitenhuis2016-05-031-19/+55
|\ \ | |/
| * h264: reimplement 3aa661ec5 in a more explicit wayAnton Khirnov2016-03-281-10/+54
* | Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad'Derek Buitenhuis2016-04-271-93/+0
|\ \ | |/
| * h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-281-93/+0
* | Merge commit '9b30f8dd8fa5bef5f16904cb98745b4a58f8f776'Derek Buitenhuis2016-04-271-1/+0
|\ \ | |/
| * h264: remove the svq3-specific codeAnton Khirnov2016-03-281-1/+0
* | avcodec/h264: Only recover from reference picturesMichael Niedermayer2016-04-271-1/+1
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-261-72/+0
|\ \ | |/
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-62/+0
* | avcodec/h264: Fix for H.264 configuration parsingIvan2016-04-171-2/+2
* | avcodec/h264: Execute error concealment before marking the frame as done.Michael Niedermayer2016-02-191-0/+41
* | 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
OpenPOWER on IntegriCloud