26285 Commits (74d127b537d18cc9a2bf2b556900705f7b2af2be)
 

Author SHA1 Message Date
Jason Garrett-Glaser 13a1304bb3 Add myself to VP8 copyright and maintainers. 14 years ago
Jason Garrett-Glaser 414ac27d8f VP8: always_inline some things to force gcc to do the right thing 14 years ago
Jason Garrett-Glaser 06d50ca804 VP8: use AV_RL24 instead of defining a new RL24. 14 years ago
Ramiro Polla 73016d29c9 swscale-test: scale from reference to source only once for each algorithm 14 years ago
Ramiro Polla be1c5d35cc indent 14 years ago
Ramiro Polla da78053af0 swscale-test: change order tests are run, maintaining the same algorithm for 14 years ago
Jason Garrett-Glaser 9fddd14a8e VP8: Slightly faster MV selection 14 years ago
Jason Garrett-Glaser 14767f35ed VP8: use AV_ZERO32 instead of AV_WN32A where relevant 14 years ago
Jason Garrett-Glaser 09959ec46e VP8: eliminate redundant code in r24458 14 years ago
Jason Garrett-Glaser a71abb714e VP8: shave a few clocks off check_intra_pred_mode 14 years ago
Vitor Sessak a58ed9a2e7 Add VP8 sign bias code regtest. Not tested by the official conformance suite. 14 years ago
Jason Garrett-Glaser 0087aa47d0 VP8: fix broken sign bias code in MV pred 14 years ago
Jason Garrett-Glaser 3ae079a3c8 VP8: optimize DC-only chroma case in the same way as luma. 14 years ago
Jason Garrett-Glaser 3df56f4118 VP8: Clean up some variable shadowing. 14 years ago
Jason Garrett-Glaser 51c9156438 VP8 asm: cosmetics (spacing) 14 years ago
Jason Garrett-Glaser 8a467b2d44 VP8: 30% faster idct_mb 14 years ago
Jason Garrett-Glaser ef38842f0b VP8: smarter prefetching 14 years ago
Baptiste Coudurier 9479415e4e In h264 parser, return immediately if buf_size is 0, avoid printing 14 years ago
Baptiste Coudurier ef011e6d58 In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 14 years ago
Jason Garrett-Glaser c25c776708 VP8: clear DCT blocks in iDCT instead of using clear_blocks. 14 years ago
Jason Garrett-Glaser b74f70d646 VP8: avoid a memset for non-i4x4 blocks with no coefficients 14 years ago
Jason Garrett-Glaser 145d31865d Get rid of more unnecessary dereferences in VP8 deblocking 14 years ago
Jason Garrett-Glaser 867215336d Shut up an uninitialized variable GCC warning in VP8. 14 years ago
Jason Garrett-Glaser c4211046d2 Smarter VP8 prefetching 14 years ago
Stefano Sabatini 5b9eb68749 Prefer impersonal form over third person, for consistency with the 14 years ago
Jason Garrett-Glaser 8cfae560ad Fix stupid bug in VP8 prefetching code 14 years ago
Stefano Sabatini c257c7529d Add an APIchanges entry after the M_PHI addition. 14 years ago
Jason Garrett-Glaser 2a38c2e99a Eliminate a LUT in escape decoding in VP8 decode_block_coeffs 14 years ago
Stefano Sabatini 8d5fa2baa6 Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, 14 years ago
Stefano Sabatini 448524777a Add the M_PHI constant, contains an approximation of the golden ratio 14 years ago
Jason Garrett-Glaser d292c3455e Eliminate some repeated dereferences in VP8 inter_predict 14 years ago
Ronald S. Bultje dc5eec8085 Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles on 14 years ago
Ramiro Polla 9bb9875eb7 swscale-test: use only 3 characters to print width/height since they're always 14 years ago
Ramiro Polla b6f1e7ec44 swscale-test: print test name before running test, so that it's available in 14 years ago
Måns Rullgård 9d0b304241 Do not automatically run configure 14 years ago
Ramiro Polla 67e1d52783 swscale-test: allocate more memory to prevent scalers from writing out of bounds 14 years ago
Stefano Sabatini 65dd2ded3f Factorize indent definition in PRINT_LIB_INFO(). 14 years ago
Stefano Sabatini d101e731cf Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO(). 14 years ago
Stefano Sabatini 1044a92a5e Rename: 14 years ago
Stefano Sabatini b6525b4b2a Reindent. 14 years ago
Stefano Sabatini 208749a0dd Increase flexibility of PRINT_LIB_VERSION(), make it accept a flags 14 years ago
James Zern 7eb185e0a3 Map settings for 2-pass libvpx encoding. 14 years ago
Jason Garrett-Glaser b946111fde Eliminate a pointless memset for intra blocks in P-frames in VP8 14 years ago
Jason Garrett-Glaser b9a7186bf4 VP8: Don't store segment in macroblock struct anymore. 14 years ago
Jason Garrett-Glaser c55e0d34ba Convert VP8 macroblock structures to a ring buffer. 14 years ago
Stefano Sabatini 73642926b3 Add APIchanges entry for the libavfilter media format generalization 14 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 14 years ago
Stefano Sabatini 98137a1a5b Document create_filter(). 14 years ago
Stefano Sabatini d2874a9d59 Add simple doxy to link_filter(). 14 years ago
Stefano Sabatini 94b2120dfb Fix documentation for parse_link_name(). 14 years ago