February 20, 2011
View 471fe57

avio: rename ByteIOContext to AVIOContext.

Anton Khirnov authored on 2011/02/20 19:04:12
January 26, 2011
View 66355be

Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.

Diego Elio Pettenò authored on 2011/01/26 07:03:28
May 29, 2010
View 74e8cca

Move rm_codec_tags to rm.c so muxer/demuxer can share it.

Francesco Lavra authored on 2010/05/29 03:18:33
March 31, 2010
View 32e543f

Replace @returns by @return.

Benoit Fouet authored on 2010/03/31 00:50:57
March 13, 2010
View 1ab0406

export rm_reorder_sipr_data() for future use by matroska demuxer

Aurelien Jacobs authored on 2010/03/13 08:35:59
View adae9fa

export sipr_subpk_size for future use by matroska demuxer

Aurelien Jacobs authored on 2010/03/13 08:34:30
September 6, 2009
View 88e70e1

ff_rm_metadata is const.

Reimar Döffinger authored on 2009/09/06 17:57:19
July 31, 2009
View 34bddc3

Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function used to return packet data, which might update the flags/timestamp to be used for the next packet data returned by the demuxer. However, that was separated out into a new function, and the flags/timestamp are thus never updated within ff_rm_parse_packet() anymore, and thus do not need to be a pointer.

Ronald S. Bultje authored on 2009/07/31 00:04:19
June 6, 2009
View bf7e799

Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should improve plain text doxy readability.

Stefano Sabatini authored on 2009/06/06 18:35:15
March 16, 2009
View c5efef7

Remove packet returning in ff_rm_parse_packet() if we're using the packet cache, since this can already be accessed through ff_rm_retrieve_cache(). See "[PATCH] rmdec.c: remove cache access duplication" thread.

Ronald S. Bultje authored on 2009/03/16 21:57:49
February 18, 2009
View 7379d5b

use new metadata API in rm (de)muxer

Aurelien Jacobs authored on 2009/02/18 06:40:38
January 20, 2009
View 406792e

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

Diego Biurrun authored on 2009/01/20 00:46:40
December 28, 2008
View ade8fb4

Reindent after r16368.

Ronald S. Bultje authored on 2008/12/28 14:59:11
View a9f8482

Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in "[PATCH] oops I broke rdt.c" mailinglist thread.

Ronald S. Bultje authored on 2008/12/28 14:58:23
View 886e89d

Add RMStream object as function argument to public functions so that non-.rm AVStreams can be used to call these public rmdec.c functions as well, as is the case for RDT/RTSP streams. See mailinglist discussion in "[PATCH] rdt.c: don't reuse the same AVStream in both RTSP and RM demuxer" thread.

Ronald S. Bultje authored on 2008/12/28 09:21:11