Sun, 25 Apr 2010 14:27:42 +0000 |
stefano |
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
libavformat
|
Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Wed, 03 Mar 2010 17:26:00 +0000 |
vitor |
Plug memory leak in NSV demuxer.
libavformat
|
Sun, 17 Jan 2010 15:57:51 +0000 |
stefano |
Use av_match_ext() rather than the deprecated match_ext(), fix
libavformat
|
Fri, 16 Oct 2009 14:46:06 +0000 |
cehoyos |
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Wed, 22 Apr 2009 19:37:57 +0000 |
jai_menon |
NSV : Add TOC2 parsing and seeking support.
libavformat
|
Sat, 18 Apr 2009 08:35:46 +0000 |
jai_menon |
Cosmetics : reindent after last commit and remove redundant comment.
libavformat
|
Sat, 18 Apr 2009 08:34:15 +0000 |
jai_menon |
Add speex tag to nsv_codec_audio_tags.
libavformat
|
Sat, 18 Apr 2009 05:54:47 +0000 |
jai_menon |
Change nsvf_index_data to nsvs_file_offset for increased clarity.
libavformat
|
Wed, 18 Feb 2009 00:02:38 +0000 |
aurel |
use new metadata API in nsv demuxer
libavformat
|
Thu, 12 Feb 2009 17:26:06 +0000 |
diego |
Use more descriptive format long_names.
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Thu, 17 Jul 2008 14:13:44 +0000 |
michael |
Try to fix FATE after my time_base simplification change.
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Sat, 22 Sep 2007 08:58:49 +0000 |
michael |
indent
libavformat
|
Sat, 22 Sep 2007 08:55:17 +0000 |
michael |
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Sun, 08 Apr 2007 11:37:43 +0000 |
michael |
file extension based probe is max/2
libavformat
|
Sun, 08 Apr 2007 11:37:04 +0000 |
michael |
factorize
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
|
Wed, 21 Mar 2007 11:05:35 +0000 |
diego |
The NSV demuxer assumes that a video frame's timestamp increases by one on each
libavformat
|
Sun, 21 Jan 2007 01:39:17 +0000 |
michael |
add codec_id <-> codec_tag tables to AVIn/OutputFormat
libavformat
|
Sun, 17 Dec 2006 22:00:12 +0000 |
aurel |
Add support for VP60 and VP61.
libavformat
|
Sat, 28 Oct 2006 18:39:16 +0000 |
gpoirier |
add support for all framerates specified by the standard
libavformat
|
Sat, 28 Oct 2006 17:28:04 +0000 |
gpoirier |
Fix A/V (de)sync with discontinuous NSV streams,
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sun, 22 Oct 2006 14:14:36 +0000 |
bcoudurier |
disable annoying debug messages
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Sat, 09 Sep 2006 17:19:37 +0000 |
aurel |
VP5 and VP6 video decoder
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
|
Fri, 16 Jun 2006 07:54:37 +0000 |
mru |
free codec extradata in av_close_input_file
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
|
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 21:46:46 +0000 |
michael |
fix useless framerate messup
libavformat
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Tue, 30 Nov 2004 21:57:51 +0000 |
michael |
kill a annoying debug printf
libavformat
|
Sat, 20 Nov 2004 23:53:24 +0000 |
melanson |
use correct types
libavformat
|
Sat, 20 Nov 2004 23:10:07 +0000 |
mmu_man |
First implementation of nsv demuxer.
libavformat
|