- 18 Apr, 2012 3 commits
-
-
Mohamed Naufal authored
-
Mohamed Naufal authored
Maintain an output queue of AVFrames instead of MediaBuffers so that the latter can be released early. This avoids a potential deadlock between the stagefright decoder::read() and Stagefright_decode_frame()
-
Mohamed Naufal authored
-
- 11 Apr, 2012 1 commit
-
-
Mohamed Naufal authored
-
- 10 Jan, 2012 1 commit
-
-
Dmitry Monakhov authored
- Use headers from gingerbread-release branch instead of the current default ice cream sandwich - Fix path mistype
-
- 09 Oct, 2011 1 commit
-
-
Mohamed Naufal authored
Credit to Martin.
-
- 08 Oct, 2011 1 commit
-
-
Mohamed Naufal authored
-
- 07 Oct, 2011 5 commits
-
-
Mohamed Naufal authored
This prevents the situation where EOS is passed as the first frame to the h/w decoder and thus avoids a potential crash.
-
Mohamed Naufal authored
This makes sure decoder->read() returns if it is the first frame fed.
-
Mohamed Naufal authored
-
Mohamed Naufal authored
-
Mohamed Naufal authored
-
- 14 Sep, 2011 3 commits
-
-
Mohamed Naufal authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Sep, 2011 1 commit
-
-
Mohamed Naufal authored
-
- 08 Sep, 2011 1 commit
-
-
Mohamed Naufal authored
-
- 30 Aug, 2011 6 commits
-
-
Mohamed Naufal authored
-
Mohamed Naufal authored
-
Mohamed Naufal authored
-
Anton Khirnov authored
It's only shadowing the AVOption with the same name.
-
Alex Converse authored
-
Kostya Shishkov authored
Since RV40 is based on H.264, it uses the same interpolation filters and functions for halfpel interpolation in one direction can be reused. Unfortunately other cases are implemented differently and produce slightly different output because of rounding. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 29 Aug, 2011 4 commits
-
-
Luca Barbato authored
This reverts commit b47904d1. coded_{width, height} overwrites width and height in avcodec_open and it currently just report the non-lowres size.
-
Tomas Härdin authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
-
Anton Khirnov authored
It was mistakenly removed in 2cf8355f, not taking into account that new streams might appear in av_read_frame() that avconv doesn't know about. Fixes bug 24.
-
- 27 Aug, 2011 3 commits
-
-
Kostya Shishkov authored
Unlike other containers RealMedia stores its audio packets in scrambled form, with interleaver ID preceeding audio codec ID. Currently deinterleaving decision is tied to the codec while it's possible to have non-default deinterleaver with audio codec (like Int0 deinterleaver instead of specific one for Sipro). Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
-
- 26 Aug, 2011 8 commits
-
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
The new function provides a more generic interface than av_fifo_peek() for peeking at a FIFO buffer data. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Piotr Kaczuba authored
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Sven Hesse authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 25 Aug, 2011 2 commits
-
-
Dustin Brody authored
vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Dustin Brody authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-