13157 Commits (8312e3fc9041027a33c8bc667bb99740fdf41dd5)

Author SHA1 Message Date
  Justin Ruggles 79414257e2 mathops: fix MULL() when the compiler does not inline the function. 15 years ago
  Justin Ruggles aaff3b312e mathops: change "g" constraint to "rm" in x86-32 version of MUL64(). 15 years ago
  Justin Ruggles b181b8fb96 mathops: convert MULL/MULH/MUL64 to inline functions rather than macros. 15 years ago
  Philip Langdale 025225d7ee h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units. 15 years ago
  Justin Ruggles f1efbca5e9 ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder. 15 years ago
  Justin 323e6fead0 ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. 15 years ago
  Peter Ross 6e7cf13b6b mm decoder: move buffer allocation from decode_init() to decode_frame() 15 years ago
  Peter Ross 0697440c1e Bitmap Brothers JV video decoder 15 years ago
  Johan Andersson 21de920472 Update the url to the site website and change ffmpeg-devel to libav-devel 15 years ago
  Jason Garrett-Glaser 81a131312d VP8: fix other function declaration 15 years ago
  Hendrik Leppkes 0215006ab7 VC1: Export profile/level 15 years ago
  Jason Garrett-Glaser 1eeca88691 VP8: optimize VP8Context struct ordering 15 years ago
  Jason Garrett-Glaser 3efbe13739 VP8: fix function declaration 15 years ago
  Jason Garrett-Glaser b1d2f812c9 VP8: token probs doesn't need padding 15 years ago
  Jason Garrett-Glaser 628b48db85 VP8: use a goto to break out of two loops 15 years ago
  Mans Rullgard a5444fee06 Add CONFIG_AC3DSP symbol to simplify makefiles 15 years ago
  Benjamin Larsson aecd0a4496 Export profiles from the mpeg2 video decoder 15 years ago
  Nathan Caldwell 31ff9bd7b8 aacenc: Fix a segfault in search_for_quantizers 15 years ago
  Ronald S. Bultje 4e84f994d3 reindent. 15 years ago
  Young Han Lee 2790d7a9ff aacenc: remove the data arrays 15 years ago
  Thadeu Lima de Souza Cascardo 36864ac354 aac_latm_dec: use aac context and aac m4ac 15 years ago
  Justin Ruggles 2d9a101a1f ac3enc: add some assertions 15 years ago
  Justin Ruggles 7100d63ca5 ac3enc: use av_assert2() instead of assert() to make debugging easier. 15 years ago
  Justin Ruggles d21be5f15b cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec(). 15 years ago
  Carl Eugen Hoyos 159683ddec Fix compilation on powerpc with --disable-altivec. 15 years ago
  Sean McGovern 02dd3666c2 h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. 15 years ago
  Justin Ruggles 53e35fd340 ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of the hardcoded value. 15 years ago
  Justin Ruggles b35743ffb4 ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h 15 years ago
  Ronald S. Bultje 8cf9a09d40 vp3-mt: fix deadlock when first frame is not a keyframe. 15 years ago
  Mans Rullgard ff1efc524c threads: allow thread count of zero 15 years ago
  Baptiste Coudurier fb98507126 vc1: fix decoding when end sequence is present 15 years ago
  Baptiste Coudurier 99bbc781e9 dnxhd: allow encoding with Avid Nitris compatibility. 15 years ago
  Alexander Strange 76d8846c4e huffyuv: Add multithreading support 15 years ago
  Alexander Strange ad9791e12b pthreads: Fix bug introduced with thread_safe_callbacks 15 years ago
  Mans Rullgard 0b32da90f8 ARM: VP8: fix build on systems with global symbol prefix 15 years ago
  Mans Rullgard 8b454c352f ARM: fix vp8 neon with pic enabled 15 years ago
  Peter Ross e211e255aa bink: prevent overflows within binkidct by using int-sized intermediate array 15 years ago
  Peter Ross ccfcddb3f2 Bink version 'b' audio decoder 15 years ago
  Peter Ross 8a8c283edd binkaudio: simplify frame_len_bits and frame_len calculation 15 years ago
  Peter Ross a304def1dc binkaudio: remove unnecessary loop 15 years ago
  Peter Ross 582ac86d19 binkaudio: perform band table scaling in decode_init 15 years ago
  Mans Rullgard 8997bb8807 bink: use LOCAL_ALIGNED for aligned stack data 15 years ago
  Kyle 04973f8082 dxva2: define required feature selection macros 15 years ago
  Anssi Hannula 7e06e0ede3 dca: use EXT_AUDIO_ID field to determine core extensions 15 years ago
  Justin Ruggles 1108f8998c vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8. 15 years ago
  Justin Ruggles 2ec7862db8 vmdaudio: remove unnecessary fields from VmdAudioContext and use the corresponding AVCodecContext fields instead. 15 years ago
  Justin Ruggles 1e86d685e0 vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sample size. 15 years ago
  Justin Ruggles 1574eff3d2 vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then making a single call to vmdaudio_loadsound(). 15 years ago
  Justin Ruggles ba9516cca8 cosmetics: reindent after previous commit 15 years ago
  Justin Ruggles 762b386e4a vmdaudio: move all silence chunk handling to vmdaudio_loadsound(). 15 years ago