13374 Commits (687550d35e5b84c1821ef5b3218cb901b9d90e76)
 

Author SHA1 Message Date
  Diego Biurrun f62a9a46e1 Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is 17 years ago
  Diego Biurrun b4fb08035e Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file 17 years ago
  Andreas Öman 9dceaa923e remove unused code, spotted by Jeff Downs, heydowns a borg d com 17 years ago
  Reimar Döffinger 17c9628b57 Hopefully fix sparc compilation again, add incorrectly removed variable declaration 17 years ago
  Reimar Döffinger d9a5dab2da Remove uses of SIGILL for CPU extension detection, that method is not acceptable 17 years ago
  Luca Abeni e0d21bfe83 Allow to set the maximum number of frames per RTP packet (and add support for 17 years ago
  Jeff Downs 0d0447eae0 Rename MMCO stuff to prepare for h264/PAFF implementation. 17 years ago
  Jeff Downs bcc3476c98 Cosmetic preparations for h264/PAFF implementation. 17 years ago
  Diego Biurrun b1ef3dfd2b 100l: Revert accidental commit, restore previous version. 17 years ago
  Diego Biurrun 1f3a990b3a cosmetics: Fix indentation after last commit. 17 years ago
  Diego Biurrun eee947487b Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). 17 years ago
  Diego Biurrun 6c05bab46d Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. 17 years ago
  Luca Barbato 89523beea4 Sanitize altivec code so it can be built with runtime check properly 17 years ago
  Diego Biurrun 298726ba55 cosmetics: Fix AltiVec spelling. 17 years ago
  Diego Biurrun a1d0b6a277 cosmetics: Fix AltiVec spelling. 17 years ago
  Diego Biurrun 6006a68989 cosmetics: Fix indentation after last commit. 17 years ago
  Diego Biurrun 465c9fdeeb Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec 17 years ago
  Ronald S. Bultje 3303926c2f Add checking for codecid to has_codec_parameters(). 17 years ago
  Roberto Togni 64d8ef0bb7 Fix seek regression test for ac3 in rm after r10634 17 years ago
  Justin Ruggles bf41512100 dnet audio needs avparser to work with the lavc ac3 decoder. 17 years ago
  Diego Biurrun 7fd7259a3f Remove const vector macro indirection that is useless and obfuscating 17 years ago
  Diego Biurrun cd195f14c6 Remove Metrowerks compiler workaround. 17 years ago
  Diego Biurrun dead9db83a Remove Metrowerks compiler workaround. 17 years ago
  Loren Merritt 286127c5dd div -> mul 17 years ago
  Stefano Sabatini 8eb1c1cd5b Remove redundant banner output from ffserver. 17 years ago
  Loren Merritt b8de342919 simplify lpc 17 years ago
  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