| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vaapi: fix pointer types after H264Picture changes | Michael Niedermayer | 2014-03-17 | 1 | -3/+3 |
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\ |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87' | Michael Niedermayer | 2014-03-17 | 1 | -5/+5 |
|\| |
|
| * | h264: move relevant fields from Picture to H264Picture | Vittorio Giovara | 2014-03-16 | 1 | -5/+5 |
* | | avcodec: fix dxva2 & vaapi after removing the +52 offset from the loop filter... | Michael Niedermayer | 2014-02-21 | 1 | -2/+2 |
* | | Merge commit '6d2b6f21eb45ffbda1103c772060303648714832' | Michael Niedermayer | 2013-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -5/+5 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-06 | 1 | -13/+14 |
|\| |
|
| * | hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice | Diego Biurrun | 2013-03-05 | 1 | -13/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -10/+22 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -10/+22 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-29 | 1 | -2/+0 |
|\| |
|
| * | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 1 | -2/+0 |
* | | Fix VA-API decoding artefacts. | Edgar Hucek | 2011-09-11 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -3/+4 |
|\| |
|
| * | doxygen: misc consistency cosmetics | Diego Biurrun | 2011-07-14 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -5/+5 |
|\| |
|
| * | hwaccel: unbreak build | Mans Rullgard | 2011-07-10 | 1 | -5/+5 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
|\| |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
| * | vaapi: filter out DELAYED_PIC_REF flag to determine field. | Gwenole Beauchesne | 2011-04-09 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -9/+9 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -3/+3 |
| * | Add ff_ to AVHWAccel decoders | Luca Barbato | 2011-01-27 | 1 | -1/+1 |
* | | vaapi: filter out DELAYED_PIC_REF flag to determine field. | Gwenole Beauchesne | 2011-03-29 | 1 | -0/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -3/+3 |
* | | Add ff_ to AVHWAccel decoders | Luca Barbato | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -9/+9 |
* | [VA-API] Fix long-term reference frames addition to the DPB. | Gwenole Beauchesne | 2010-04-13 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Cope with rev 22183: | Gwenole Beauchesne | 2010-03-04 | 1 | -4/+4 |
* | Cope with rev 22169 change: | Gwenole Beauchesne | 2010-03-03 | 1 | -4/+4 |
* | Move +52 from the loop filter to the alpha/beta offsets in the context. | Michael Niedermayer | 2010-01-23 | 1 | -2/+2 |
* | Export get_slice_type() as ff_h264_get_slice_type(). | Laurent Aimar | 2010-01-09 | 1 | -14/+1 |
* | Add H.264 bitstream decoding through VAAPI. | Gwenole Beauchesne | 2009-12-29 | 1 | -0/+360 |