25323 Commits (639e4ec81b2fc573f4d23c23305c41c0ef56dde5)
 

Author SHA1 Message Date
Stefano Sabatini 639e4ec81b Rename av_exit() to ffmpeg_exit(). 15 years ago
Stefano Sabatini f62c025a5e Use X ? Y : Z construct, simplify. 15 years ago
Reimar Döffinger 853a0fccce Cosmetics: fix indentation and remove a useless else. 15 years ago
Reimar Döffinger 3aa13da970 Simplify get_byte and url_fgetc. 15 years ago
Carl Eugen Hoyos b9542223a3 Only 4-bit ADPCM IMA WAV files are supported. 15 years ago
Stefano Sabatini f7bd4a8ebd Cosmetics: rename enc -> dec in opt_input_file(). 15 years ago
Reimar Döffinger e36a39066c Move ffm_close function up to avoid a forward declaration. 15 years ago
Reimar Döffinger 527b46ba26 ffmdec: Do not manually free streams on read_header error, this is always 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
Måns Rullgård e6e3069b54 Simplify lavfi test script a little 15 years ago
Måns Rullgård 8fae6e7c11 Unbreak parallel lavfi testing 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 6cce7cabdb Fix compilation, forgot to add const also to the 15 years ago
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
Reimar Döffinger 6f2c523c85 Fix a "function declaration isn't a prototype" warning. 15 years ago
Reimar Döffinger a2a17d3f87 Fix use of uninitialized data: A array element can not be 15 years ago
Reimar Döffinger 5a55d5b592 More const-correctness fixes to avoid warnings. 15 years ago
Reimar Döffinger a4eef68f53 Add some "const" to avoid incompatible pointer type warnings 15 years ago
Stefano Sabatini 04f6ab1cef Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. 15 years ago
Stefano Sabatini 24911613a5 Add some comments to the rgb2yuv_table, clarifying the standard where 15 years ago
Martin Storsjö 496c645d3b Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data 15 years ago
Martin Storsjö 8dd25c52cb mpegts: Warn if unable to seek back 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
Ramiro Polla 73016d29c9 swscale-test: scale from reference to source only once for each algorithm 15 years ago
Ramiro Polla be1c5d35cc indent 15 years ago
Ramiro Polla da78053af0 swscale-test: change order tests are run, maintaining the same algorithm for 15 years ago
Jason Garrett-Glaser 9fddd14a8e VP8: Slightly faster MV selection 15 years ago
Jason Garrett-Glaser 14767f35ed VP8: use AV_ZERO32 instead of AV_WN32A where relevant 15 years ago
Jason Garrett-Glaser 09959ec46e VP8: eliminate redundant code in r24458 15 years ago
Jason Garrett-Glaser a71abb714e VP8: shave a few clocks off check_intra_pred_mode 15 years ago
Vitor Sessak a58ed9a2e7 Add VP8 sign bias code regtest. Not tested by the official conformance suite. 15 years ago
Jason Garrett-Glaser 0087aa47d0 VP8: fix broken sign bias code in MV pred 15 years ago