Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Thu, 19 Jul 2007 15:21:30 +0000 |
takis |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
libavformat
|
Sun, 08 Apr 2007 20:24:16 +0000 |
diego |
Get rid of unnecessary pointer casts.
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Sun, 14 Mar 2004 04:04:08 +0000 |
melanson |
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Fri, 26 Sep 2003 00:10:21 +0000 |
tmmm |
send the chunk preamble bytes to the respective decoders; Id RoQ demuxer
libavformat
|
Sat, 20 Sep 2003 21:54:33 +0000 |
tmmm |
clean up 4xm demuxer; make valgrind just a little happier
libavformat
|
Tue, 02 Sep 2003 04:32:02 +0000 |
tmmm |
initial commit for Id RoQ and Interplay MVE multimedia subsystems
libavformat
|