]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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()
2010-02-09 Måns Rullgårdconfigure: allow 'none' as target OS
2010-02-09 Stefano SabatiniDoxument url_fopen().
2010-02-09 Stefano SabatiniAdd an entry for the recently added av_compare_ts(...
2010-02-09 Måns RullgårdARMv6 optimised pix_sum
2010-02-09 Måns RullgårdARMv6 optimised pix_norm1
2010-02-09 Måns RullgårdARMv6 optimised sse16
2010-02-09 Måns RullgårdARMv6 optimised diff_pixels
2010-02-09 Måns RullgårdARMv6 optimised get_pixels
2010-02-09 Måns RullgårdARMv6 optimised pix_abs8
2010-02-09 Måns RullgårdARMv6 optimised pix_abs16_y2
2010-02-09 Måns RullgårdARMv6 optimised pix_abs16_x2
2010-02-09 Måns RullgårdARMv6 optimised pix_abs16
2010-02-09 Måns RullgårdARMv6 optimised put_pixels functions except xy2 variants
2010-02-09 Kostya ShishkovIndeo 5 decoder
2010-02-09 Michael NiedermayerReorder and factorize mb_type ifs, 1 cpu cycle faster...
2010-02-08 Reimar DöffingerMake sure the header value used to avoid repeating...
2010-02-08 Ronald S. BultjeImplement gai_strerror() for systems lacking such funct...
2010-02-08 Michael NiedermayerSet partitioning to 16x16 for spatial direct MBs with...
2010-02-08 Michael NiedermayerDetect spatial direct MBs partitioned smaller than...
2010-02-08 Michael NiedermayerDetect equal 4x4 blocks in spatial direct MBs.
2010-02-08 David ConradFix playback with invalid files that don't set the...
2010-02-08 Wolfram GlogerStop reading input file when -t option value is reached.
2010-02-08 Michael NiedermayerRemove an apparently unneeded && !FRAME_MBAFF.
2010-02-08 Michael NiedermayerBranchless calculation of ref_offset.
2010-02-08 Michael NiedermayerRemove incorrect fixme, i see no case that is missing.
2010-02-08 Michael NiedermayerReplace call to pred_motion() in direct spatial mv...
2010-02-08 Michael NiedermayerChange xvid/divx/lavc build variables to be consistent...
2010-02-08 Michael NiedermayerSet x264_build so that checks are simpler.
2010-02-07 Michael NiedermayerOoops, 10l forgot to commit h264.h.
2010-02-07 Michael NiedermayerZero a/b only in the branch where they need to be zeroed.
2010-02-07 Michael NiedermayerMerge mv&ref related code for spatial direct MV code.
2010-02-07 Michael NiedermayerPrecalculate a few variables for direct mv prediction...
2010-02-07 Michael NiedermayerDirectly use av_rescale_rnd() instead of av_convert_ts...
2010-02-07 Michael NiedermayerSet direct MB partitioning for 16x8 and 8x16 colocated...
2010-02-07 Michael NiedermayerFactorize setting sub_mb_type out.
2010-02-07 Michael NiedermayerBump minor for av_compare_ts()
2010-02-07 Michael NiedermayerUse av_compare_ts() for interleaving per dts.
2010-02-07 Michael Niedermayerav_compare_ts()
2010-02-07 Stefano SabatiniMake parse_options() explicitely handle the case where...
2010-02-07 Michael NiedermayerRemove FIXMEs for cases that are disallowed by the...
2010-02-07 Michael NiedermayerCheck direct_8x8_inference_flag.
2010-02-07 Michael NiedermayerSkip the fill_colmap() case thats for MBAFF if we dont...
2010-02-07 Michele OrrùImplement a physical concatenation protocol.
2010-02-07 Michael NiedermayerFix CAVLC+8x8DCT+MBAFF loopfiltering.
2010-02-07 Michael NiedermayerFix colocated map.
2010-02-07 Michael NiedermayerFix reference selection for colocated MBs from frames...
2010-02-07 Michael NiedermayerAdd assert(sps.direct_8x8_inference_flag) to FIXME...
2010-02-07 Michael Niedermayerref_offset must be added after checking references...
2010-02-06 Stefano SabatiniAdd missing entries for the recent lsws API changes.
2010-02-06 Reinhard Tartlerlibgsm installs headers in a subdirectory, use gsm...
2010-02-06 Jai Menoncosmetics : re-indent after r21639.
2010-02-06 Reimar DöffingerAdd include necessary for ff_set_qscale
2010-02-06 Jai MenonAvoid using an intermediate variable.
2010-02-06 Jai MenonRemove redundant use of numchannels since it is 1 for...
2010-02-06 Jai Menonalac.c : Use av_freep instead of av_free.
2010-02-06 Anton KhirnovAdd AVI metadata conversion table.
2010-02-06 Justin JohnsonRevert r21615 | cehoyos | 2010-02-02 23:23:09 +0100...
2010-02-06 Michael NiedermayerLong term references behave different from short term...
next