12298 Commits (eee7e7998bc78f05eb5c0814c99cb1526422e7ea)
 

Author SHA1 Message Date
  Loren Merritt d1a5c4216c 20% faster lpc, 6% overall flac decoding 17 years ago
  Loren Merritt 08965b22e2 replace FIR with finite differences. 17 years ago
  Loren Merritt bfdd5bc1f1 unroll finite differences to avoid swapping registers. 17 years ago
  Loren Merritt a309dce75f encode_residual_fixed(): replace FIR with finite differences. 17 years ago
  Vladimir Voroshilov 0b04ebb326 Add support for AMV variants of AVI files. 17 years ago
  Diego Biurrun 7b93361739 Mention SPARC optimizations. 17 years ago
  Loren Merritt 6810b93a81 sse2 version of compute_autocorr(). 17 years ago
  Måns Rullgård fdf885983c fix -lm check 17 years ago
  Ronald S. Bultje b6cd8593b3 cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including 17 years ago
  Diego Biurrun 03b8e29289 typo 17 years ago
  Vladimir Voroshilov 8787d8377f AMV video decoder. 17 years ago
  Ronald S. Bultje 55ffe9df2a Use emms_c() instead of ifdef 17 years ago
  Ronald S. Bultje f8f88a42cf Add IPv6 support to url_split() 17 years ago
  Vladimir Voroshilov a449faeacb Add variables to prepare to the AMV decoder patch. 17 years ago
  Loren Merritt 19b9c7cc66 was computing one more autocorrelation coefficient that was actually used 17 years ago
  Loren Merritt 14bd2a9f25 replace brute force find_optimal_param() with a closed-form solution. 17 years ago
  Loren Merritt f6215b1b06 gcc isn't smart enough to factor out duplicate stores 17 years ago
  Ivan Kalvachev 551109d48a On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. 17 years ago
  Vitor Sessak a1748c6744 Documentation update for AMV audio decoder 17 years ago
  Björn Axelsson 3576f9c629 Documentation fix for url_f(d)open() 17 years ago
  Stefano Sabatini 3578e9a072 Make ffserver show a banner at startup. 17 years ago
  Loren Merritt 28e968c4a4 2.5x faster compute_autocorr() 17 years ago
  Ronald S. Bultje 7e1e297ee3 refactor url_split(), preparing for IPv6 support 17 years ago
  Stefano Sabatini 9c5755ee73 Remove unnecessary copyright notice from ffplay.c:show_help. 17 years ago
  Stefano Sabatini 4cfac5bc51 Make ffplay show a banner at startup. 17 years ago
  Panagiotis Issaris 9846cbdb13 cosmetics: typos 17 years ago
  Panagiotis Issaris 93f0c0a4ca Remove redundant test. 17 years ago
  Diego Biurrun 721d5e3b95 Revert wrong ARCH_BFIN --> HAVE_BFIN change. 17 years ago
  Stefano Sabatini 86074ed1b7 Implement common show version and banner. 17 years ago
  Luca Abeni 20693c85b2 Add myself as a maintainer for the RTP muxer and for the SDP generator 17 years ago
  Vitor Sessak 3a7f5d072a AMV audio decoder 17 years ago
  Loren Merritt 815d96a65d oops, revert unrelated change 17 years ago
  Loren Merritt dc44d4ad64 unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. 17 years ago
  Måns Rullgård 6b19786b11 set -mcpu for ARM 17 years ago
  Ramiro Polla 53b7336500 Fix avisynth compilation after allformats.h was removed 17 years ago
  Ramiro Polla ea10ddde96 Let the dependency checker deal with winsock2's extralibs. 17 years ago
  Jeff Downs 2ddcf84bb7 h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output 17 years ago
  Aurelien Jacobs b925ef61dd add support for AVI files with On2 header 17 years ago
  Aurelien Jacobs 7b31b0929c use a table to parse AVI file header 17 years ago
  Benoit Fouet 2d89f334f4 Indentation 17 years ago
  Benoit Fouet 602dd8f6c4 Check read_packet before using it. 17 years ago
  Loren Merritt 0d2caa37c5 oops, potential overflow on really large blocks 17 years ago
  Loren Merritt bd49d4fd49 optimize decode_subframe_lpc() 17 years ago
  Loren Merritt f74471e043 optimize encode_residual_lpc() 17 years ago
  Aurelien Jacobs 7ecae905b6 simplify 17 years ago
  Aurelien Jacobs d7af6a9de4 rename one variable to be consistent with the rest of the file 17 years ago
  Aurelien Jacobs 442b145abb consistent spelling: plan => plane 17 years ago
  Nico Sabbi 172d1171d2 added structures and code to keep track of pids<->programs mapping: it's needed 17 years ago
  Nico Sabbi 1d257254f1 replaced custom tracking of programs/services with calls to with av_new_program() 17 years ago
  Nico Sabbi 15afa396e4 Added definition and utility functions to handle AVProgram(s) in AVFormatContext 17 years ago