Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-13Remove some stray +s in VP8Jason Garrett-Glaser
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini
2010-08-12Implement av_get_image_linesize() and use it inStefano Sabatini
2010-08-12VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser
2010-08-11Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram
2010-08-11remove b4_stride/mb_stride.Pascal Massimino
2010-08-11fix over-allocation. confused b4_stride with mb_width.Pascal Massimino
2010-08-09Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje
2010-08-09Fix handling of truncated files. Should fix random FATE breakages.Vitor Sessak
2010-08-08Split h264dsp and h264pred in configure.Jason Garrett-Glaser
2010-08-07Fix spelling in comment(s)Reinhard Tartler
2010-08-07H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser
2010-08-07Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini
2010-08-06libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_siz...Alex Converse
2010-08-06vorbis_dec: Change partition_class[] to uint8_t.Alex Converse
2010-08-06Add a CONFIG_ variable for generic Huffman routines.Diego Biurrun
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-08-06Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini
2010-08-06fft-test: free buffers before exitingMåns Rullgård
2010-08-06VP8: fix bug in prefetchJason Garrett-Glaser
2010-08-05ARM: NEON H264 8x8 IDCTMåns Rullgård
2010-08-05Add file missing in r24702Jason Garrett-Glaser
2010-08-05H.264: SSE2/SSSE3 weighted prediction asmEli Friedman
2010-08-05VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser
2010-08-04fft-test: exit with non-zero status if test failedMåns Rullgård
2010-08-04Fix VP8 decoder dependenciesMartin Storsjö
2010-08-04VP8: partially inline decode_block_coeffsJason Garrett-Glaser
2010-08-04Fix 100L in r24689Jason Garrett-Glaser
2010-08-04VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffsJason Garrett-Glaser
2010-08-04Cosmetics: add missing space to options.cJason Garrett-Glaser
2010-08-04VP8: slightly faster DCT coefficient probability updateJason Garrett-Glaser
2010-08-04ARM: update struct offsetsMåns Rullgård
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-08-03Silence unused function warnings in vp56.hJason Garrett-Glaser
2010-08-03VP8: make another RAC call branchyJason Garrett-Glaser
2010-08-03VP5/6/8: add one inline missed in r24677Jason Garrett-Glaser
2010-08-03VP8: unroll partition type decoding treeJason Garrett-Glaser
2010-08-03VP8: unroll splitmv decoding treeJason Garrett-Glaser
2010-08-03VP8: unroll MB mode decoding treeJason Garrett-Glaser
2010-08-03VP5/6/8: tweak some arithcoder inliningJason Garrett-Glaser
2010-08-03vorbisdec: Return AVERROR(ENOMEM) on malloc() failure.Alex Converse
2010-08-03vorbisdec: Prevent a potential integer overflow.Alex Converse
2010-08-03The VP8 decoder does not depend on cabac.o.Diego Biurrun
2010-08-03The VP8 decoder does not depend on vp56.o and vp56data.o.Diego Biurrun
2010-08-03Remove redundant h264pred.o from VP8 objects list.Diego Biurrun
2010-08-03VP8: eliminate a dereference in coefficient decodingJason Garrett-Glaser
2010-08-03VP8: much faster DC transform handlingJason Garrett-Glaser
2010-08-03vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc buildMåns Rullgård
2010-08-03VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser
2010-08-02only store intra prediction modes on the boundary for keyframes, not as a plane.Pascal Massimino