Sat, 10 Jul 2010 22:12:30 +0000 |
mru |
Add av_ prefix to bswap macros
libavformat
|
Sat, 10 Jul 2010 22:09:01 +0000 |
mru |
bswap: change ME to NE in macro names
libavformat
|
Thu, 24 Jun 2010 06:55:53 +0000 |
mstorsjo |
Correctly return EOF for smacker videos
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Sat, 30 Jan 2010 10:37:52 +0000 |
daniel |
Set duration in Smacker demuxer
libavformat
|
Sat, 30 Jan 2010 10:31:10 +0000 |
daniel |
Demux Bink audio in Smacker files
libavformat
|
Sun, 01 Nov 2009 15:08:49 +0000 |
jbr |
Set the sample format for Smacker audio in the decoder rather than in the
libavformat
|
Sat, 21 Mar 2009 15:52:14 +0000 |
kostya |
Make Smacker audio decoder output audio in original bit depth
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Thu, 29 May 2008 13:40:43 +0000 |
diego |
Remove unnecessary header #includes.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Thu, 23 Aug 2007 06:59:19 +0000 |
kostya |
Take ring frame into account when demuxing.
libavformat
|
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
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
Fri, 19 Jan 2007 22:12:59 +0000 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
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
|
Wed, 17 May 2006 03:05:34 +0000 |
kostya |
Proper PTS generation for Smacker audio
libavformat
|
Wed, 17 May 2006 03:03:53 +0000 |
kostya |
Now MPlayer should understand Smacker audio and video codecs.
libavformat
|
Sat, 13 May 2006 11:37:56 +0000 |
michael |
sanity checks some might have been exploitable
libavformat
|
Tue, 21 Mar 2006 17:27:47 +0000 |
kostya |
Smacker demuxer and decoder.
libavformat
|