]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
flacenc: Allow more flexible shift calculation in LPC.
[frescor/ffmpeg.git] / libavformat /
2008-08-16 michaelFix rc_eq mem leak.
2008-08-15 diegoSurround format-specific functions with matching prepro...
2008-08-15 diegoSurround AVInputFormat declarations with format-specifi...
2008-08-15 diegoSurround format-specific functions by appropriate forma...
2008-08-15 diegoReplace generic CONFIG_MUXERS preprocessor conditions by
2008-08-15 diegocosmetics: Remove redundant #endif comments that are...
2008-08-15 diegocosmetics: misc spelling fixes
2008-08-15 michaelAdd flag to mark demuxers that can output discontinouos...
2008-08-14 aureluse h_addr_list[0] instead of h_addr as this is the...
2008-08-14 aurelensure we get explicit definition of various _XOPEN_SOU...
2008-08-14 bcoudurierimport ok'd hunks for mxf muxer
2008-08-14 diegoSurround '#include <sys/select>' by HAVE_SYS_SELECT_H.
2008-08-14 diegoChange Dirac in MPEG-TS encapsulation to conform with...
2008-08-14 michaelDo not fill the pts reordering buffer with guessed...
2008-08-13 aurelmatroskadec: list some more ebml IDs found in the wild...
2008-08-13 diegoDirac encapsulation in MPEG-TS
2008-08-13 diegoRemove unused variable.
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-13 aurelmatroskadec: parse available blocks even when cluster...
2008-08-12 michaelAdd needed include, make it compile without -D_BSD_SOURCE.
2008-08-12 bcoudurierincrease MAX_REORDER_DELAY and pts_buffer size to 16...
2008-08-12 bcoudurierPrevent dts generation code to be executed when delay...
2008-08-12 prossElectronic Arts demuxer: support SxEN audio tags found...
2008-08-12 prossElectronic Arts demuxer: perform identification of...
2008-08-12 prossElectronic Arts demuxer: ignore PTxx platform ID values.
2008-08-12 prossSupport Electronic Arts files containing MPEG2VIDEO.
2008-08-10 bananFOURCC addition: added 3IV2, another mpeg4 id. incoming...
2008-08-10 prossAdd MDEC tags to Electronic Arts demuxer.
2008-08-10 stefanoCosmetics: move at the beginning of the file the av_fra...
2008-08-08 aurelmatroskadec: add basic tags support (metadata)
2008-08-08 stefanoImplement avformat_version().
2008-08-07 bcoudurierremove mxf.c, previously copied to mxfdec.c
2008-08-07 bcoudurierrename mxf.c to mxfdec.c
2008-08-06 mruMaintain pointer to end of AVFormatContext.packet_buffe...
2008-08-06 prossAdd Electronic Arts TGV chunk tags to EA demuxer.
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 diegoFix small typo.
2008-08-05 prossSupport muxing of Zork PCM audio into RIFF formats.
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: remove useless comments in ff_mkv_codec_tags
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
next