- 12 Mar, 2007 1 commit
-
-
Panagiotis Issaris authored
which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2007 1 commit
-
-
François Revol authored
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2007 1 commit
-
-
Nico Sabbi authored
Originally committed as revision 7902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jan, 2007 1 commit
-
-
Michel Bardiaux authored
patch by Michel Bardiaux, mbardiaux mediaxim be Originally committed as revision 7774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2007 2 commits
-
-
Daniel Kristjansson authored
mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu yes another 1 year old patch, this one though has one failed hunk Originally committed as revision 7676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Daniel Kristjansson authored
another 1 year old patch forgoten by mans trailing whitespace removial by me Originally committed as revision 7674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Oct, 2006 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Aug, 2006 1 commit
-
-
Nico Sabbi authored
Originally committed as revision 6110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jul, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2006 1 commit
-
-
Nico Sabbi authored
This patch permits to recognize these streams but it's untested for lack of samples. Patch by Nico Sabbi <nicola_sabbi at fastwebnet it> Originally committed as revision 5671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jun, 2006 1 commit
-
-
Stefan Huehner authored
outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Apr, 2006 2 commits
-
-
Måns Rullgård authored
files. In these streams AC-3 is given type 0x06 (private stream) and includes a descriptor with either tag 0x6A or 0x7A. The code already handles ATSC AC-3 which uses stream type 0x81. All the new patch does is look for any stream type 0x06 that has a descriptor with the proper tag (i.e. 0x6A or 0x7A) and if found forces it to be recognized as an AC-3 stream. From Andy Brown <abrown at daqtron com> Originally committed as revision 5260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
found by Andy Brown <abrown at daqtron com> Originally committed as revision 5259 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jan, 2006 2 commits
-
-
Nico Sabbi authored
Originally committed as revision 4802 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nico Sabbi authored
Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2005 1 commit
-
-
Diego Biurrun authored
in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Sep, 2005 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jul, 2005 2 commits
-
-
Michael Niedermayer authored
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 May, 2005 1 commit
-
-
Wolfram Gloger authored
Patch by Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de> Originally committed as revision 4188 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Feb, 2005 1 commit
-
-
Wolfram Gloger authored
Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>) Originally committed as revision 3957 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2004 1 commit
-
-
Michael Niedermayer authored
direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jul, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 May, 2004 1 commit
-
-
http://www.zonque.org/test-long.psMichael Niedermayer authored
better seeking, (not to keyframes but at least to the start of packets ...) Originally committed as revision 3182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 May, 2004 1 commit
-
-
Michael Niedermayer authored
set correct timebase for nut merge mpeg-ts seeking with existing seeking code 10l fix in mpegts (27mhz vs. 90khz) Originally committed as revision 3152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 May, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2004 1 commit
-
-
Wolfram Gloger authored
Originally committed as revision 3011 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Mar, 2004 1 commit
-
-
Wolfram Gloger authored
Originally committed as revision 2931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Feb, 2004 1 commit
-
-
Gildas Bazin authored
Originally committed as revision 2805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jan, 2004 1 commit
-
-
Gildas Bazin authored
Originally committed as revision 2678 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Dec, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Nov, 2003 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 2511 to svn://svn.ffmpeg.org/ffmpeg/trunk
-