Sun, 07 Jan 2007 00:02:15 +0000 |
diego |
variable renaming: mp3lame --> libmp3lame
libavformat
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavformat
|
Wed, 18 Oct 2006 13:15:27 +0000 |
diego |
Fix license header error notice by Steve LHomme.
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Sat, 02 Sep 2006 23:10:28 +0000 |
mru |
remove redundant declarations
libavformat
|
Thu, 20 Jul 2006 10:22:07 +0000 |
michael |
fix regression failure after adler simplification
libavformat
|
Thu, 13 Jul 2006 21:29:01 +0000 |
mru |
move adler32 to libavutil
libavformat
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
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
|
Tue, 20 Jun 2006 22:19:11 +0000 |
diego |
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
libavformat
|
Fri, 16 Jun 2006 07:54:37 +0000 |
mru |
free codec extradata in av_close_input_file
libavformat
|
Sun, 23 Apr 2006 13:47:13 +0000 |
ods15 |
Disable lavf NUT until it is synced to spec
libavformat
|
Wed, 01 Mar 2006 11:29:55 +0000 |
michael |
add size to AVIndex
libavformat
|
Thu, 19 Jan 2006 22:30:37 +0000 |
diego |
Properly #ifdef muxer-specific parts.
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
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Sun, 11 Sep 2005 08:32:25 +0000 |
michael |
checksum doesnt cover the forward_ptr anymore
libavformat
|
Sun, 11 Sep 2005 08:28:03 +0000 |
michael |
forward_ptr doesnt contain its own length anymore
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
|
Mon, 27 Jun 2005 00:24:34 +0000 |
michael |
nut prefers extradata style global headers
libavformat
|
Tue, 07 Jun 2005 21:21:54 +0000 |
alex |
some nut.hu hype
libavformat
|
Fri, 03 Jun 2005 08:54:32 +0000 |
michael |
fix stream class
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
|
Sun, 24 Apr 2005 17:21:11 +0000 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavformat
|
Thu, 17 Mar 2005 21:38:29 +0000 |
michael |
initalize has_b_frames
libavformat
|
Thu, 17 Mar 2005 01:25:01 +0000 |
michael |
more fine grained discarding of packets
libavformat
|
Sun, 13 Mar 2005 01:58:29 +0000 |
michael |
"put_s should store signed values. Spotted on #mplayerdev by someone I
libavformat
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Thu, 24 Feb 2005 15:18:02 +0000 |
michael |
01-makefile_fix_updated.patch
libavformat
|
Sat, 22 Jan 2005 13:36:02 +0000 |
michael |
support discarding uninterresting packets
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Sat, 13 Nov 2004 01:27:35 +0000 |
michael |
allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end
libavformat
|
Sun, 10 Oct 2004 22:05:43 +0000 |
michael |
use native timebase for seeking
libavformat
|
Mon, 14 Jun 2004 21:30:36 +0000 |
michael |
file id string
libavformat
|
Sat, 29 May 2004 02:06:32 +0000 |
michael |
pass AVPacket into av_write_frame()
libavformat
|
Sun, 23 May 2004 16:26:12 +0000 |
michael |
store index for seeking in the native timebase of each stream
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Thu, 20 May 2004 16:00:22 +0000 |
michael |
bytestream tracing support
libavformat
|
Sun, 02 May 2004 01:03:55 +0000 |
michael |
match latest spec
libavformat
|
Mon, 12 Apr 2004 22:23:16 +0000 |
michael |
store correct pts
libavformat
|
Mon, 12 Apr 2004 20:06:23 +0000 |
michael |
bit-exact
libavformat
|
Mon, 12 Apr 2004 16:50:03 +0000 |
michael |
moving nearly identical binary search code from nut/mpeg/asf to utils.c
libavformat
|
Sat, 10 Apr 2004 20:11:00 +0000 |
michael |
set codec_tag
libavformat
|
Fri, 09 Apr 2004 16:46:12 +0000 |
michael |
removing keyframe prediction and checksum threshold
libavformat
|
Fri, 09 Apr 2004 12:31:36 +0000 |
michael |
gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
libavformat
|
Thu, 08 Apr 2004 00:22:22 +0000 |
michael |
fourcc & language code v->vb type
libavformat
|
Tue, 06 Apr 2004 17:40:17 +0000 |
michael |
10l (bytes_left() -> url_feof())
libavformat
|
Mon, 05 Apr 2004 22:00:59 +0000 |
michael |
search for undamaged headers
libavformat
|
Mon, 05 Apr 2004 12:02:10 +0000 |
michael |
checksuming for nut & nice checksum API for libavformat
libavformat
|
Mon, 05 Apr 2004 10:38:01 +0000 |
michael |
10l (Titel->Title)
libavformat
|
Sun, 04 Apr 2004 22:34:26 +0000 |
michael |
info packet read/write & simplify
libavformat
|
Sun, 04 Apr 2004 20:24:28 +0000 |
michael |
make vorbis default again
libavformat
|
Sun, 04 Apr 2004 18:37:41 +0000 |
michael |
large extradata fix
libavformat
|
Sat, 03 Apr 2004 21:00:14 +0000 |
michael |
nut (de)muxer update
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|