- 05 Dec, 2010 8 commits
-
-
Martin Storsjö authored
Originally committed as revision 25894 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25893 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25892 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25891 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25890 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
This fixes roundup issue 2390. Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Etienne Buira authored
Patch by Etienne Buira, etienne d buira d lists a free d fr Originally committed as revision 25888 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
The current implementation is incompatible with the latest spec drafts, this should be communicated clearly to the user. Originally committed as revision 25887 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Dec, 2010 20 commits
-
-
Stefano Sabatini authored
Originally committed as revision 25886 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25885 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25884 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25883 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Improve readability. Originally committed as revision 25882 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 25881 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Patch by Baptiste with some fixes by me. Originally committed as revision 25880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_get_pix_fmt_string(), added to libavutil/pixdesc.h. Originally committed as revision 25879 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
avfilter_default_get_video_buffer(). Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 25877 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 25876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
I dont know if this is the best way to handle it. But it fixes http://kuwatan.jp/temp/n-02b.3gp Fixes issue 2373. Originally committed as revision 25875 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 25874 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bobby Bingham authored
Originally committed as revision 25873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
with the next major bump in libavcodec. Originally committed as revision 25872 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
with the next major bump in libavutil. Originally committed as revision 25871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25870 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25868 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25867 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Dec, 2010 4 commits
-
-
Martin Storsjö authored
The structure is largely based on the trellis encoder in adpcm.c. Originally committed as revision 25866 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tomas Härdin authored
This fixes PCR drift due to accumulating TS_PACKET_SIZE*8*90000LL/ts->mux_rate each packet, due to rounding errors when mux_rate does not evenly divide 135360000. This patch also increases the PCR precision to 27 MHz from 90 kHz and takes the location of the PCR data into account (+11 bytes according to the spec). Originally committed as revision 25864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefan Gehrer authored
Originally committed as revision 25863 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2010 3 commits
-
-
Stefano Sabatini authored
Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_image_fill_linesizes(). Originally committed as revision 25861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Anton Khirnov authored
Originally committed as revision 25860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2010 2 commits
-
-
avcoder authored
Patch by avcoder, ffmpeg gmail Originally committed as revision 25859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Wraparound in ssd is mainly avoided by subtracting the ssd of the best node from all the others once it has grown large enough. If using very large trellis sizes (e.g. -trellis 15), the frontier is so large that the difference between the best and the worst is large enough to cause wraparound, even if the ssd of the best one is subtracted regularly. When using -trellis 10 on a 30 second sample, this causes only a slight slowdown, from 61 to 64 seconds. Originally committed as revision 25858 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Nov, 2010 3 commits
-
-
Stefano Sabatini authored
Originally committed as revision 25857 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Make it accept the frei0r=filtername=params as alternative to frei0r=filtername:params. Originally committed as revision 25856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-