12284 Commits (ac9c19da66b54e690f17001e7eb855bae5f23d0d)

Author SHA1 Message Date
Nathan Caldwell 62147469da acenc: LAME-inspired window decision 14 years ago
Alex Converse c36b2c010e Revert unintended changes to fft.h from r24890. 14 years ago
Nathan Caldwell af00dddeca aacenc: Rename Psy3gpp* structs to AacPsy* 14 years ago
Alex Converse cb4f12466b imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits". 14 years ago
Tobias Bindhammer e4d2ab5298 removed an unnecessary blank line 14 years ago
Tobias Bindhammer b7cf4e4f55 enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system 14 years ago
Tobias Bindhammer 40c5ee9903 added codec-ids for the a64 codec 14 years ago
Tobias Bindhammer 7bf7833fb7 Initial version of the a64 (multicolor charset) codec 14 years ago
Ronald S. Bultje 684d608bde Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures). 14 years ago
Alex Converse 78b5c97d3e Convert ff_imdct_half_sse() to yasm. 14 years ago
Reimar Döffinger 2a86d4b905 The 24-bit ydt also should not depend on endianness, 14 years ago
Reimar Döffinger 47af623967 Since the 24 bit format is decoded to endian-dependant 14 years ago
Reimar Döffinger 751c5093c6 Do not swap red and blue when decoding truemotion 14 years ago
Stefano Sabatini c901f6ab6f Cosmetics: remove useless (). 14 years ago
Reimar Döffinger a29b1700ee Export the presentation video dimensions as avctx->width/avctx->height. 14 years ago
Måns Rullgård 375fb9f17a dv: fix alignment of scratch buffer 14 years ago
Laurent Aimar 8bdf11815c Fixed mpeg12 top field first flag value with field picture encoding. 14 years ago
Måns Rullgård dd5f3238c1 imc: fix undefined float to int conversion 14 years ago
Måns Rullgård ead7ef8251 fft-test: format error output more readably 14 years ago
Jason Garrett-Glaser 2b476e02e1 Remove some stray +s in VP8 14 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 14 years ago
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in 14 years ago
Jason Garrett-Glaser 05c04cdf54 VP5/6/8: ~7% faster arithmetic decoding 14 years ago
S.N. Hemanth Meenakshisundaram 9f08d80363 Add av_picture_data_copy() and reimplement av_picture_copy() as a 14 years ago
Pascal Massimino aa93c52c21 remove b4_stride/mb_stride. 14 years ago
Pascal Massimino ccf13f9e20 fix over-allocation. confused b4_stride with mb_width. 14 years ago
Ronald S. Bultje af0a61cc40 Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending 14 years ago
Vitor Sessak 46a76dec93 Fix handling of truncated files. Should fix random FATE breakages. 14 years ago
Jason Garrett-Glaser 4a384de5b8 Split h264dsp and h264pred in configure. 14 years ago
Reinhard Tartler 2901cc9a95 Fix spelling in comment(s) 14 years ago
Jason Garrett-Glaser b70c95e05a H.264: 8% faster CAVLC zero-run decoding 14 years ago
Stefano Sabatini a63dbf3970 Fix the compilation of some libavcodec/lib* files which were not 14 years ago
Alex Converse 18b95d85f2 libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’". 14 years ago
Alex Converse 51aaf51143 vorbis_dec: Change partition_class[] to uint8_t. 14 years ago
Diego Biurrun 3447f12d66 Add a CONFIG_ variable for generic Huffman routines. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini bf176f58b7 Deprecate avcodec_check_dimensions() in favor of the new function 14 years ago
Måns Rullgård 85fbad4555 fft-test: free buffers before exiting 14 years ago
Jason Garrett-Glaser 7e13022a4d VP8: fix bug in prefetch 14 years ago
Måns Rullgård fa2d5d54b9 ARM: NEON H264 8x8 IDCT 14 years ago
Jason Garrett-Glaser 98fe09df7b Add file missing in r24702 14 years ago
Eli Friedman c12d6955e2 H.264: SSE2/SSSE3 weighted prediction asm 14 years ago
Jason Garrett-Glaser 905ef0d064 VP5/6/8: eliminate CABAC dependency 14 years ago
Måns Rullgård a79e921ee6 fft-test: exit with non-zero status if test failed 14 years ago
Martin Storsjö 8d370d88e5 Fix VP8 decoder dependencies 14 years ago
Jason Garrett-Glaser 1e73967950 VP8: partially inline decode_block_coeffs 14 years ago
Jason Garrett-Glaser ffbf0794f9 Fix 100L in r24689 14 years ago
Jason Garrett-Glaser afb54a85c3 VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs 14 years ago
Jason Garrett-Glaser d0c38ea0aa Cosmetics: add missing space to options.c 14 years ago
Jason Garrett-Glaser b0d5879513 VP8: slightly faster DCT coefficient probability update 14 years ago