summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* simplifyAurelien Jacobs2007-09-25
* rename one variable to be consistent with the rest of the fileAurelien Jacobs2007-09-25
* consistent spelling: plan => planeAurelien Jacobs2007-09-25
* added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi2007-09-25
* replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi2007-09-25
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-25
* use the VP6A codecAurelien Jacobs2007-09-25
* revert r10527Aurelien Jacobs2007-09-25
* simplifyAurelien Jacobs2007-09-25
* cosmetic: indentAurelien Jacobs2007-09-25
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* reindentAndreas Öman2007-09-25
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-24
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* Remove check for input buffer size as it does not guarantee thatKostya Shishkov2007-09-24
* Organize header files and system functions checksRamiro Polla2007-09-24