platform/upstream/libav.git
2010-01-18 Michael NiedermayerRather call filter_mb_mbaff_edge*v() more often than...
2010-01-18 Måns Rullgårdconfigure: simplify $cpu handling for some architectures
2010-01-18 Måns Rullgårdconfigure: indent
2010-01-18 Måns Rullgårdconfigure: split $cpu handling by arch
2010-01-18 Måns Rullgårdconfigure: simplify $arch handling
2010-01-18 Måns Rullgårdconfigure: group arch extention deps by arch
2010-01-18 Michael NiedermayerFix 10l segfault with threads.
2010-01-18 Michael NiedermayerUse h->slice_num where possible.
2010-01-18 Michael NiedermayerEnable filter_mb_fast for CAVLC P slices.
2010-01-18 Michael Niedermayerfilter_mb_fast needs cbp_table to be set.
2010-01-18 Michael NiedermayerPAFF CABAC P slices seem to work as well, so enable...
2010-01-18 Michael NiedermayerReenable filter_mb_fast for I slices and progressive...
2010-01-18 Michael NiedermayerSet h->cbp for ff_h264_filter_mb_fast().
2010-01-18 Michael Niedermayer10l for someone, Store chroma_qp_diff in the correct...
2010-01-18 Gwenole BeauchesneInstall <libavcodec/vaapi.h> header.
2010-01-18 Luca AbeniRename the RTP muxer sources so that the packetisation...
2010-01-18 Michael NiedermayerMove CAVLC 8x8 DCT special case from ff_h264_filter_mb...
2010-01-18 Luca AbeniRemove the ff_rtp_send_h264() prototype from rtp_h264...
2010-01-18 Alexander StrangeAdd macros for 64- and 128-bit write-combining optimiza...
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...
next