March 1, 2009
View 719e721

Add some basic metadata conversion tables for matroska and asf. Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat.

Aurelien Jacobs authored on 2009/03/01 09:12:08
February 27, 2009
View 17af052

move static tables from asf.h to non-static tables in asf.c this avoid getting those tables duplicated in asfenc.o and asfdec.o

Aurelien Jacobs authored on 2009/02/27 01:17:17
View 5e293c4

rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency

Aurelien Jacobs authored on 2009/02/27 00:44:19
February 20, 2009
View e9259f8

Re-indent after last commit

Alex Converse authored on 2009/02/20 08:24:41
View e7f73ad

AAC in ASF does not need parsing.

Alex Converse authored on 2009/02/20 08:23:53
February 17, 2009
View 871e62e

Add a context to av_log() calls.

Benoit Fouet authored on 2009/02/17 01:09:02
February 4, 2009
View 20e2a7a

use new metadata API in asf demuxer

Aurelien Jacobs authored on 2009/02/04 07:12:06
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 7, 2009
View b0d75d6

Don't use s->pb if a local ByteIOContext was already provided by the calling function. See mailinglist thread "[PATCH] RTSP-MS 1/15: don't use s->pb in asf.c".

Ronald S. Bultje authored on 2009/01/07 23:50:19
December 18, 2008
View 1d217cd

Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and give them a ff_ prefix. See "[PATCH] asf.c: make functions of interest for MS-RTSP public" thread on ML.

Ronald S. Bultje authored on 2008/12/18 10:28:29
View d7fb5a1

Add a ByteIOContext argument to ASF functions that will be shared with the RTSP stack for RTSP-MS support. This way, they can read input from any given input source. See discussion in "[PATCH] add gb argument to ASF functions of interest to MS-RTSP" ML thread.

Ronald S. Bultje authored on 2008/12/18 10:25:43
December 14, 2008
View f27544f

Separate the packet fetching from the data reading, so that the data reading function is assured to parse at most one packet. This makes this function useful for ASF data packet parsing in a "push-mode" in addition to the current "pull-mode", and therefore allows for use of these functions in, for example, the RTSP demuxer (for MS-RTSP support). Tested to give identical output before and after for regular ASF playback, also see discussion in the ML thread "[PATCH] asf.c: move packet_time_start=0 statement". Testsuite also works after the patch, tested by Benoit Fouet.

Ronald S. Bultje authored on 2008/12/14 02:18:11
December 7, 2008
View dc50773

Remove static variable and a printf using it. See "[PATCH] asf.c: move packet_time_start=0 statement" thread on ML.

Ronald S. Bultje authored on 2008/12/07 05:28:38
View 022f0b7

Do not access s->gb directly in functions that have a local copy of that variable. See "[PATCH] asf.c: don't access AVFormatContext->pb" thread on ML.

Ronald S. Bultje authored on 2008/12/07 03:35:52
December 4, 2008
View 9686df2

Delete unnecessary 'extern' keywords.

Diego Biurrun authored on 2008/12/04 00:23:30