Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f' | Michael Niedermayer | 2014-05-12 | 1 | -0/+72 |
|\ | |||||
| * | lavc: Add new VDA hwaccel | Anton Khirnov | 2014-05-11 | 1 | -0/+72 |
| * | vda: Merge implementation into one file | Sebastien Zwickert | 2012-08-14 | 1 | -303/+0 |
| * | vda: support synchronous decoding | Sebastien Zwickert | 2012-08-14 | 1 | -41/+64 |
| * | vda: Reuse the bitstream buffer and reallocate it only if needed | Sebastien Zwickert | 2012-08-14 | 1 | -0/+2 |
* | | vda: merge implementation into one file. | Sebastien Zwickert | 2012-08-14 | 1 | -311/+0 |
* | | vda: support synchronous decoding. | Sebastien Zwickert | 2012-08-14 | 1 | -50/+72 |
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -1/+1 |
* | | vda: try to fix compile | Michael Niedermayer | 2012-04-10 | 1 | -21/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-10 | 1 | -0/+35 |
|\ \ | |/ | |||||
| * | vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext... | Sebastien Zwickert | 2012-04-10 | 1 | -1/+20 |
| * | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+259 |
* | vda: removes useless doxygen command. | Sebastien Zwickert | 2012-01-08 | 1 | -8/+0 |
* | vda: uses pthreads directly. | Sebastien Zwickert | 2012-01-08 | 1 | -34/+9 |
* | vda: convert 3 byte NAL sizes to 4 byte. | Sebastien Zwickert | 2012-01-08 | 1 | -0/+5 |
* | vda: use K&R style. | Clément Bœsch | 2011-11-15 | 1 | -39/+31 |
* | vda: check allocation result. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+3 |
* | vda: removes useless casts. | Sebastien Zwickert | 2011-11-14 | 1 | -2/+2 |
* | vda: cosmetic. | Sebastien Zwickert | 2011-11-14 | 1 | -17/+17 |
* | vda: reordering headers inclusion. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+7 |
* | vda: use fast reallocation. | Sebastien Zwickert | 2011-11-11 | 1 | -0/+6 |
* | vda: set destination image buffer attributes. | Sebastien Zwickert | 2011-11-09 | 1 | -2/+26 |
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. | Sebastien Zwickert | 2011-11-02 | 1 | -0/+271 |