Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Mon, 04 Sep 2006 09:57:47 +0000 |
gpoirier |
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be %
libavformat
|
Thu, 13 Jul 2006 21:13:49 +0000 |
mru |
add loop_input to AVFormatContext, getting rid of old hack
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
|
Sun, 26 Mar 2006 14:06:00 +0000 |
bcoudurier |
fix double free, priv_data is freed in av_open_input_stream
libavformat
|
Sat, 11 Mar 2006 00:22:21 +0000 |
michael |
simplify AVFormatParameters NULL checks
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
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Wed, 10 Nov 2004 00:02:06 +0000 |
michael |
prefer image2 over image
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
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Thu, 13 May 2004 14:54:57 +0000 |
michael |
segfault fix
libavformat
|
Mon, 12 Apr 2004 18:32:36 +0000 |
michael |
10l
libavformat
|
Tue, 14 Oct 2003 14:40:36 +0000 |
michael |
recommit of
libavformat
|
Wed, 10 Sep 2003 22:37:33 +0000 |
bellard |
64 bit pts for writing - more const usage
libavformat
|
Mon, 08 Sep 2003 21:59:53 +0000 |
bellard |
removed os_support.h
libavformat
|
Sun, 24 Aug 2003 21:20:44 +0000 |
bellard |
suppressed frame number modulus hack - added loop_input hack which I find easier to understand
libavformat
|
Fri, 08 Aug 2003 17:53:30 +0000 |
bellard |
update duration and start_time
libavformat
|
Wed, 12 Mar 2003 18:57:33 +0000 |
kabi |
* moved os_support.h into libavcodec
libavformat
|
Wed, 12 Mar 2003 17:14:28 +0000 |
mmu_man |
Cleaner support for usleep()
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
|
Fri, 07 Mar 2003 12:37:49 +0000 |
michaelni |
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavformat
|
Sat, 11 Jan 2003 20:34:38 +0000 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavformat
|