Tue, 11 Sep 2007 09:27:46 +0000 |
aurel |
move unrelated functions declarations out of allformats.h
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
|
Tue, 26 Jun 2007 23:08:39 +0000 |
bcoudurier |
compute absolute data offset after reading blocksize
libavformat
|
Mon, 25 Jun 2007 21:47:29 +0000 |
bcoudurier |
this is named BlockSize in specs
libavformat
|
Mon, 25 Jun 2007 21:46:15 +0000 |
bcoudurier |
according to specs, offset is before blocksize
libavformat
|
Mon, 25 Jun 2007 21:31:33 +0000 |
bcoudurier |
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant
libavformat
|
Fri, 27 Apr 2007 17:19:07 +0000 |
kostya |
Support for newer MacOSX AIFF
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, 14 Feb 2007 11:23:11 +0000 |
bcoudurier |
100l
libavformat
|
Wed, 14 Feb 2007 11:18:34 +0000 |
bcoudurier |
indentation
libavformat
|
Wed, 14 Feb 2007 11:01:05 +0000 |
bcoudurier |
use aiff when we can, some players only support aiff
libavformat
|
Sun, 21 Jan 2007 12:47:46 +0000 |
michael |
the context is supposed to be freed in the generic code in utils.c
libavformat
|
Sun, 21 Jan 2007 12:44:58 +0000 |
michael |
remove now useless codec_tag setting code in muxers
libavformat
|
Sun, 21 Jan 2007 12:08:31 +0000 |
michael |
get rid of the [4] limitation of codec tag lists
libavformat
|
Sun, 21 Jan 2007 02:12:34 +0000 |
michael |
export a few more codec_tag-codec_id tables
libavformat
|
Sun, 21 Jan 2007 01:39:17 +0000 |
michael |
add codec_id <-> codec_tag tables to AVIn/OutputFormat
libavformat
|
Sat, 11 Nov 2006 20:56:36 +0000 |
mru |
make some symbols static
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Wed, 11 Oct 2006 10:22:21 +0000 |
bcoudurier |
fix bit rate
libavformat
|
Wed, 11 Oct 2006 10:17:18 +0000 |
bcoudurier |
use av_get_bits_per_sample
libavformat
|
Wed, 11 Oct 2006 10:15:05 +0000 |
bcoudurier |
use av_get_bits_per_sample, compute block align if not set
libavformat
|
Wed, 11 Oct 2006 10:09:45 +0000 |
bcoudurier |
simplify by not writing unneeded codec name to fix segfault when stream copy
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
|
Tue, 11 Jul 2006 00:53:55 +0000 |
diego |
CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
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, 30 Jun 2006 07:41:25 +0000 |
gpoirier |
Move initialisations and internal symbols in allformats.h,
libavformat
|
Sun, 18 Jun 2006 11:33:14 +0000 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavformat
|
Sat, 17 Jun 2006 15:53:23 +0000 |
diego |
Add (mostly) const to variable and parameter declaration, where a char* was
libavformat
|
Mon, 15 May 2006 12:38:33 +0000 |
bcoudurier |
fix pcm_s24be demuxing, simplify
libavformat
|
Thu, 02 Feb 2006 15:21:19 +0000 |
michael |
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
libavformat
|