summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-01
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-01
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-01
* div -> mulLoren Merritt2007-10-01
* Remove redundant banner output from ffserver.Stefano Sabatini2007-09-30
* simplify lpcLoren Merritt2007-09-30
* 20% faster lpc, 6% overall flac decodingLoren Merritt2007-09-30
* replace FIR with finite differences.Loren Merritt2007-09-30
* unroll finite differences to avoid swapping registers.Loren Merritt2007-09-29
* encode_residual_fixed(): replace FIR with finite differences.Loren Merritt2007-09-29
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
* Mention SPARC optimizations.Diego Biurrun2007-09-29
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
* fix -lm checkMåns Rullgård2007-09-29
* cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly includingRonald S. Bultje2007-09-29
* typoDiego Biurrun2007-09-29
* AMV video decoder.Vladimir Voroshilov2007-09-29
* Use emms_c() instead of ifdefRonald S. Bultje2007-09-29
* Add IPv6 support to url_split()Ronald S. Bultje2007-09-29
* Add variables to prepare to the AMV decoder patch.Vladimir Voroshilov2007-09-29
* was computing one more autocorrelation coefficient that was actually usedLoren Merritt2007-09-29
* replace brute force find_optimal_param() with a closed-form solution.Loren Merritt2007-09-29
* gcc isn't smart enough to factor out duplicate storesLoren Merritt2007-09-29
* On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will se...Ivan Kalvachev2007-09-28
* Documentation update for AMV audio decoderVitor Sessak2007-09-28
* Documentation fix for url_f(d)open()Björn Axelsson2007-09-28
* Make ffserver show a banner at startup.Stefano Sabatini2007-09-28
* 2.5x faster compute_autocorr()Loren Merritt2007-09-28
* refactor url_split(), preparing for IPv6 supportRonald S. Bultje2007-09-27
* Remove unnecessary copyright notice from ffplay.c:show_help.Stefano Sabatini2007-09-27
* Make ffplay show a banner at startup.Stefano Sabatini2007-09-27
* cosmetics: typosPanagiotis Issaris2007-09-27
* Remove redundant test.Panagiotis Issaris2007-09-27
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
* Implement common show version and banner.Stefano Sabatini2007-09-27
* Add myself as a maintainer for the RTP muxer and for the SDP generatorLuca Abeni2007-09-27
* AMV audio decoderVitor Sessak2007-09-27
* oops, revert unrelated changeLoren Merritt2007-09-27
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt2007-09-27
* set -mcpu for ARMMåns Rullgård2007-09-26
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-26
* Let the dependency checker deal with winsock2's extralibs.Ramiro Polla2007-09-26
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-26
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
* IndentationBenoit Fouet2007-09-26
* Check read_packet before using it.Benoit Fouet2007-09-26
* oops, potential overflow on really large blocksLoren Merritt2007-09-25
* optimize decode_subframe_lpc()Loren Merritt2007-09-25
* optimize encode_residual_lpc()Loren Merritt2007-09-25