| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libstagefright: drop dependancy on sizeof(AVFrame) | Michael Niedermayer | 2014-01-08 | 1 | -1/+1 |
* | libstagefright: port to refcounted frames | Paul B Mahol | 2013-07-04 | 1 | -17/+9 |
* | libstagefright: unbreak compilation | Paul B Mahol | 2013-07-04 | 1 | -1/+2 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -1/+0 |
* | lavc: fix decode_frame() third parameter semantics for rest of video decoders | Paul B Mahol | 2012-12-05 | 1 | -2/+2 |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -4/+4 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | Merge remote-tracking branch 'hexene/stagefright' | Michael Niedermayer | 2012-04-19 | 1 | -71/+107 |
|\ |
|
| * | libstagefright: avoid memory leak | Mohamed Naufal | 2012-04-19 | 1 | -0/+2 |
| * | libstagefright: support more output pixel formats | Mohamed Naufal | 2012-04-19 | 1 | -6/+9 |
| * | libstagefright: avoid potential deadlock on output MediaBuffer | Mohamed Naufal | 2012-04-19 | 1 | -73/+86 |
| * | libstagefright: explicitly set positive timestamps as stagefright expects the... | Mohamed Naufal | 2012-04-19 | 1 | -5/+23 |
* | | Fix libstagefright compilation | Carl Eugen Hoyos | 2012-02-09 | 1 | -7/+17 |
* | | Merge remote-tracking branch 'hexene/stagefright' | Michael Niedermayer | 2011-10-13 | 1 | -34/+34 |
|\| |
|
| * | libstagefright: reindent after previous commit | Mohamed Naufal | 2011-10-09 | 1 | -34/+34 |
* | | Merge remote-tracking branch 'hexene/stagefright' | Michael Niedermayer | 2011-10-07 | 1 | -5/+37 |
|\| |
|
| * | libstagefright: start decode_thread() only after decode_frame() is called at ... | Mohamed Naufal | 2011-10-07 | 1 | -2/+10 |
| * | libstagefright: mark the dummy frame as keyframe. | Mohamed Naufal | 2011-10-07 | 1 | -0/+1 |
| * | libstagefright: limit the output queue size | Mohamed Naufal | 2011-10-07 | 1 | -1/+20 |
| * | libstagefright: return EOS if CustomSource::read() is called after decode_thr... | Mohamed Naufal | 2011-10-07 | 1 | -0/+2 |
| * | libstagefright: set the correct frame size | Mohamed Naufal | 2011-10-07 | 1 | -2/+4 |
* | | libstagefright: change Libav to FFmpeg in copyright header with permission of... | Michael Niedermayer | 2011-09-30 | 1 | -4/+4 |
|/ |
|
* | libstagefright: Explicitly free smart pointer objects | Mohamed Naufal | 2011-09-14 | 1 | -10/+14 |
* | Support (H/W accelerated) H.264 decoding on Android via Stagefright | Mohamed Naufal | 2011-08-31 | 1 | -0/+516 |