summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove unneeded reset of non_zero_count_cache for deblock.Michael Niedermayer2010-01-23
* Remove useless things from the deblock side of fill_caches().Michael Niedermayer2010-01-23
* make mv_cache init 64bit where possible.Michael Niedermayer2010-01-23
* Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar2010-01-23
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-23
* Release buffer when the codec is closed.Reimar Döffinger2010-01-23
* Use qstride = 0 and allocate only a single line for qscale_table sinceReimar Döffinger2010-01-23
* Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.Laurent Aimar2010-01-23
* Reindent the content of one if(){} in ff_dxva2_common_end_frame.Laurent Aimar2010-01-23
* Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.Laurent Aimar2010-01-23
* Set edges based on cbp and mv partitioning, not just skiped MBs.Michael Niedermayer2010-01-23
* Use AVPALETTE_COUNT instead of hard-coding 256.Reimar Döffinger2010-01-23
* Remove redundant initialization of the palette, it is part of the contextReimar Döffinger2010-01-23
* Optimize filter_mb_mbaff_edge*()Michael Niedermayer2010-01-23
* Optmize 8x8dct check used to skip some borders in the loop filter.Michael Niedermayer2010-01-23
* Use av_freep intead of av_free to free pointers in vp56 context.Reimar Döffinger2010-01-23
* Zero the frame data on allocation for VB codec, e.g. the FATE sample seems toReimar Döffinger2010-01-23
* Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp2010-01-23
* The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needsReimar Döffinger2010-01-22
* Implement an sse version of scalarproduct_float().Alex Converse2010-01-22
* Check for chunk boundaries when decoding VB codec dataKostya Shishkov2010-01-22
* Zero palette in case not all entries are initialized laterKostya Shishkov2010-01-22
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Gcc idiocy fixes related to filter_mb_edge*.Michael Niedermayer2010-01-22
* Move dquant check into qscale overflow check.Michael Niedermayer2010-01-21
* Make calculation of mask_edge free of branches, faster of course but probablyMichael Niedermayer2010-01-21
* Clarify CODEC_CAP_SUBFRAMES.Michael Niedermayer2010-01-21
* Set CODEC_CAP_SUBFRAMES for adpcm decodersMåns Rullgård2010-01-21
* Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad2010-01-21
* Always call avcodec_thread_init()Måns Rullgård2010-01-20
* Attempt to fix asm compilation failure.Michael Niedermayer2010-01-20
* H264 DXVA2 implementationLaurent Aimar2010-01-20
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts.Alexander Strange2010-01-20
* Simplify/Optimize another of the mbaff loop filter cases.Michael Niedermayer2010-01-20
* Only calculate the second chroma qp if it differs from the firstin the mainMichael Niedermayer2010-01-20
* Set bS with 64bits at a time.Michael Niedermayer2010-01-20
* Merge multiple IS_* macro uses where possible.Michael Niedermayer2010-01-20
* Simplify and optimize intra code in h264_loopfilter.cMichael Niedermayer2010-01-20
* Floating point discrete cosine transformVitor Sessak2010-01-20
* Use constant offsets for memory operands since gcc is unable toDavid Conrad2010-01-20
* Sightly simplify initialization of int start.Michael Niedermayer2010-01-20
* Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer2010-01-19
* skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer2010-01-19
* Reenable ff_h264_filter_mb_fast() for all slices it supported before.Michael Niedermayer2010-01-19
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-19
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-19
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-19
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-19
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-19