14621 Commits (fed5ca255feacb03500a22f3fcd920cc98e9dcee)

Author SHA1 Message Date
  Justin Ruggles fed5ca255f ra144enc: add sample_fmts list to ff_ra_144_encoder 14 years ago
  Justin Ruggles 818a3bdedf smackaud: use uint8_t* for 8-bit output buffer type 14 years ago
  Justin Ruggles 375ca0aca8 smackaud: clip output samples 14 years ago
  Justin Ruggles c86c3c8017 smackaud: use sign_extend() for difference value instead of casting 14 years ago
  Justin Ruggles 979c8de549 sipr: use a function pointer to select the decode_frame function 14 years ago
  Justin Ruggles 3468ff1060 sipr: set mode based on block_align instead of bit_rate 14 years ago
  Justin Ruggles 0005f9a35b sipr: do not needlessly set *data_size to 0 when returning an error 14 years ago
  Justin Ruggles 9cb70ce34b ra288: fix formatting of LOCAL_ALIGNED_16 14 years ago
  shahriman AMS c33d4916fb VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L) 14 years ago
  shahriman AMS 62622d04eb vc1dec: move an if() block. 14 years ago
  shahriman AMS 4bceeaf0c1 vc1dec: use correct hybrid prediction threshold. 14 years ago
  shahriman AMS 4344ce08f1 vc1dec: Partial rewrite of vc1_pred_mv() 14 years ago
  shahriman AMS 6475a6e1ca vc1dec: take ME precision into account while scaling MV predictors. 14 years ago
  Alex Converse 1149fbc763 indeo3: Fix a fencepost error. 14 years ago
  Justin Ruggles 2467d8d9ea ra288: return error if input buffer is too small 14 years ago
  Justin Ruggles 0131e70af5 ra288: utilize DSPContext.vector_fmul() 14 years ago
  Justin Ruggles 03e5d6118c ra288: use memcpy() to copy decoded samples to output 14 years ago
  Justin Ruggles f50b6be57d mace: only calculate output buffer size once 14 years ago
  Diego Biurrun ce33320b30 Remove redundant filename self-references inside files. 14 years ago
  Diego Biurrun 9412f81138 indeo3data: add missing config.h #include for HAVE_BIGENDIAN 14 years ago
  Diego Biurrun 276b995d85 x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory 14 years ago
  Kostya Shishkov f545e00677 BMV demuxer and decoder 14 years ago
  Alex Converse 090aaaf752 mpeg12enc: Remove write-only variables. 14 years ago
  Alex Converse 7c5dfc174b mpeg12enc: Don't set up run-level info for level 0. 14 years ago
  Alex Converse a1684cf82d msmpeg4: Don't set up run-level info for level 0. 14 years ago
  Justin Ruggles b8f02f5b4e dsputil: use cpuflags in x86 versions of vector_clip_int32() 14 years ago
  Kostya Shishkov 66760b30a3 cosmetics: insert some spaces in explicit enum value assignments 14 years ago
  Kostya Shishkov 19900d60fd move 8SVX audio codecs to the audio codec list part on the next bump 14 years ago
  Kostya Shishkov 0e288b8c52 deprecate codec IDs that won't ever be used 14 years ago
  Ronald S. Bultje 717401aff2 h264_weight: remove duplication functions. 14 years ago
  Ronald S. Bultje ea2bb12e3e h264: improve calculation of codec delay. 14 years ago
  Martin Storsjö 8148631269 w32threads: Wrap the mutex functions in inline functions returning int 14 years ago
  Martin Storsjö 2d1b6fb72b avcodec: Allow locking and unlocking an avformat specific mutex 14 years ago
  Justin Ruggles add7b1140f binkaudio: expand quant_table to accommodate all possible values 14 years ago
  Martin Storsjö c38404ee1a libx264: Set the default of the rc_lookahead option to -1 14 years ago
  Martin Storsjö adc85ce20b avcodec: Set flags2 default value depending on availability 14 years ago
  Alex Converse 2a6eb06254 vp6: Fix illegal read. 14 years ago
  Martin Storsjö cae4f4b77e avcodec: Make sure codec_type is set by avcodec_get_context_defaults2 14 years ago
  Martin Storsjö 1b6da627d4 avcodec: Remove a misplaced and useless attribute_deprecated 14 years ago
  Justin Ruggles 5463e83dbc fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 14 years ago
  Maxim Poliakovski 594b54b51e replacement Indeo 3 decoder 14 years ago
  Justin Ruggles c2d9a65bc0 ac3enc: doxygen update. 14 years ago
  Justin Ruggles a4998e448f imc: return error codes instead of 0 for error conditions. 14 years ago
  Justin Ruggles 08e5cd3810 imc: return meaningful error codes instead of -1 14 years ago
  Justin Ruggles 0473f29b60 imc: do not set channel layout for stereo 14 years ago
  Justin Ruggles 7b7f47e733 imc: validate channel count 14 years ago
  Justin Ruggles 95fee70d67 imc: check for ff_fft_init() failure 14 years ago
  Justin Ruggles 86962b13f6 imc: check output buffer size before decoding 14 years ago
  Justin Ruggles e9362aaedf imc: use DSPContext.bswap16_buf() to byte-swap packet data 14 years ago
  Justin Ruggles 20e081dddc libgsm: add flush function to reset the decoder state when seeking 14 years ago