| Commit message (Expand) | Author | Age | Files | Lines |
* | dxva2: use a single macro to test if the DXVA context is valid | Steve Lhomme | 2017-01-16 | 1 | -3/+1 |
* | dxva2_vc1: support multiple slices | Hendrik Leppkes | 2016-11-26 | 1 | -34/+72 |
* | Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0' | Hendrik Leppkes | 2015-10-14 | 1 | -1/+5 |
|\ |
|
| * | dxva: Include last the internal header | Luca Barbato | 2015-10-14 | 1 | -1/+5 |
* | | Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772' | Michael Niedermayer | 2015-05-25 | 1 | -30/+101 |
|\| |
|
| * | D3D11va: add a Direct3D11 video decoder similar to DXVA2 | Steve Lhomme | 2015-05-25 | 1 | -30/+101 |
* | | Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098' | Michael Niedermayer | 2014-09-01 | 1 | -1/+3 |
|\| |
|
| * | dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer() | Diego Biurrun | 2014-09-01 | 1 | -1/+3 |
* | | Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' | Michael Niedermayer | 2014-05-11 | 1 | -2/+2 |
|\| |
|
| * | hwaccel: Rename priv_data_size to frame_priv_data_size | Anton Khirnov | 2014-05-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -4/+4 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -4/+4 |
| * | dxva2: Directly use AVFrames | Michael Niedermayer | 2014-04-01 | 1 | -4/+4 |
* | | avcodec/dxva2: fix pointers after H264Picture | Michael Niedermayer | 2014-03-17 | 1 | -4/+4 |
* | | 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 |
* | | dxva2_vc1: include the start code in wMBbitOffset | Hendrik Leppkes | 2014-03-07 | 1 | -1/+1 |
* | | dxva2_vc1: fix intensity compensation condition with interlaced fields | Hendrik Leppkes | 2014-03-07 | 1 | -1/+1 |
* | | dxva2_vc1: signal skipped p frames | Hendrik Leppkes | 2014-01-01 | 1 | -1/+1 |
* | | dxva2_vc1: fix signaling of intensity compensation values | Hendrik Leppkes | 2014-01-01 | 1 | -5/+24 |
* | | dxva2_vc1: set PQUANT as described by the 2010 spec update | Hendrik Leppkes | 2014-01-01 | 1 | -1/+1 |
* | | dxva2_vc1: set bfraction in slice info according to spec | Hendrik Leppkes | 2014-01-01 | 1 | -1/+1 |
* | | dxva2_vc1: set refdist value according to spec | Hendrik Leppkes | 2014-01-01 | 1 | -1/+1 |
* | | Merge commit 'c2f7417eeb9cc31f75e71f7be2780f90f1628d7e' | Michael Niedermayer | 2013-11-30 | 1 | -1/+1 |
|\| |
|
| * | vc1: move MpegEncContext.resync_marker into VC1Context. | Anton Khirnov | 2013-11-29 | 1 | -1/+1 |
* | | Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327' | Michael Niedermayer | 2013-03-08 | 1 | -4/+4 |
|\| |
|
| * | lavc: move AVFrame.hwaccel_picture_private to Picture. | Anton Khirnov | 2013-03-08 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-06 | 1 | -12/+13 |
|\| |
|
| * | hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice | Diego Biurrun | 2013-03-05 | 1 | -12/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -4/+8 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -4/+8 |
* | | vc1: implement vc1 field interlaced dxva2 decoding | Hendrik Leppkes | 2012-10-20 | 1 | -2/+5 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
| * | dxva2_vc1: pass the overlap flag to the decoder | Hendrik Leppkes | 2012-03-13 | 1 | -1/+2 |
| * | dxva2_vc1: fix decoding of BI frames | Hendrik Leppkes | 2012-03-13 | 1 | -4/+4 |
* | | dxva2: Fix some warnings about incompatible pointer type | jamal | 2012-07-28 | 1 | -1/+1 |
* | | dxva2_vc1: pass the overlap flag to the decoder | Hendrik Leppkes | 2012-03-12 | 1 | -1/+2 |
* | | dxva2_vc1: fix decoding of BI frames | Hendrik Leppkes | 2012-03-12 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-28 | 1 | -2/+2 |
|\| |
|
| * | vc1: use an enum for Frame Coding Mode | Luca Barbato | 2011-11-28 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -4/+4 |
|\| |
|
| * | DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e] | Jean-Baptiste Kempf | 2011-07-10 | 1 | -4/+4 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -6/+6 |