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
March 16, 2010
View 588af13

rename av_program_add_stream_index to ff_program_add_stream_index it is an internal function, not part of public API

Aurelien Jacobs authored on 2010/03/16 08:14:07
March 9, 2010
View 4837bb5

Replace last occurrence of the deprecated match_ext() with av_match_ext().

Stefano Sabatini authored on 2010/03/09 08:46:04
February 2, 2010
View 0694a00

Fix build

Måns Rullgård authored on 2010/02/02 08:30:30
View 9125806

Fix warnings about implicit function declaration when compiling rtpdec.c

Alexis Ballier authored on 2010/02/02 08:10:04
January 14, 2010
View 10061cd

remove useless type declarations

Baptiste Coudurier authored on 2010/01/14 07:52:22
November 8, 2009
View 609d864

move code to avoid forward declaration

Baptiste Coudurier authored on 2009/11/08 12:27:58
View b3f9f7a

Let pmt override stream info when encoutered later in the ts file. Do not set codec id based on pes start code, this is unreliable. Fix gazeta-20090408-1456-aa.ts

Baptiste Coudurier authored on 2009/11/08 12:17:08
View 28f008a

Support some LATM AAC streams (they can be decoded with MPlayer).

Carl Eugen Hoyos authored on 2009/11/08 08:44:56
October 29, 2009
View e58992e

Support demuxing teletext in DVB streams.

Francesco Lavra authored on 2009/10/29 19:46:16
October 19, 2009
View 45a4984

handle_packets takes number of packets as arg, avoid reading too much

Baptiste Coudurier authored on 2009/10/19 05:11:32
View 1303d62

Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t Print error when max resync size is reached and return EAGAIN instead of INVALIDDATA, so user can retry if wanted.

Baptiste Coudurier authored on 2009/10/19 05:08:13
October 11, 2009
View 0096d76

Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.

Carl Eugen Hoyos authored on 2009/10/11 06:17:52
October 5, 2009
View 63380b5

Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams.

Ian Caulfield authored on 2009/10/05 17:38:39
September 14, 2009
View 8bb7dda

ensure pes buffer is set to avoid segv

Baptiste Coudurier authored on 2009/09/14 05:08:47