26941 Commits (456a70aeb826b7b84d30cc3cc279fa7c65fc7d4e)
 

Author SHA1 Message Date
  Peter Ross 456a70aeb8 add ff_get_bmp_header 14 years ago
  Michael Niedermayer 52654005ca Simplify tff setting code in MPV_frame_start(). 14 years ago
  Michael Niedermayer 58ec7e00db Clarify AVFMT_TS_DISCONT and muxers. 14 years ago
  Daniel Verkamp 13011def1f Fix size of monoblack_pal array, code uses 16 values unconditionally. 14 years ago
  Daniel Kang 911b32f482 Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
  Ronald S. Bultje 8d147f1f60 For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes 14 years ago
  Carl Eugen Hoyos 95ee581a95 There is no complete G.729 decoder in libavcodec. 14 years ago
  Justin Ruggles b51c740eab cosmetics: line wrap and vertical alignment 14 years ago
  Justin Ruggles e96dc767e4 Make sure that the 2nd CRC value does not match the AC-3 sync word. 14 years ago
  Justin Ruggles a897423baa Store CRC context locally to reduce number of calls to av_crc_get_table(). 14 years ago
  Justin Ruggles 0e9b064305 Remove unneeded local variable, frame_size, in output_frame_end(). 14 years ago
  Stefano Sabatini 3579b405a8 Fix braino: by -> with. 14 years ago
  Stefano Sabatini cf69ad35c5 Redesign the libopencv wrapper to make it more generic. Accept both 14 years ago
  Stefano Sabatini 8399d23517 Add dependency for the libavfitler.html file. 14 years ago
  Martin Storsjö 8c579c1c60 rtsp: Require the transport reply from the server to match the request 14 years ago
  Martin Storsjö 81c8c18780 Makefile: Fix dependencies of components 14 years ago
  Stefano Sabatini f02cbc4590 Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st). 14 years ago
  Stefano Sabatini 1b31037d62 Replace lstat() with stat() in av_file_map(). The lstat() use was wrong. 14 years ago
  Stefano Sabatini 0328b9ea39 Add av_file_map() and av_file_unmap() functions. 14 years ago
  Justin Ruggles 1ce9d6b85f cosmetics: fix comment after change in clipping range 14 years ago
  Justin Ruggles 295ab2af6e Change FIX15() back to clipping to -32767..32767. 14 years ago
  Justin Ruggles f9f69028af Add emms_c() after exp_diff calculations. 14 years ago
  Justin Ruggles a81d7c6aa3 Pre-calculate crc_inv at codec init. 14 years ago
  Martin Storsjö fe7438d97f Fix make checkheaders 14 years ago
  Martin Storsjö 223cefb560 Fix more matroska/webm muxer dependencies 14 years ago
  Martin Storsjö 1e0957cc6b Add a missing dependency for the WebM muxer 14 years ago
  Martin Storsjö 8bd1956462 g722: Move the low_inv_quant6 table up to the common tables 14 years ago
  Vitor Sessak 90ca26e121 Increase STDDEV tolerance for the fate-amrwb-14k25 test so it pass in 14 years ago
  Vitor Sessak 9c32023f5b Add AMR-WB FATE tests 14 years ago
  Martin Storsjö 9b14ec5fae sdp: Add a framesize attribute to H.263 SDP descriptions 14 years ago
  David Czech 9100d4d632 Fix crash if invalid bit-rate was read from file. 14 years ago
  Stefano Sabatini fee0deb61f Fix avfilter_draw_slice() copy code with alpha planes. 14 years ago
  Stefano Sabatini 2609ad3e40 Revert commit r22596. 14 years ago
  Stefano Sabatini 69b8d83ecf Fix crash in gradfun:end_frame() when inpic == outpic, so it has to be 14 years ago
  Anatoly Nenashev ba68d9d3e1 Fix -lowres with ffplay. 14 years ago
  Nicolas George 0bc55f5d32 Add AVERROR_*_NOT_FOUND codes. 14 years ago
  Reimar Döffinger eb066a4ce9 Discard partial packet of last frame for fate-wmv8-drm to avoid test fails 14 years ago
  Reimar Döffinger 853395b913 Add test for ASF -cryptokey that tests only demuxing, but both audio and video 14 years ago
  Reimar Döffinger bf09a01981 Change ASF demuxer to return incomplete last packets. 14 years ago
  Ramiro Polla d09b5a869f bump lavcodec minor version for amr-wb decoder in r26051 14 years ago
  Ronald S. Bultje 2b2a597ec0 AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo 14 years ago
  Justin Ruggles 386268dfff Add some simple fallbacks for normal bit allocation failure. 14 years ago
  Justin Ruggles e62ef8f2db Check user-specified cutoff frequency in validate_options(). 14 years ago
  Justin Ruggles 78646ac206 10l: fix encoding for LFE channel 14 years ago
  Zhentan Feng c4e93eeecd Increase buffer size because the header itself can be larger than 8192 14 years ago
  Justin Ruggles 86c9673bab Add support for fixed-point MDCT sizes other than 512. 14 years ago
  Justin Ruggles 234b70d346 cosmetics: reindent after last commit 14 years ago
  Justin Ruggles 98e34e71c0 Simplify bit allocation search by using a loop for the SNR offset increment. 14 years ago
  Stefano Sabatini 1653027ac4 Improve layout and clarify / complete documentation for the yadif 14 years ago
  Justin Ruggles cf7c961b19 Do not calculate psd and masking curve if exponents are being reused. 14 years ago