12172 Commits (530bbe96c7ccd1716342c1eea0e30109f8eab0d4)

Author SHA1 Message Date
James Zern 53cf47829a Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx 15 years ago
Alex Converse b6356d9726 10l: missed one reindent. 15 years ago
Alex Converse 52fa20542b Reindent after last commit. 15 years ago
Alex Converse d950497083 ff_prefix non static vp56 functions. 15 years ago
Martin Storsjö 317167e7d9 nellymoserenc: Declare the supported sample format 15 years ago
Pascal Massimino a8ab0cccf7 b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping 15 years ago
Pascal Massimino 62d1f7864e perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier 15 years ago
Pascal Massimino e7e81959d6 save some copies by moving some fields out of proba[2] 15 years ago
Nick Brereton df9844937f DCA: fix multichannel -> 2 channel downmix. 15 years ago
Nick Brereton 08634e7bda Setup correct channel value when downmixing is required. 15 years ago
Aurelien Jacobs af0554e530 remove useless cast 15 years ago
Reimar Döffinger 6f2c05f307 Document how the ref_buf is used. 15 years ago
Michael Niedermayer a20df85886 Fix doxy that refers to the wrong variable. 15 years ago
Alexander Kojevnikov 49d7ef282d Show correct bitrate for VBR MP3 files. 15 years ago
Stefan Gehrer de29597680 add Chinese AVS encoding via external library libxavs 15 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Ronald S. Bultje ab4d031889 Use pmaddubsw for the mbedge_filter (>=ssse3), 6-10 cycles faster. 15 years ago
Jason Garrett-Glaser e25dee602f VP8: Much faster SSE2 MC 15 years ago
S.N. Hemanth Meenakshisundaram 9dd9d67bd0 Define static functions fill_image_linesize() and 15 years ago
Ronald S. Bultje 48adb7e7a4 Enable no-loop memory/register saving for ssse3/sse4 also. 15 years ago
Ronald S. Bultje 2a180c69ea Save a register (or regsize of stackspace for x86-32) for the no-loop 15 years ago
Ronald S. Bultje bcd4aa6498 Use nested ifs instead of &&, which appears to not work with %ifidn (i.e. this 15 years ago
Axel Holzinger 0b2c75cb68 Rename pow variable to pwr. 15 years ago
Ronald S. Bultje 2208053bd3 Split pextrw macro-spaghetti into several opt-specific macros, this will make 15 years ago
Jason Garrett-Glaser fca05ea8a0 VP8: add missing free 15 years ago
Carl Eugen Hoyos 28e241de5d Fix r24445: Instead of needlessly initialising a variable, silence the warning. 15 years ago
Carl Eugen Hoyos b9542223a3 Only 4-bit ADPCM IMA WAV files are supported. 15 years ago
Ronald S. Bultje 6de5b7c6b8 Fix obvious bug in assignment. Somehow, the test vectors don't test this... 15 years ago
Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 15 years ago
Ronald S. Bultje e3f7bf774c Fix SPLATB_REG mess. Used to be a if/elseif/elseif/elseif spaghetti, so this 15 years ago
Alex Converse 63e1278d88 aacenc: TLS: Save maximum values for each swb in a table. 15 years ago
Alex Converse 031d5cea04 10l: Remove some commented out code that slipped in. 15 years ago
Alex Converse fe461767e6 aacenc: TLS: Try to preserve some energy in each non-zero band. 15 years ago
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
Alex Converse c226fc5bfb aacenc: Prevent premature termination of the two loop search. 15 years ago
Alex Converse 81824fe059 aacdec: Only load and write each predictor variable once. 15 years ago
Alex Converse 70c99adb48 aacdec: 4% faster main profile decoding. 15 years ago
Alex Converse 51ffd3a62f aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). 15 years ago
Alex Converse 04d72abf17 aacenc: Factorize some scalefactor utilities. 15 years ago
Eli Friedman 3611e7a309 Inline asm for VP56 arith coder 15 years ago
David Conrad ca18a478e3 VP8: Inline traversing vp8_small_mvtree 15 years ago
David Conrad 7697cdcf95 VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if() 15 years ago
David Conrad fe1b5d974a Decode DCT tokens by branching to a different code path for each branch 15 years ago
David Conrad 5474ec2ac8 Move renormalization of the VP56 arith decoder to before decoding a bit 15 years ago
David Conrad b3d755ec8b Split renorm of vp56 arith decoder to its own function 15 years ago
David Conrad 24675b8093 vp56's arith decoder's code_word is only 16 bits, no need for unsigned long 15 years ago
Jason Garrett-Glaser 13a1304bb3 Add myself to VP8 copyright and maintainers. 15 years ago
Jason Garrett-Glaser 414ac27d8f VP8: always_inline some things to force gcc to do the right thing 15 years ago
Jason Garrett-Glaser 06d50ca804 VP8: use AV_RL24 instead of defining a new RL24. 15 years ago
Jason Garrett-Glaser 9fddd14a8e VP8: Slightly faster MV selection 15 years ago