- 18 Apr, 2012 1 commit
-
-
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 4 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>
-
John Stebbins authored
Pulldown flags are being set incorrectly and AVFrame->repeat_pict is not being set. Also, skipped frames exit header parsing too early and do not set pulldown flags appropriately. Ticks_per_frame needs to be set and time_base adjusted so player can extend frame duration by a field time. This fixes problems encountered when attempting to transcode HD-DVD EVOB files with HandBrake. Also makes these files play smoothly in avplay. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Alberto Delmás authored
In some places 0/mb_height were used in place of start_mb_y/end_mb_y. Fixes SA00049, SA00058, SA10091, SA10097, SA10131, SA20021, SA30030 Improves PSNR in SA00054, SA00059, SA00060, SA10096, SA10098, SA20022, SA30031, SA30032, SA40012, SA40013 Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-