]> git.sesse.net Git - ffmpeg/history - libavcodec
make mv_cache init 64bit where possible.
[ffmpeg] / libavcodec /
2010-01-23 Michael Niedermayermake mv_cache init 64bit where possible.
2010-01-23 Laurent AimarMoved reusable functions from dxva2_h264.c to dxva2.c
2010-01-23 Michael NiedermayerMove +52 from the loop filter to the alpha/beta offsets...
2010-01-23 Reimar DöffingerRelease buffer when the codec is closed.
2010-01-23 Reimar DöffingerUse qstride = 0 and allocate only a single line for...
2010-01-23 Laurent AimarAdded ff_dxva2_ prefix to get_surface(_index) and commi...
2010-01-23 Laurent AimarReindent the content of one if(){} in ff_dxva2_common_e...
2010-01-23 Laurent AimarMoved reusable code from dxva2_h264.c:end_frame to...
2010-01-23 Michael NiedermayerSet edges based on cbp and mv partitioning, not just...
2010-01-23 Reimar DöffingerUse AVPALETTE_COUNT instead of hard-coding 256.
2010-01-23 Reimar DöffingerRemove redundant initialization of the palette, it...
2010-01-23 Michael NiedermayerOptimize filter_mb_mbaff_edge*()
2010-01-23 Michael NiedermayerOptmize 8x8dct check used to skip some borders in the...
2010-01-23 Reimar DöffingerUse av_freep intead of av_free to free pointers in...
2010-01-23 Reimar DöffingerZero the frame data on allocation for VB codec, e.g...
2010-01-23 Daniel VerkampExport wma_critical_freqs as ff_wma_critical_freqs
2010-01-22 Reimar DöffingerThe SSSE3 version of dct_quantize in mpegvideo_mmx_temp...
2010-01-22 Alex ConverseImplement an sse version of scalarproduct_float().
2010-01-22 Kostya ShishkovCheck for chunk boundaries when decoding VB codec data
2010-01-22 Kostya ShishkovZero palette in case not all entries are initialized...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-22 Michael NiedermayerGcc idiocy fixes related to filter_mb_edge*.
2010-01-21 Michael NiedermayerMove dquant check into qscale overflow check.
2010-01-21 Michael NiedermayerMake calculation of mask_edge free of branches, faster...
2010-01-21 Michael NiedermayerClarify CODEC_CAP_SUBFRAMES.
2010-01-21 Måns RullgårdSet CODEC_CAP_SUBFRAMES for adpcm decoders
2010-01-21 David ConradUse two separate memory arguments since 8+() is invalid...
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2010-01-20 Michael NiedermayerAttempt to fix asm compilation failure.
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-20 Alexander StrangeH.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t...
2010-01-20 Michael NiedermayerSimplify/Optimize another of the mbaff loop filter...
2010-01-20 Michael NiedermayerOnly calculate the second chroma qp if it differs from...
2010-01-20 Michael NiedermayerSet bS with 64bits at a time.
2010-01-20 Michael NiedermayerMerge multiple IS_* macro uses where possible.
2010-01-20 Michael NiedermayerSimplify and optimize intra code in h264_loopfilter.c
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-20 David ConradUse constant offsets for memory operands since gcc...
2010-01-20 Michael NiedermayerSightly simplify initialization of int start.
2010-01-19 Michael NiedermayerMark the h264 c loop filter as av_always_inline av_flat...
2010-01-19 Michael Niedermayerskip outer pixels if possible in h264_loop_filter_luma_c().
2010-01-19 Michael NiedermayerReenable ff_h264_filter_mb_fast() for all slices it...
2010-01-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2010-01-19 Michael NiedermayerRemove -2 -> -1 remapping, its not needed anymore as...
2010-01-19 Jason Garrett-GlaserUpdate libx264.c to use new libx264 features
2010-01-19 Jai MenonApply changes made in r21308 to svq3.c.
2010-01-19 Michael NiedermayerDont waste time initializing stuff for deblocking intra...
2010-01-19 Michael NiedermayerRemove 2 checks from fetch_diagonal_mv() that apparentl...
2010-01-19 Michael NiedermayerMove a few things into a deeper if() in fetch_diagonal_...
2010-01-19 Michael NiedermayerRemove code that handles the case of a MB pair to our...
2010-01-18 Michael NiedermayerCosmetic, get rid of &x[0]
2010-01-18 Michael NiedermayerFix compilation with -O0.
2010-01-18 Michael NiedermayerFix accumulated indention errors.
2010-01-18 Michael NiedermayerOptimize top non_zero_count_cache init.
2010-01-18 Michael NiedermayerDont init chroma elements of non_zero_count_cache for...
2010-01-18 Michael NiedermayerRemove unneeded for_deblock check, this code was alraed...
2010-01-18 Michael NiedermayerRather call filter_mb_mbaff_edge*v() more often than...
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 Michael NiedermayerMove CAVLC 8x8 DCT special case from ff_h264_filter_mb...
2010-01-18 Michael NiedermayerPerform reference remapping at fill_cache() time instea...
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 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 Alexander StrangeAdd missing Makefile dependencies to CONFIG_SNOW_ENCODER.
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 Carl Eugen HoyosCorrectly decode some Avid AV1x samples, fixes issue...
2010-01-16 Anatoly NenashevSupport lowres 3 when decoding MPEG video.
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 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 ami_stuffSupport 2Vuy in mov, fixes issue 1690.
2010-01-15 Måns RullgårdFix out of tree build with hardcoded tables
2010-01-15 Måns RullgårdAAC: optimise bitstream reading in decode_spectrum_and_...
2010-01-15 Carl Eugen HoyosSupport decoding of Avid uncompressed mov files, fixes...
2010-01-15 Carl Eugen HoyosSupport decoding Avid 1:1x codec, (partially) fixes...
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.
next