]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/matroskadec.c
Remove offset_t typedef and use int64_t directly instead.
[frescor/ffmpeg.git] / libavformat / matroskadec.c
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-10-02 aurelmatroskadec: cosmetics: indentation
2008-10-02 aurelmatroskadec: don't merge packets which have no timestamp
2008-09-28 aurelmatroskadec: merge ASS events which share the same...
2008-09-28 aurelmatroskadec: ass events lines must end with a DOS style EOL
2008-09-28 aurelmatroskadec: set duration only for CODEC_ID_TEXT subtitles
2008-09-28 aurelmatroskadec: pass duration as parameter of matroska_fix...
2008-09-12 aurelmatroskadec: simplify, first_timecode is already in...
2008-09-11 aurelmatroskadec: prevent seeking before the first keyframe...
2008-09-09 aurelmatroskadec: demux relevant subtitle packets after...
2008-09-09 aurelmatroskadec: ensure that overlapping subtitle are not...
2008-09-09 aurelmatroskadec: after seeking, skeep up to the desired...
2008-09-09 aurelmatroskadec: move timecode calculation a little earlier
2008-09-09 aurelmatroskadec: sanitize track time_scale before using it
2008-09-06 aurelmatroskadec: remove now useless vstream and is_video_ke...
2008-09-06 aurelmatroskadec: remove useless braces
2008-09-06 aurelmatroskadec: ensure that the timecode added to the...
2008-09-04 aurelmatroskadec: fix ASS subtitle track packets before...
2008-09-04 aurelmatroska: subtitle display duration must be stored...
2008-08-27 aurelmatroskadec: cosmetics: indentation
2008-08-27 aurelmatroskadec: seek to the last position known in the...
2008-08-26 aurelmatroskadec: index timestamps are supposed to be in...
2008-08-25 aurelmatroskadec: unset matroska->done when seeking
2008-08-25 aurelmatroskadec: full seeking support in index-less files
2008-08-25 aurelmatroskadec: on the fly index construction for index...
2008-08-24 aurelmatroskadec: don't try to seek to negative timestamp
2008-08-24 aurelmatroskadec: move setting of matroska->done inside...
2008-08-24 reimarMark "matroska" probe data string constant.
2008-08-24 aurelmatroskadec: make aac_profiles array const
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-08-20 aurelmatroskadec: fail cleanly when the required compression...
2008-08-20 aurelmatroskadec: stop parsing when skipping en element...
2008-08-20 aurelmatroska: add support for most variants of PCM
2008-08-20 aurelmatroskadec: handle EBML_ID_VOID and EBML_ID_CRC32...
2008-08-13 aurelmatroskadec: list some more ebml IDs found in the wild...
2008-08-13 aurelmatroskadec: parse available blocks even when cluster...
2008-08-08 aurelmatroskadec: add basic tags support (metadata)
2008-08-06 aurelmatroskadec: use av_freep(&x) instead of av_free(x...
2008-08-06 aurelmatroskadec: replace matroska_queue_packet with a singl...
2008-08-05 diegomisc spelling/grammar fixes
2008-08-05 aurelmatroskadec: remove useless num_streams
2008-08-05 aurelmatroskadec: expand useless ebml_read_element_id()...
2008-08-05 aurelmatroskadec: simplify matroska_ebmlnum_sint()
2008-08-05 aurelmatroskadec: implement matroska_ebmlnum_uint() using...
2008-08-05 aurelmatroska: expand useless define for MS compat codec...
2008-08-05 aurelmatroskadec: update copyright year and related comments
2008-08-05 aurelmatroskadec: reorder some functions in a more logical...
2008-08-05 aurelmatroskadec: remove now useless wrapper ebml_read_eleme...
2008-08-05 aurelmatroskadec: remove now useless wrapper ebml_read_seek()
2008-08-05 aurelmatroskadec: remove now useless peek_id
2008-08-05 aurelmatroskadec: don't try to re-read already parsed ID...
2008-08-05 aurelmatroskadec: remove now unused once parameter from...
2008-08-05 aurelmatroskadec: directly use ebml_parse() or ebml_parse_id...
2008-08-05 aurelmatroskadec: new ebml_parse() function, centralize...
2008-08-05 aurelmatroskadec: rename ebml_parse() to ebml_parse_nest()
2008-08-05 aurelmatroskadec: don't care about the number of bytes read...
2008-08-05 aurelmatroskadec: simplify check for hierarchy level
2008-08-05 aurelmatroskadec: cosmetics: consistent style for functions...
2008-08-05 aurelmatroskadec: use string instead of char table as probe...
2008-08-05 aurelmatroskadec: use an EbmlBin as parameter to ebml_read_b...
2008-08-05 aurelmatroskadec: extract common code out of ebml_read_*()
2008-08-05 aurelmatroskadec: simplify/cleanup error logging in ebml_rea...
2008-08-05 aurelmatroskadec: remove now useless expected_id parameter...
2008-08-05 aurelmatroskadec: expand useless ebml_peek_id() wrapper
2008-08-05 aurelmatroskadec: remove unused levelup parameter from ebml_...
2008-08-05 aurelmatroskadec: extract read_level_up out of ebml_read_ele...
2008-08-05 aurelmatroskadec: remove useless levelup check
2008-08-05 aurelmatroskadec: remove useless check for cluster presence
2008-08-05 aurelmatroskadec: cosmetics: placement of 'else if'
2008-08-05 aurelmatroskadec: remove some useless empty lines
2008-08-05 aurelmatroskadec: remove some useless or out of date comments
2008-08-05 aurelmatroskadec: cosmetics
2008-08-05 aurelmatroskadec: remove unused struct name
2008-08-05 aurelmatroskadec: remove now unused context fields
2008-08-05 aurelmatroskadec: remove useless initialization
2008-08-05 aurelmatroskadec: cosmetics: remove useless braces
2008-08-05 aurelmatroskadec: remove some unused ebml funcs
2008-08-05 aurelmatroskadec: use generic parser to parse clusters
2008-08-05 aurelmatroskadec: use generic parser inside matroska_execute...
2008-08-05 aurelmatroskadec: use generic parser to parse matroska from...
2008-08-05 aurelmatroskadec: move context settings to matroska_read_hea...
2008-08-05 aurelmatroskadec: cosmetics: indentation of matroska_read_he...
2008-08-05 aurelmatroskadec: move declaration to upper bloc
2008-08-05 aurelmatroskadec: invert a test
2008-08-05 aurelmatroskadec: cosmetics: indentation of matroska_execute...
2008-08-05 aurelmatroskadec: remove useless dummy_level variable
2008-08-05 aurelmatroskadec: use generic parser to parse seekhead
2008-08-05 aurelmatroskadec: declare var where it's used
2008-08-05 aurelmatroskadec: use generic parser to parse tracks
2008-08-05 aurelmatroskadec: use generic parser to parse info
2008-08-05 aurelmatroskadec: use generic parser to parse attachments
2008-08-05 aurelmatroskadec: use generic parser to parse chapters
2008-08-05 aurelmatroskadec: use generic parser to parse tags
2008-08-05 aurelmatroskadec: use generic parser to parse index
2008-08-05 aurelmatroskadec: return pointer instead of index in matrosk...
2008-08-05 aurelmatroskadec: create new AVStream earlier
2008-08-05 aurelmatroskadec: store an AVStream pointer instead of a...
2008-08-05 aurelmatroskadec: use generic ebml parser to parse ebml...
2008-08-05 aurelmatroskadec: add an ebml generic parser
2008-08-05 aurelmatroskadec: remove unused is_bframe flag
next