Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Wed, 27 Jun 2007 06:54:47 +0000 |
benoit |
remove empty write trailer functions
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
|
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
|
Sat, 17 Jun 2006 15:53:23 +0000 |
diego |
Add (mostly) const to variable and parameter declaration, where a char* was
libavformat
|
Wed, 08 Feb 2006 15:39:12 +0000 |
diego |
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
libavformat
|
Wed, 08 Feb 2006 11:54:05 +0000 |
diego |
Correctly set the interlaced_frame and top_field_first fields.
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Sun, 14 Aug 2005 15:42:40 +0000 |
mru |
kill a bunch of compiler warnings
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
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Tue, 26 Apr 2005 09:06:39 +0000 |
michael |
Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net)
libavformat
|
Tue, 26 Apr 2005 08:57:41 +0000 |
michael |
Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users sourceforge net)
libavformat
|
Wed, 19 Jan 2005 12:27:48 +0000 |
michael |
add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge net>)
libavformat
|
Tue, 04 Jan 2005 01:55:50 +0000 |
michael |
- Writes correct unknown aspect
libavformat
|
Fri, 01 Oct 2004 13:16:16 +0000 |
michael |
do not call (av_)abort()
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Sat, 29 May 2004 02:06:32 +0000 |
michael |
pass AVPacket into av_write_frame()
libavformat
|
Thu, 01 Apr 2004 23:32:53 +0000 |
michael |
yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Mon, 20 Oct 2003 20:23:46 +0000 |
michael |
AVRational
libavformat
|
Mon, 20 Oct 2003 10:33:13 +0000 |
michael |
bottom_field_first -> top_field_first
libavformat
|
Sat, 18 Oct 2003 03:19:44 +0000 |
romansh |
* providing MPEG codecs with a generic fields in AVFrame to use.
libavformat
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
Thu, 25 Sep 2003 08:38:16 +0000 |
michaelni |
yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
Wed, 10 Sep 2003 22:37:33 +0000 |
bellard |
64 bit pts for writing - more const usage
libavformat
|
Fri, 29 Aug 2003 20:51:10 +0000 |
michaelni |
stdin patch by (Charles Yates <charles dot yates at pandora dot be>)
libavformat
|
Tue, 05 Aug 2003 09:32:31 +0000 |
michaelni |
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
libavformat
|
Thu, 17 Jul 2003 10:26:02 +0000 |
bellard |
removed warnings
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Sat, 11 Jan 2003 04:58:36 +0000 |
bellard |
extracted yuv4mpeg from img.c (untested)
libavformat
|