- 15 Feb, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Jan, 2012 1 commit
-
-
Janne Grunau authored
Fixes a regression introduced in 8b94df0f.
-
- 23 Dec, 2011 1 commit
-
-
Reinhard Tartler authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at> Fixes NGS00145, CVE-2011-4352 Found-by: Phillip Langlois Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 20 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 02 Dec, 2011 1 commit
-
-
Justin Ruggles authored
Add AV_NUM_DATA_POINTERS to simplify the bump transition. This will allow for supporting more planar audio channels without having to allocate separate pointer arrays.
-
- 19 Nov, 2011 1 commit
-
-
Justin Ruggles authored
A new field, AVCodecContext.internal is used to hold a new struct AVCodecInternal, which has private fields that are not codec-specific and are used by general libavcodec functions. Moved internal_buffer, internal_buffer_count, and is_copy.
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 29 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
It's used in lavf.
-
- 16 Oct, 2011 1 commit
-
-
Steven Walters authored
Replace our incomplete w32threads implementation with x264's pthreads w32threads wrapper. Relicensed to LGPL with kind permission by Pegasys Inc. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 26 Aug, 2011 1 commit
-
-
Diego Biurrun authored
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 28 Jul, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 02 May, 2011 1 commit
-
-
Stefano Sabatini authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 02 Mar, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 19 Feb, 2011 1 commit
-
-
David Conrad authored
With negative stride, the start of the edge_emu buffer should be pointing to the last line, not the end of the buffer. With positive stride, pointing to the end of the buffer was completely wrong.
-
- 18 Feb, 2011 1 commit
-
-
Jason Garrett-Glaser authored
Also remove qscale_table code; this didn't make sense anyways as VP3 doesn't use an MPEG-like quantizer scale.
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 09 Feb, 2011 1 commit
-
-
Alexander Strange authored
Decode times for big_buck_bunny_720p_stereo: 1 thread: real 1m14.227s user 1m13.104s sys 0m1.108s 2 threads: (33% faster) real 0m49.329s user 1m33.735s sys 0m1.834s 3 threads: (44% faster) real 0m41.593s user 1m44.884s sys 0m1.967s
-
- 06 Feb, 2011 2 commits
-
-
Alexander Strange authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Alexander Strange authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 29 Jan, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Jan, 2011 1 commit
-
-
Alexander Strange authored
Originally committed as revision 26398 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Oct, 2010 3 commits
-
-
Jason Garrett-Glaser authored
Reading 7 bits as an unsigned int can't result in a value exceeding 127. Accordingly, remove error message (as it'll never be reached). Originally committed as revision 25575 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
Originally committed as revision 25574 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
Bug caused by the fact that get_bits(gb, 0) is undefined. Doesn't affect any streams generated by the official Theora encoder, but such streams are nevertheless valid. Fixes decoding of CELT-933dd833-nmr-bandt.ogv. Originally committed as revision 25573 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2010 1 commit
-
-
Reimar Döffinger authored
Fixes a black line in non-swapped, non-mod-16-height Theora videos when vp3_draw_horiz_band is used. Originally committed as revision 25073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Sep, 2010 3 commits
-
-
Reimar Döffinger authored
when the video uses 4:2:2 instead of 4:2:0 coding. Originally committed as revision 25052 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
that result in overdrawing areas again and again if s->flipped_image is false. Originally committed as revision 25051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
via the context. Originally committed as revision 25050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2010 1 commit
-
-
Stefano Sabatini authored
av_check_image_size() instead. Originally committed as revision 24711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jun, 2010 1 commit
-
-
Reimar Döffinger authored
for 4:2:2 and 4:4:4 formats. Originally committed as revision 23537 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 May, 2010 1 commit
-
-
David Conrad authored
Originally committed as revision 23346 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2010 1 commit
-
-
David Conrad authored
exactly ends the remaining blocks. Originally committed as revision 23304 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2010 1 commit
-
-
David Conrad authored
Originally committed as revision 22931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-