March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00:19
January 12, 2009
View 6a5d31a

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.

Diego Biurrun authored on 2009/01/12 07:19:48
September 8, 2008
View dd1c8f3

Bump Major version, this commit is almost just renaming bits_per_sample to bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches!

Luca Abeni authored on 2008/09/08 23:24:59
June 4, 2008
View bde15e7

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me

Stefano Sabatini authored on 2008/06/04 01:20:54
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
May 6, 2008
View ccd425e

Remove unnecessary parentheses from return calls.

Diego Biurrun authored on 2008/05/06 18:16:36
November 21, 2007
View 899681c

Use dynamically allocated ByteIOContext in AVFormatContext

Björn Axelsson authored on 2007/11/21 16:41:00
July 20, 2007
View 6f3e0b2

Replace all occurrences of AVERROR_IO with AVERROR(EIO).

Panagiotis Issaris authored on 2007/07/20 00:23:32
View 769e10f

Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).

Panagiotis Issaris authored on 2007/07/20 00:21:30
July 8, 2007
View fae3a36

bethsoftvid: use correct type for size passed to av_fast_realloc()

Måns Rullgård authored on 2007/07/08 22:42:42
April 8, 2007
View 87e8788

allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks

Michael Niedermayer authored on 2007/04/08 20:34:15
View 3e62d18

s/rle_num_bytes/code/ shorter and correcter (its not the number of anything)

Michael Niedermayer authored on 2007/04/08 08:32:55
View f858c24

simplify

Michael Niedermayer authored on 2007/04/08 08:26:11
View a7c405a

conform to spec

Michael Niedermayer authored on 2007/04/08 08:24:31