| Commit message (Expand) | Author | Age | Files | Lines |
* | vda: fix crash when a frame is dropped. | Xidorn Quan | 2014-01-27 | 1 | -0/+3 |
* | h264: reduce whitespace differences to libav | Michael Niedermayer | 2013-11-03 | 1 | -5/+5 |
* | avcodec/vda_h264: use av_buffer to manage buffers | Xidorn Quan | 2013-05-27 | 1 | -0/+26 |
* | Merge commit '202c2acc40a6de8758b44ab3f5c85ab250079734' | Michael Niedermayer | 2013-03-13 | 1 | -47/+3 |
|\ |
|
| * | vda: remove async decoder leftovers | Luca Barbato | 2013-03-12 | 1 | -44/+3 |
* | | Merge commit 'adfa53d67c7a3318157ea9d95e8bdcfb77139452' | Michael Niedermayer | 2013-03-13 | 1 | -102/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_VDA_ASYNC cruft | Anton Khirnov | 2013-03-09 | 1 | -104/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-06 | 1 | -10/+11 |
|\| |
|
| * | hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice | Diego Biurrun | 2013-03-05 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -1/+1 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -1/+1 |
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | Fix "bistream" typo and add a check in tools/patcheck. | Clément Bœsch | 2012-12-18 | 1 | -1/+1 |
* | | 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 |
* | | vda_h264.c: Change header inclusion order. | Carl Eugen Hoyos | 2012-09-16 | 1 | -1/+1 |
* | | vda: better frame allocation. | Sebastien Zwickert | 2012-08-14 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -24/+22 |
|\| |
|
| * | vda: better frame allocation | Sebastien Zwickert | 2012-08-14 | 1 | -1/+1 |
| * | vda: Merge implementation into one file | Sebastien Zwickert | 2012-08-14 | 1 | -5/+284 |
| * | vda: support synchronous decoding | Sebastien Zwickert | 2012-08-14 | 1 | -3/+8 |
| * | vda: Reuse the bitstream buffer and reallocate it only if needed | Sebastien Zwickert | 2012-08-14 | 1 | -26/+11 |
* | | vda: merge implementation into one file. | Sebastien Zwickert | 2012-08-14 | 1 | -5/+291 |
* | | vda: support synchronous decoding. | Sebastien Zwickert | 2012-08-14 | 1 | -5/+11 |
* | | 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 | -1/+0 |
|\| |
|
| * | Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. | Diego Biurrun | 2011-11-28 | 1 | -1/+0 |
| * | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+110 |
* | vda: get correctly the frame from h264 context. | Sebastien Zwickert | 2011-11-14 | 1 | -1/+1 |
* | vda: reordering headers inclusion. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+1 |
* | vda: use fast reallocation. | Sebastien Zwickert | 2011-11-11 | 1 | -24/+10 |
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. | Sebastien Zwickert | 2011-11-02 | 1 | -0/+107 |