22599 Commits (b5884db437eebe136efef63a8186b7b4b51b5525)

Author SHA1 Message Date
  Justin Ruggles 14207fd23e Remove unneeded #include 14 years ago
  Justin Ruggles dc7e07ac1f Add stereo rematrixing support to the AC-3 encoders. 14 years ago
  Carl Eugen Hoyos d267b339e4 Lagarith decoder by Nathan Caldwell, saintdev at gmail 14 years ago
  Kostya Shishkov c392cc0a64 Limit number of samples decoded for WavPack mono mode, so decoded samples will 14 years ago
  Sascha Sommer 15a8bef0b6 skip unsupported postproc information 14 years ago
  Sascha Sommer b86dd1bf6d add support for files that do not allow more than 4 subframes 14 years ago
  Sascha Sommer d7fa58c049 fix indentation 14 years ago
  Sascha Sommer 8b5a780e73 add support for files where the frames do not have a length prefix 14 years ago
  Anssi Hannula 2a81f4bde5 Show profile in avcodec_string(). 14 years ago
  Baptiste Coudurier 82dadb90a7 Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sample 14 years ago
  Michael Niedermayer 81c623fae0 Deprecate reordered_opaque in favor of pkt_pts/dts 14 years ago
  Michael Niedermayer 1919feafb1 Add pkt_dts to AVFrame, this will in the future allow multithreading decoders 14 years ago
  Michael Niedermayer 393cbb963b Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts 14 years ago
  Anssi Hannula 060ec0a829 Add av_get_profile_name() to get profile names. 14 years ago
  Daniel Kang f2953365d1 Check if buffer is large enough for given resolution. 14 years ago
  Daniel Kang fea714ecd9 Do not overread input buffer. 14 years ago
  Carl Eugen Hoyos b82579a6ec Fail more gracefully for multichannel wavpack in another container. 14 years ago
  Daniel Kang 65cd45a88c Prevent a crash by sanity checking buffer reads. 14 years ago
  Anssi Hannula f5a2d285f9 Export dca profile information. 14 years ago
  Anssi Hannula df1c694c58 Verify FSIZE96 when encountering X96 sync code. 14 years ago
  Daniel Kang d381249bb8 Fix a crash when decoding tiff by moving check 14 years ago
  Baptiste Coudurier 35ca5c0b6b In dnxhd decoder, set key_frame on decoded frame 14 years ago
  Daniel Kang 1ba44140a3 Fix crash for files with strip size larger than the buffer. 14 years ago
  Justin Ruggles ac05f9030e Convert floating-point MDCT coefficients to 24-bit fixed-point all at once 14 years ago
  Vitor Sessak 6e16398aa3 Make dc_lum_vlc and dc_chroma_vlc non-static symbols, 14 years ago
  Justin Ruggles 9be52d48d9 Use local variables outside the inner loop in extract_exponents() to reduce 14 years ago
  Stefano Sabatini 2d777bb7a2 Make mpeg4 encoder log a more explicit error message when the timebase 14 years ago
  Michael Niedermayer db61329607 Our ljpeg encoder supports bgra, use the correct constant in the sanity check. 14 years ago
  Michael Niedermayer dc8465a9b4 Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... 14 years ago
  Michael Niedermayer e27bf2c70c Fix YUV444P LJPEG encoding. 14 years ago
  Justin Ruggles f1cbbb79bf cosmetics: fix typo in previous commit 14 years ago
  Justin Ruggles 6fd96d1a85 Change the AC-3 encoder to use floating-point. 14 years ago
  Aurelien Jacobs 4f18f1b089 mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 14 years ago
  Justin Ruggles ad6b2c1f6d Move fixed-point parts of the AC-3 encoder to separate files. 14 years ago
  Daniel Kang 004357a11f Fix compilation on x86-32 with --disable-optimizations, 14 years ago
  Daniel Kang 3b99e00c75 Fix crash decoding broken wmv2 files. 14 years ago
  Aurelien Jacobs f5dd1eb7b5 srtdec: ensure we don't read 1 byte after buffer end if the buffer is not 14 years ago
  Vitor Sessak e3e3c82555 Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This 14 years ago
  Reimar Döffinger 0a3028b9b0 Use AVSampleFormat instead of the deprecated SampleFormat. 14 years ago
  Stefano Sabatini 421167b03b Fix typos. 14 years ago
  Justin Ruggles 9c84a72a25 Skip the bit allocation search if previous and current SNR offsets are the 14 years ago
  Justin Ruggles 5128842ea2 10l: Fix mistake in r26044. Check increment bounds using actual increment 14 years ago
  Justin Ruggles c05ffcd9ba Change planar_samples from int16_t to SampleType. 14 years ago
  Jason Garrett-Glaser 32282b50ea Add .pix_fmts to LCL encoder 14 years ago
  Daniel Kang 0790caba60 Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot 14 years ago
  Aurelien Jacobs f19c58b4cf free subtitle_header before overwriting it to avoid memleak 14 years ago
  Justin Ruggles 0cbd5ff704 Add typedefs and a macro that will allow sharing of functions between the 14 years ago
  Justin Ruggles b33dae5efb Move the list of supported channel layouts to a separate table. 14 years ago
  Justin Ruggles 34d5074e6d Add a window field to AC3MDCTContext and use it as an input to apply_window() 14 years ago
  Justin Ruggles b5293036b9 cosmetics: alignment, line wrap, and spacing 14 years ago