- 03 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13511 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2008 2 commits
-
-
Michael Niedermayer authored
Fixed issue417. Originally committed as revision 13405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This is more efficient as in practice the check is redundant most of the time. Callers which do not know if enough data is available have to check it with av_fifo_size(). Doing the check in *read() means the caller has no choice to skip the check when its known to be redundant. Also the return value was never documented in a public header so changing it should not break the API. Besides this fixes the case where read() failed on a 100% full fifo. Originally committed as revision 13404 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jan, 2008 2 commits
-
-
Baptiste Coudurier authored
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function Originally committed as revision 11683 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 11682 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Nov, 2007 1 commit
-
-
Björn Axelsson authored
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Sep, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 10513 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Sep, 2007 2 commits
-
-
Michael Niedermayer authored
there is no need for put_timestamp to be exported it is not used outside the PES code Originally committed as revision 10410 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
this will be needed for spliting the PES muxer code out Originally committed as revision 10409 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jul, 2007 1 commit
-
-
Michael Niedermayer authored
same md5 with a short -t dvd encoding fixes streamcopy of dvd Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jul, 2007 1 commit
-
-
Aurelien Jacobs authored
This fixes the following option set: --disable-encoders --disable-decoders --disable-parsers --disable-bsfs --disable-muxers --disable-demuxers --disable-protocols --enable-muxer=mpeg1system Originally committed as revision 9650 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jun, 2007 3 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 9384 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 9383 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common Originally committed as revision 9382 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Apr, 2007 2 commits
-
-
Wolfram Gloger authored
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de reference: [Ffmpeg-devel] buffer underflow messages from the output_example.c Originally committed as revision 8860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Wolfram Gloger authored
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 8859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Apr, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 8677 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
-
- 06 Feb, 2007 1 commit
-
-
Michael Niedermayer authored
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) Originally committed as revision 7853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jan, 2007 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 7567 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7565 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
there is a very small chance that a stream which is damaged && unseekable && very small packet && damage to the flags && unlucky buffer state could have a valid packet after a damaged packet lost, but i think this is so unlikely that the simplification outweights it mans if you disagree with any commit to mpeg.c just say so and ill revert it Originally committed as revision 7562 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
error_redo (somethings is definitly wrong) in which case we try to resync from the last startcode Originally committed as revision 7560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Nov, 2006 1 commit
-
-
Steve L'Homme authored
patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 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 Sep, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Sep, 2006 1 commit
-
-
Roman Shaposhnik authored
libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Aug, 2006 1 commit
-
-
Allan Sandfeld Jensen authored
patch by Allan Sandfeld Jensen % kde A carewolf P com % Original thread: Date: Aug 18, 2006 6:33 PM Subject: [Ffmpeg-devel] CDXA in libavformat [patch] Originally committed as revision 6124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Aug, 2006 1 commit
-
-
Michael Niedermayer authored
= a single startcode should not override extension based detection Originally committed as revision 6025 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
-
- 03 Jul, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jun, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jun, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
-