]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-01-18 Zuxy MengDefine out currently unused static functions.
2010-01-18 Michael NiedermayerPerform reference remapping at fill_cache() time instea...
2010-01-18 Ben Littleradd uldx fourcc to mpeg4 in riff.c
2010-01-18 Måns RullgårdMark all intreadwrite functions av_always_inline
2010-01-18 Måns RullgårdOnly set HAVE_MMX when a supported CPU is specified
2010-01-18 Michael NiedermayerMake qp check for loop filter skiping also work with...
2010-01-18 Michael NiedermayerComment about a cornercase we ignore currently
2010-01-18 Michael NiedermayerMove the qp check to skip the loop filter up.
2010-01-17 Michael NiedermayerReorganize how values are stored in h->non_zero_count.
2010-01-17 Stefano SabatiniRemove stray '\' at the end of macro definitions.
2010-01-17 Stefano SabatiniRemove duplicated or pointless newlines.
2010-01-17 Stefano SabatiniFactorize error message logging, log it if the converte...
2010-01-17 Stefano SabatiniReindent after the last commit.
2010-01-17 Stefano SabatiniMake the pal2rgbWrapper set and use the converter in...
2010-01-17 Michael NiedermayerDisable a few things in fill_filter_caches() that arent...
2010-01-17 Michael NiedermayerSplit fill_caches() between filter and decoder.
2010-01-17 Michael NiedermayerRearchitecturing the stiched up goose part 1
2010-01-17 Måns RullgårdRemove double const
2010-01-17 Ben Littleradd vspx fourcc to mpeg4 in riff.c
2010-01-17 Måns Rullgårdconfigure: simplify libsdl check
2010-01-17 Måns Rullgårdconfigure: add check_struct function
2010-01-17 Måns Rullgårdconfigure: simplify check_lib2
2010-01-17 Måns Rullgårdconfigure: pass extra flags to check_cpp from check_cpp...
2010-01-17 Måns Rullgårdconfigure: pass extra flags to check_cc from check_ld
2010-01-17 Stefano SabatiniUse av_match_ext() rather than the deprecated match_ext...
2010-01-17 Stefano SabatiniFactorize error message logging in rgb2rgbWrapper().
2010-01-17 Måns RullgårdReindent
2010-01-17 Måns RullgårdRemove inline from initFilter()
2010-01-17 Reimar DöffingerMake sure we do not export incorrect _NE pixformat...
2010-01-17 Måns RullgårdFix comment typo carefull -> careful
2010-01-17 Måns RullgårdAdd missing parens in AV_WN macros
2010-01-17 Alexander StrangeAdd missing Makefile dependencies to CONFIG_SNOW_ENCODER.
2010-01-17 Carl Eugen... Fix indentation after r21257.
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-17 Michael KarcherSupport demuxing of Sony OpenMG files without metadata...
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-16 Stefano SabatiniFix typo, "get rid off" -> "get rid of".
2010-01-16 Måns Rullgårdregtest: run tests only for enabled codecs and formats
2010-01-16 Måns Rullgårdregtest: split wma test into wmav1 and wmav2
2010-01-16 Måns Rullgårdregtest: split reference files allowing tests to run...
2010-01-16 Måns Rullgårdregtest: suppress console output from tests
2010-01-16 Stefano SabatiniRevert r30331, which broke compilation.
2010-01-16 Stefano SabatiniPrefer enum PixelFormat to int as the parameter type of
2010-01-16 Stefano SabatiniDeclare with av_unused the variable alpMmxFilter, fix...
2010-01-16 Stefano SabatiniFactorize the code which calls the non optimized C...
2010-01-16 Stefano SabatiniPrefer "to %s%s" over "to%s %s", slightly more readable.
2010-01-16 Stefano SabatiniSimplify code in sws_getContext() which logs if the...
2010-01-16 Ramiro PollaDocument some of SwsContext.
2010-01-16 Ramiro PollaReuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bi...
2010-01-16 Stefano SabatiniFactorize code which logs the source and destination...
2010-01-16 Ramiro PollaRead "Last Changed Rev" field instead of "Revision...
2010-01-16 Michael NiedermayerComment for() ; out
2010-01-16 Michael NiedermayerMark a few functions as noinline, this makes ff_h264_fi...
2010-01-16 Michael NiedermayerApply last 2 optimizations to similar code i forgot.
2010-01-16 Michael NiedermayerAnother microopt, 4 cpu cycles for avoidance of FFABS().
2010-01-16 Måns RullgårdAdd missing guards and includes to arm/aac.h
2010-01-16 Michael NiedermayerMinor (2 cpu cycles) optimization ||->|.
2010-01-16 ami_stuffSupport decoding of SoftLab-NSK VideoTizer.
2010-01-16 Michael NiedermayerConsider slice_beta_offet in qp_thresh.
2010-01-16 Michael NiedermayerAvoid wasting 4 cpu cycles per MB in redundantly calcul...
2010-01-16 Stefano SabatiniSimplify reset_ptr(): employ usePal() macro rather...
2010-01-16 Stefano SabatiniImplement null video sink.
2010-01-16 Carl Eugen... Correctly decode some Avid AV1x samples, fixes issue...
2010-01-16 Stefano SabatiniImplement null video source.
2010-01-16 Anatoly NenashevSupport lowres 3 when decoding MPEG video.
2010-01-16 Stefano SabatiniMake avfilter_default_start_frame() request a buffer...
2010-01-16 Michael NiedermayerReplace cabac checks in inline functions from h264...
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-16 Måns Rullgårdconfigure: add test_ldflags function
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-16 Vitor SessakSIPR16k decoder
2010-01-16 Vitor SessakAllow a SIPR table to be used by the upcoming SIPR16k...
2010-01-16 Vitor SessakSplit some SIPR structs to a header file for the upcomi...
2010-01-16 Vitor SessakUse macros instead of inline functions to replace the...
2010-01-16 ami_stuffSupport 2Vuy in mov, fixes issue 1690.
2010-01-15 Ramiro PollaExclude .svn and .git directories from doxygen document...
2010-01-15 Måns RullgårdFix out of tree build with hardcoded tables
2010-01-15 Ramiro Pollamingw32: Build for Windows XP by default. Add note...
2010-01-15 Ramiro PollaDon't initialize normal horizontal filter if MMX2 filte...
2010-01-15 Ramiro PollaGet one step closer to world domination.
2010-01-15 Jai MenonDo not print VDPAU upgrade notice when configure is...
2010-01-15 Måns RullgårdAAC: optimise bitstream reading in decode_spectrum_and_...
2010-01-15 Carl Eugen... Support decoding of Avid uncompressed mov files, fixes...
2010-01-15 Carl Eugen... Support decoding Avid 1:1x codec, (partially) fixes...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-15 Michael NiedermayerAdd forgotten include of h264_mvpred.h to h264.h.
2010-01-15 Michael NiedermayerAdd forgotton multiple inclusion guards to h264_mvpred.h.
2010-01-15 Måns RullgårdAAC: ARM/NEON asm for VMUL2/4 functions
2010-01-15 Carl Eugen... Do not assign codec_tag to pix_fmt in rawdec.c, but...
2010-01-15 Stefano SabatiniFix typo.
2010-01-14 Måns RullgårdOptimise av_log2 with clz when available
2010-01-14 Måns RullgårdSet HAVE_FAST_CLZ if CPU has a fast count leading zeros...
2010-01-14 Ramiro PollaRemove unused clip_table code.
2010-01-14 Måns Rullgårdconfigure: allow reverse auto-selection of options
2010-01-14 Reimar DöffingerChange code so it uses 2 adds instead of one FFABS.
2010-01-14 Peter RossLatent libavformat version bump and documentation updat...
2010-01-14 Peter RossAdobe Filmstrip muxer and demuxer
2010-01-14 Ramiro PollaAdd const qualifier to rgb48 to YV12 functions' src.
2010-01-14 Ramiro PollaAdd missing parameter to rgb48 to YV12 functions.
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
next