9562 Commits (f45fcba303cdeb4db8e31d2abfbbc64486b1c24c)
 

Author SHA1 Message Date
  Loren Merritt f45fcba303 cosmetics (reduce nesting) 19 years ago
  Loren Merritt acc0e0c8b6 use sparse huffman tables. 1.5% faster huffyuv decoding. 19 years ago
  Loren Merritt b613bacca9 add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. 19 years ago
  Diego Biurrun 4d5588cfb8 extern C declarations were removed. 19 years ago
  Sergey Vlasov 32dd6a9c78 fix dca_bitalloc_index decoder init 19 years ago
  Sergey Vlasov 56e4603e67 Fix dca.c compilation with #define TRACE 19 years ago
  Aurelien Jacobs 7ee7412e6e cosmetics: alignment 19 years ago
  Aurelien Jacobs 2f3e7d554d define ENABLE_* for every CONFIG_ item 19 years ago
  Oded Shimon 8d641aedb9 fix mjpeg decoding with broken huffman table headers 19 years ago
  Ivo van Poorten 82e605410a -sws_flags command line option to set swscaler flags 19 years ago
  Ivo van Poorten 3592648940 -sws_flags command line option to set swscaler flags 19 years ago
  Ivo van Poorten d61845e8ae ffmpeg -sws_flags command line option to set swscaler flags 19 years ago
  Ramiro Polla 67a5daf07f Remove duplicate bytestream functions 19 years ago
  Panagiotis Issaris cb1a74cf8c Export the four remaining H.264 decoder intra prediction functions for reuse in 19 years ago
  Panagiotis Issaris 9aee21c8f7 Reindent 19 years ago
  Panagiotis Issaris 4edda03480 Make the compilation of h264idct.c optional. 19 years ago
  Loren Merritt 19716d6478 merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. 19 years ago
  Benoit Fouet 5faf2d3641 add rgb suffix handling for demuxer 19 years ago
  Andreas Öman 0dc56bfae0 id3v2 writer 19 years ago
  Andreas Öman 52b53f8653 id3v2 reader 19 years ago
  Andreas Öman cb2578d5ef cosmetic v1/v2 renaming 19 years ago
  Thijs Vermeir 8bd32c0424 Add transport method options 19 years ago
  Thijs Vermeir badc9ae2d5 Add support for options 19 years ago
  Diego Biurrun f353fbd205 Remove mdct.o and fft.o from fft-test prerequisites list. 19 years ago
  Alex Beregszaszi 3e2e29fb00 r9095 invalidly removed the check for non-winsock 19 years ago
  Alex Beregszaszi 7235183df9 fix FD_SETSIZE handling in our poll() emulation 19 years ago
  Panagiotis Issaris 6f9a35bb35 Only compile golomb.c when needed. 19 years ago
  Panagiotis Issaris d72ecaf5af Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic 19 years ago
  Panagiotis Issaris 8fae7b6f60 Only compile cabac.c when needed. 19 years ago
  Aurelien Jacobs d0d866e09f vorbis encoder missed rename to libvorbis 19 years ago
  Panagiotis Issaris d632239c9c Split the h261.c file into separate files for the encoder, decoder and common stuff. 19 years ago
  Michael Niedermayer e21c53bd39 forgotten h.261 seek regression checksum update due to 19 years ago
  Luca Abeni df0cecdde0 Do not try to set a video standard unless "-tvstd" is specified 19 years ago
  Baptiste Coudurier 4f60f34a89 print and return error if output is non seekable 19 years ago
  Diego Biurrun 86c33b29d2 Rename motion_test.c to motion-test.c, which is the naming scheme used by all 19 years ago
  Diego Biurrun 14eb0a2ed1 Fix imgresample-test linking. 19 years ago
  Diego Biurrun fca6a0dd34 Add explanatory comments to some #endifs. 19 years ago
  Aurelien Jacobs 9f77cab2a0 make compilation of mpegaudiodec conditional 19 years ago
  Aurelien Jacobs 08aa2c9bd2 remove dependency of mpeg audio encoder over mpeg audio decoder 19 years ago
  Aurelien Jacobs ca6e50afc1 add a ff_ prefix to some mpegaudio funcs 19 years ago
  Aurelien Jacobs 4bd8e17c8d loosen dependencies over mpegaudiodec 19 years ago
  Zuxy Meng 663deb54af Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon 19 years ago
  Michael Niedermayer db7f647e10 use AV_LOG_ERROR instead of INFO for errors 19 years ago
  Michael Niedermayer 64be2e60ef sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the 19 years ago
  Michael Niedermayer cb590b4842 slightly more correct spliting of frames 19 years ago
  Zuxy Meng d205abe9f7 Add --enable-auto-image-base for building mingw32 & cygwin DLLs 19 years ago
  Aurelien Jacobs bf406d90e4 move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h 19 years ago
  Aurelien Jacobs 0a59a18b4e move mjpeg-b decoder in its own file 19 years ago
  Aurelien Jacobs 82ec791834 10l: forgot to svn add mjpegdec.h 19 years ago
  Aurelien Jacobs 40cce9ff91 move sp5x decoder in its own file 19 years ago