- 04 Dec, 2010 3 commits
-
-
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 4 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
-
Stefano Sabatini authored
This allows to use the @xref{} command for the HTML output. Originally committed as revision 25854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Nov, 2010 7 commits
-
-
Andrew Wason authored
Patch by Andrew Wason, rectalogic rectalogic com Originally committed as revision 25853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aaron Colwell authored
data packets before the first complete one. Patch by Aaron Colwell [acolwell chromium org]. Originally committed as revision 25846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Anton Khirnov authored
This reverts snprintf->av_d2str part of r20840. With it, track number is exported as a float, which is not desirable. Originally committed as revision 25845 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25844 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25843 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
This includes a revert of r25840 Originally committed as revision 25842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Fixes issue #2392. Originally committed as revision 25841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2010 4 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 25840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 25839 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
headers. Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Peter Ross authored
Originally committed as revision 25837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Nov, 2010 5 commits
-
-
Carl Eugen Hoyos authored
Originally committed as revision 25836 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 25835 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Anssi Hannula authored
This works at least for some people testing it. Patch by Anssi Hannula, anssi d hannula a iki fi Originally committed as revision 25834 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
complete frame does not start at position 0. Originally committed as revision 25833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 25832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Nov, 2010 2 commits
-
-
Anatoly Nenashev authored
Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru Originally committed as revision 25831 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Nov, 2010 6 commits
-
-
Stefano Sabatini authored
Originally committed as revision 25829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Compute the outpicref PTS in start_frame(), since it is required for comparing that value with the value of the overpicref. Originally committed as revision 25828 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
it can be referenced outside defaults.c. Originally committed as revision 25826 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 25825 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 25824 to svn://svn.ffmpeg.org/ffmpeg/trunk
-