]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/matroskadec.c
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
[frescor/ffmpeg.git] / libavformat / matroskadec.c
2009-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2009-02-19 aurelmatroskadec: return AVERROR_EOF upon detection of end...
2009-02-15 aurelmatroskadec: export language of metadata tags when...
2009-02-15 aurelmatroskadec: add generic metadata support
2009-02-15 aurelmatroskadec: read track and attachment uid
2009-02-15 aurelmatroskadec: export track name through the metadata API
2009-02-15 aurelmatroskadec: use new metadata API to export some simple...
2009-02-02 aurelcosmetics: whitespace
2009-02-02 reimarAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-18 aurelmatroskadec: merge ByteIOContext declarations at upper...
2009-01-18 aurelmatroskadec: parse the WAVEFORMATEX header and discard...
2009-01-15 aurelmatroskadec: ensure we only consider chapters which...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-19 astrangeAllocate and clear FF_INPUT_BUFFER_PADDING bytes at...
2008-11-15 aurelmatroskadec: fix index timestamps for some broken files
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
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...
next