September 13, 2011
View 2e17744

Fixed off by one packet size allocation in the smacker demuxer.

Laurent Aimar authored on 2011/09/13 03:50:34
View ecd6fa1

Check for invalid packet size in the smacker demuxer.

Laurent Aimar authored on 2011/09/13 03:50:13
September 12, 2011
View 6108f04

Fixed segfault on corrupted smacker streams in the demuxer.

Laurent Aimar authored on 2011/09/12 01:51:52
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
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
October 3, 2008
View bc5c918

Remove offset_t typedef and use int64_t directly instead. The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included.

Diego Biurrun authored on 2008/10/03 19:16:29
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 29, 2008
View f094b66

Remove unnecessary header #includes. Extracted from a patch by Erik Hovland, erik hovland org.

Erik Hovland authored on 2008/05/29 22:40:43
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
November 21, 2007
View 899681c

Use dynamically allocated ByteIOContext in AVFormatContext

Björn Axelsson authored on 2007/11/21 16:41:00
August 23, 2007
View 2b71ddd

Take ring frame into account when demuxing. This fixes issue 97.

Kostya Shishkov authored on 2007/08/23 15:59:19
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
April 9, 2007
View e414143

Get rid of unnecessary pointer casts. patch by Nicholas Tung, ntung ntung com

Nicholas Tung authored on 2007/04/09 05:24:16