]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-08-05 bcoudurieradd mpeg2 4:2:2 regression test
2008-08-05 diegoFix small typo.
2008-08-05 michaelPrevent low delay from being used with mpeg1.
2008-08-05 superdumpOKed sections of code from the SoC AAC decoder
2008-08-05 superdumpMove shared tables to aactab.c and add declarations...
2008-08-05 superdumpAAC definitions and structures that have been OKed...
2008-08-05 michaelUse local variabes for *stride, where local variables...
2008-08-05 michaelindent
2008-08-05 michaelSimplify l1mv/l1ref calculation.
2008-08-05 michaelsimplify y_shift/ref_shift code
2008-08-05 michaelindent
2008-08-05 michaelFactorize some code between temporal and spatial direct...
2008-08-05 prossSupport muxing of Zork PCM audio into RIFF formats.
2008-08-05 diegomisc spelling/grammar fixes
2008-08-05 vitorRename prodsum() function to convolve()
2008-08-05 jbrcosmetics: use a better function name than uncouple_cha...
2008-08-05 jbrcosmetics: change function name and comments to refer...
2008-08-05 aurelmatroskadec: update seek regression test to match new...
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
2008-08-05 aurelmatroskadec: remove unused is_bframe flag
2008-08-05 aurelmatroskadec: simplify flag default
2008-08-05 aurelmatroskadec: remove storage of various unused flags
2008-08-05 aurelmatroskadec: use more robust av_strlcpy() instead of...
2008-08-05 jbrremove unneeded local variable
2008-08-05 michaelPort b4/b8_stride code from spatial direct mode to...
2008-08-05 michaelUse frame_num and reference instead of poc for matching...
2008-08-04 michael*2 /2 is wrong for PAFF references, so dont do it.
2008-08-04 michaelport col_parity code from spatial mode to temporal...
2008-08-04 michaelThe code under FRAME_MBAFF for temporal direct mode...
2008-08-04 michaelRemove redundant code.
2008-08-04 michaelFill ref_count/ref_poc for both fields of frames.
2008-08-04 diegomisc spelling/wording fixes
2008-08-04 cehoyosFix static leaks in h264.c.
2008-08-04 michaelUse ref_poc and ref_count from the correct field.
2008-08-04 michaelFix dist_scale_factor for long term reference pictures.
2008-08-04 benoitReturn an error when ff_jpegls_decode_picture fails.
2008-08-04 prossSimplify PCM codec; replace switch() statements with...
2008-08-04 prossSimplify PCM codec; use sample_fmts field to set the...
2008-08-04 prossMake avcodec_string() and av_get_bits_per_sample()...
2008-08-04 prossAdd D-Cinema audio muxer
2008-08-04 stefanoImprove docs for the ffmpeg -map option.
next