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