]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-08-11 lorenmyasm buildsystem
2008-08-11 superdumpSynchronise code with AAC decoder in SoC
2008-08-11 superdumpMore OKed hunks of the AAC decoder from SoC
2008-08-11 romanshFixing the units in DV50 tables (both coordinates are
2008-08-11 prossApply PCM ENCODE/DECODE() macros to the S/U,8/24/32...
2008-08-11 romanshCoalescing the un-weighting and de-quantization steps...
2008-08-11 kostyaSimplify colour conversion in Fraps as suggested by...
2008-08-11 michaelThe deblock filter does not need all the intra availabi...
2008-08-11 michaelSimplify constrained_intra_pred code in fill_caches().
2008-08-11 michaelSupport MBAFF + constrained intra prediction.
2008-08-10 superdumpBump minor version as av_log_missing_feature() was...
2008-08-10 superdumpAdd a generic function to lavc to log messages about...
2008-08-10 kostyaR and B components are stored as a differences to G...
2008-08-10 michaelMask bits of reference indexes properly to avoid negati...
2008-08-10 michaelRemove a few more lines of unneeded code in fill_caches...
2008-08-10 bananFOURCC addition: added 3IV2, another mpeg4 id. incoming...
2008-08-10 michaelUse the correct reference tables for interlaced MBAFF...
2008-08-10 prossAdd MDEC tags to Electronic Arts demuxer.
2008-08-10 michaelDo not execute the part of fill_caches() for the loopfi...
2008-08-10 stefanoCosmetics: move at the beginning of the file the av_fra...
2008-08-09 michaelRemove more code that has become useless after the...
2008-08-09 stefanoRemove reference to the unsupported master format from...
2008-08-09 superdumpSync already committed code with that in SoC and commit...
2008-08-09 michaelRemove odd pairwise deblock filtering applied to MBAFF...
2008-08-08 aurelmatroskadec: add basic tags support (metadata)
2008-08-08 prossPCM regression tests.
2008-08-08 stefanoCosmetics: fix weird indent.
2008-08-08 stefanoImplement avfilter_version().
2008-08-08 stefanoImplement avdevice_version().
2008-08-08 stefanoImplement avformat_version().
2008-08-08 stefanoDoxygenate avcodec_version().
2008-08-08 stefanoImplement avutil_version().
2008-08-08 stefanoCosmetics: make a v4l2 error message consistent with...
2008-08-08 benoitChange OSS long names.
2008-08-08 bcoudurierfix 4:2:2 psnr
2008-08-07 bcoudurierremove mxf.c, previously copied to mxfdec.c
2008-08-07 prossAdd simpler/cleaner/faster F32BE encoding/decoding.
2008-08-07 prossSimplify PCM codec; change 'n' in pcm_decode_frame...
2008-08-07 prossPrevent DAUD PCM encoder from fetching values outside...
2008-08-07 benoitRemove unused redefinition of av_log for test.
2008-08-07 benoitRemove useless 'channels' assignment.
2008-08-07 bcoudurierrename mxf.c to mxfdec.c
2008-08-06 mruMaintain pointer to end of AVFormatContext.packet_buffe...
2008-08-06 vitorCosmetics: rename loop counters in eval_refl()
2008-08-06 vitorSimplify eval_refl(): do not store a buffer value in...
2008-08-06 vitorSimplify eval_refl(): s/b == 0/!b/
2008-08-06 vitorSimplify range checking in eval_refl(). Before the
2008-08-06 vitorCosmetics: reindent
2008-08-06 vitorSimplify do_output_subblock(): Remove a unneeded memcpy
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-08-06 stefanoDistinguish the error reporting for the cases of wrong...
2008-08-06 benoitRemove a useless directive.
2008-08-06 benoitCosmetics: indentation
2008-08-06 prossAdd Electronic Arts TGV chunk tags to EA demuxer.
2008-08-06 prossElectronic Arts TGV decoder
2008-08-06 prossAdd av_memcpy_backptr(): deliberately overlapping memcp...
2008-08-06 vitorSimplify eval_refl(): return directly when needed inste...
2008-08-06 vitorSimplify rms(): merge a few operations in the same...
2008-08-06 vitorCosmetical simplification in t_sqrt()
2008-08-06 vitorCheck available size before writing in decode_frame()
2008-08-06 vitorCheck *data_size in decode_frame()
2008-08-06 vitorCosmetics: alignment
2008-08-06 vitorFlip (by making buf[i] -> buf[size-i-1]) two buffers...
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 bcoudurieradd dv 4:1:1 regression test
2008-08-05 bcoudurier100l, fix test, ref values were done with mv0, dunno...
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...
next