]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-02-15 Michael NiedermayerMerge decode_cabac_mb_type_b() into calling code.
2010-02-15 Maxim PoliakovskiRemove outdated comment.
2010-02-15 Stefan Gehreradd heuristic to discern the old sample clips from...
2010-02-15 Stefan Gehreravoid using DECLARE_ALIGNED on stack variable as sugges...
2010-02-15 Alex ConverseAAC: Mark che_configure() as av_cold.
2010-02-15 Alex ConverseAAC: Mark functions that are only called when the outpu...
2010-02-15 Peter RossIFF bitmap n-bit color support
2010-02-15 Michael Niedermayer10l ;; gcc 2.95 compilation fix by mike
2010-02-15 Michael Niedermayer10l use pack16to32(), should fix big endian h264 failures.
2010-02-15 Michael NiedermayerMerge the single line function decode_cabac_mb_transfor...
2010-02-14 Michael Niedermayerindent
2010-02-14 Michael NiedermayerMerge decode_cabac_mb_dqp() with surronding code.
2010-02-14 Michael NiedermayerDrop if(0) code.
2010-02-14 Reimar DöffingerReindent
2010-02-14 Reimar DöffingerOptimize h261_probe function, since it is far slower...
2010-02-14 Michael NiedermayerSet sub_mb_type in direct_cache instead of just the...
2010-02-14 Michael NiedermayerStore sub_mb_type in direct_cache/direct_table.
2010-02-14 Thilo BorgmannAdd myself as maintainer of bgmc.[ch].
2010-02-14 Michael NiedermayerRemove slice_table checks from decode_cabac_mb_cbp_luma...
2010-02-14 Michael NiedermayerRevert r21814
2010-02-14 Michael NiedermayerCosmetics, vertical align.
2010-02-13 Michael NiedermayerDirect temporal skiped MBs dont need fill_decode_caches...
2010-02-13 Alexander Strangeh264: Remove unused variables.
2010-02-13 Alexander Strangeh264: Fix pointer warnings by removing redundant [0]
2010-02-13 Alexander StrangeFix integer overflow warnings in h264.h
2010-02-13 Michael NiedermayerMerge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
2010-02-13 Michael NiedermayerSkiped MBs dont need the cbp stuff so skip initing...
2010-02-13 Thilo BorgmannReindent a line.
2010-02-13 Michael NiedermayerAlso skip direct/mvd_cache init for skiped blocks.
2010-02-13 Thilo BorgmannAdd myself as contributor.
2010-02-13 Thilo BorgmannAdd myself as ALS maintainer.
2010-02-13 Michael NiedermayerMove more code under if(!IS_DIRECT(mb_type)).
2010-02-13 David ConradMove CODEC_FLAG_GRAY check to outer loop
2010-02-13 David ConradMove branch based on custom mode outside the loop
2010-02-13 David ConradDirectly check whether a fragment is coded for 4MV...
2010-02-13 David ConradEliminate fragment -> macroblock mapping array
2010-02-13 David ConradEliminate macroblock -> fragment mapping array
2010-02-13 David ConradEliminate superblock <-> macroblock mapping array
2010-02-13 Thilo BorgmannSupport arithmetic decoding in ALS.
2010-02-13 Michael NiedermayerSkip some more code that isnt needed for direct MBs.
2010-02-13 Ben Littleradd netspeak gsm and truespeech wav format tags to...
2010-02-13 Francesco LavraFix reading beyond buffer end on RA144Context.lpc_tables.
2010-02-13 Måns RullgårdDo not call lseek() with invalid whence value
2010-02-13 Michael NiedermayerMove setting MB_TYPE_L0L1 for direct MBs up, this is...
2010-02-13 Michael NiedermayerDont calculate any surrounding MVs for temporal MBs
2010-02-13 Stefano SabatiniAdd my name to CREDITS.
2010-02-13 Michael NiedermayerSimplify if()
2010-02-13 Michael NiedermayerInit sub_mb_type cleanly.
2010-02-13 Michael Niedermayer100l Forgoten hunk.unbreak compile before someone notices.
2010-02-13 Michael NiedermayerRestructure spatial direct MV generation so that the...
2010-02-13 Michael NiedermayerSplit spatial and temporal direct MV generation.
2010-02-13 Ramiro PollaFix compilation with --enable-libgsm on Gentoo and...
2010-02-13 Michael NiedermayerSpecial case for spatial direct MV predictor being 0.
2010-02-13 Michael NiedermayerPack MVs together from the begin for spatial direct...
2010-02-12 Michael NiedermayerDont drop B frames without last_picture.
2010-02-12 David ConradSpecial case VP5/6 chroma alignment on x86 as well
2010-02-12 David ConradDon't pre-calculate first_pixel
2010-02-12 David ConradImplement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
2010-02-12 David ConradCosmetics: reindent
2010-02-12 David ConradDo loop filter per-row rather than per-frame
2010-02-12 David ConradMove apply_loop_filter above render_slice, it'll be...
2010-02-12 David ConradExport Theora colorspace info if present
2010-02-12 David ConradTheora 3.4 doesn't exist; these fields were misundersta...
2010-02-12 David ConradRemove unused code that's moved elsewhere
2010-02-12 Michael NiedermayerAdd flag so muxers not needing width/height can signal...
2010-02-12 Michael NiedermayerTry to support truncated h264 frames mixed with mpeg...
2010-02-12 Reimar DöffingerUse int8_t instead of char, the signedness of char...
2010-02-12 Ronald S. BultjeWMAVoice decoder.
2010-02-12 Peter RossMake DeluxePaint Animation demuxer actually return...
2010-02-12 Michael NiedermayerAdd GEOV fourcc (issue971).
2010-02-11 Måns RullgårdAdd "tomi" architecture
2010-02-11 Måns Rullgårdconfigure: require --arch and --target-os when cross...
2010-02-11 Måns Rullgårdffplay depends on rdft
2010-02-11 Måns RullgårdFix build with --disable-mdct
2010-02-11 Måns Rullgårdconfigure: add missing mdct deps
2010-02-11 Måns Rullgårdconfigure: make mdct and rdft select fft and update...
2010-02-11 Michael NiedermayerFix timestamps.
2010-02-11 Wolfram GlogerRemove recording_time check which is no longer necessar...
2010-02-11 Kostya ShishkovSimplify expression as suggested by Måns Rullgård
2010-02-11 Kostya ShishkovMake SHA digest function write digest value with AV_WN3...
2010-02-11 Kostya ShishkovMove 'chksum' declaration to the only block where that...
2010-02-11 Kostya ShishkovMove band checksum verifying into preprocessor conditio...
2010-02-10 Stefano SabatiniExtend show_pix_fmts(), make it show input/output suppo...
2010-02-10 Måns RullgårdStricter check for math.h functions
2010-02-10 Måns Rullgårdconfigure: fix cosmetic typo in check_mathfunc
2010-02-10 Daniel VerkampReindent
2010-02-10 Daniel VerkampFix demuxing of wav files with broken data header
2010-02-10 Reimar DöffingerUse av_compare_ts to compare against the -t end time...
2010-02-10 Reimar DöffingerUse av_compare_ts from libavutil instead of the locale...
2010-02-10 Timo TeräsFix syncronisation for streams with a high encoding...
2010-02-10 Ronald S. BultjeReindent after r21741.
2010-02-10 Ronald S. BultjeDon't forget to set known audio parameters (samplerate...
2010-02-10 Ronald S. BultjeRTP/AMR depacketizer, by Martin Storsjö <$firstname...
2010-02-10 Alex ConverseOutput the first AAC frame. This is needed for SBR...
2010-02-10 Michael NiedermayerDont give up after 100kb of zero bytes but returnd...
2010-02-10 Andreas Ömanmp3: ftell() file offset for VBR tags before ID3v1...
2010-02-10 David ConradEnable SSE2 (put|avg)_pixels_16_sse2
2010-02-09 Måns RullgårdDefine missing llrint() as macro instead of inline...
2010-02-09 Måns RullgårdSpecial check for math.h functions
2010-02-09 Måns RullgårdCheck for setrlimit()
next