| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264_slice: Clear ref_counts on redundant slices | Michael Niedermayer | 2017-02-08 | 1 | -1/+3 |
* | avcodec/h264: Put context_count check back | Michael Niedermayer | 2016-08-13 | 1 | -4/+6 |
* | avcodec/h264: Fix off by 1 context count | Michael Niedermayer | 2016-08-13 | 1 | -6/+4 |
* | avcodec/h264: Fix for H.264 configuration parsing | Ivan | 2016-04-17 | 1 | -2/+2 |
* | avcodec/h264: Execute error concealment before marking the frame as done. | Michael Niedermayer | 2016-03-26 | 1 | -0/+41 |
* | avcodec/h264: Fix memleak of a53_caption | Michael Niedermayer | 2016-02-13 | 1 | -0/+3 |
* | avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failure | Michael Niedermayer | 2016-01-28 | 1 | -1/+3 |
* | lavc/h264: Show "Increasing reorder buffer" message with loglevel info. | Carl Eugen Hoyos | 2016-01-27 | 1 | -1/+1 |
* | lavc: fix profile declarations for vdpau decoders | Hendrik Leppkes | 2016-01-01 | 1 | -1/+1 |
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6' | Hendrik Leppkes | 2016-01-01 | 1 | -18/+2 |
|\ |
|
| * | lavc: add profiles to AVCodecDescriptor | Anton Khirnov | 2015-12-12 | 1 | -18/+2 |
* | | avcodec: Use get_ue_golomb_long() when needed | Mark Harris | 2015-12-29 | 1 | -1/+1 |
* | | Merge commit 'b09ad37c83841c399abb7f2503a2ab214d0c2d48' | Hendrik Leppkes | 2015-12-17 | 1 | -11/+4 |
|\| |
|
| * | h264: derive the delay from the level when it's not present | Anton Khirnov | 2015-12-06 | 1 | -11/+4 |
* | | avcodec/h264: Set CORRUPT flag on output frames that are not fully recovered | Sebastian Dröge | 2015-12-08 | 1 | -3/+2 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf' | Hendrik Leppkes | 2015-10-14 | 1 | -1/+8 |
|\| |
|
| * | h264: Run VLC init under pthread_once | Derek Buitenhuis | 2015-10-14 | 1 | -1/+8 |
| * | cabac: Make CABAC states hardcoded | Anton Khirnov | 2015-10-08 | 1 | -2/+0 |
| * | h264: Do not print an error when the buffer has to be refilled | Luca Barbato | 2015-08-06 | 1 | -5/+2 |
| * | h264: Use AVERROR return codes instead of -1 | Jake Sebastian-Jones | 2015-08-05 | 1 | -3/+8 |
| * | h264: fix AVDISCARD_NONKEY for some interlaced content | John Högberg | 2015-07-27 | 1 | -1/+1 |
* | | cabac: Make cabac starts hardcoded | Anton Khirnov | 2015-10-10 | 1 | -2/+0 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | h264: Fix ticket #3147 H264 - Wrong field order | Thomas Mundt | 2015-09-27 | 1 | -1/+5 |
* | | avcodec/h264: use AV_OPT_TYPE_BOOL for is_avc option | Clément Bœsch | 2015-09-12 | 1 | -1/+1 |
* | | lavc: move vdpau decoders under FF_API_VDPAU. | wm4 | 2015-08-18 | 1 | -1/+1 |
* | | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. | Ronald S. Bultje | 2015-08-18 | 1 | -0/+4 |
* | | FF_OPT_TYPE_* -> AV_OPT_TYPE_*. | Ronald S. Bultje | 2015-08-18 | 1 | -2/+2 |
* | | lavc: propagate hwaccel errors | wm4 | 2015-08-06 | 1 | -1/+2 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -6/+6 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -8/+8 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -6/+6 |
* | | Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37' | Michael Niedermayer | 2015-07-17 | 1 | -2/+3 |
|\| |
|
| * | h264: Add support for Closed Caption export | Kieran Kunhya | 2015-07-17 | 1 | -0/+12 |
* | | lavc: Add properties field to AVCodecContext. | Carl Eugen Hoyos | 2015-07-16 | 1 | -0/+1 |
* | | avcodec: Add support for Closed Caption export in h264 | Kieran Kunhya | 2015-07-06 | 1 | -0/+9 |
* | | Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e' | Michael Niedermayer | 2015-06-30 | 1 | -6/+6 |
|\| |
|
| * | h264: Parse registered data SEI message and AFD value | Vittorio Giovara | 2015-06-30 | 1 | -0/+10 |
* | | Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa' | Michael Niedermayer | 2015-06-27 | 1 | -1/+6 |
|\| |
|
| * | h264: do not update the context fields copied between threads after finish_se... | Anton Khirnov | 2015-06-27 | 1 | -1/+6 |
* | | avcodec: Add support for per-frame AFD output in h264 | Kieran Kunhya | 2015-06-26 | 1 | -0/+10 |
* | | h264: update avctx width/height/pix_fmt when returning frame | Andreas Cadhalpun | 2015-06-12 | 1 | -0/+24 |
* | | avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header | Philip Langdale | 2015-05-25 | 1 | -1/+1 |
* | | avcodec/h264: Remove failure on data partitioning | Michael Niedermayer | 2015-05-01 | 1 | -2/+0 |
* | | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6' | Michael Niedermayer | 2015-04-29 | 1 | -35/+49 |
|\| |
|
| * | h264: use properly allocated AVFrames | Anton Khirnov | 2015-04-29 | 1 | -36/+45 |