13426 Commits (8ea36711b0a85e24a77e1c76b1cb24aa63df217f)

Author SHA1 Message Date
  Mans Rullgard 42cfb3835b Remove Sonic experimental audio codec 15 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Reimar Döffinger 6820008a5c Fix compiler warnings due to missing casts. 15 years ago
  Reimar Döffinger c9f6eab184 Detect byte-swapped AC-3 (aka DNET) and support decoding it directly. 15 years ago
  Nathan Caldwell 350785a662 aacenc: 10l, missed a reference when refactoring the psymodel. 15 years ago
  Justin Ruggles 0f999cfddb ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext 15 years ago
  Michael Niedermayer e528cdac8a Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" 15 years ago
  Michael Niedermayer 0cb88628fb Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" 15 years ago
  Philip Langdale 969eb21ba2 CrystalHD: Use doxygen compatible comments where relevant. 15 years ago
  Nathan Caldwell 4afedfd8e5 aacenc: cosmetics, indentation, and comment clarification 15 years ago
  Nathan Caldwell b7c96769c5 aacenc: Refactor the parts of the AAC psymodel. 15 years ago
  Young Han Lee f578854efc aaccoder: Change FFMAX for allzero flag to OR bit operation 15 years ago
  Ramiro Polla cbf5d22d24 Remove occurrences of my old email address 15 years ago
  Mans Rullgard 381d37fda9 dsputil: add bswap16_buf() 16 years ago
  Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 15 years ago
  Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 15 years ago
  Ramiro Polla 57149a92f8 Remove occurrences of my old email address. 15 years ago
  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
  Michael Niedermayer 27293b840c Revert "ac3enc: shift coefficients to 24-bit following MDCT rather than using an exponent offset." 15 years ago
  Michael Niedermayer f7a5e7791d Revert "ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder" 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
  Peter Ross 6e1f0d5edf mm decoder: move buffer allocation from decode_init() to decode_frame(). 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
  Michael Niedermayer 2800e8d62e Revert "ac3enc: use MUL64() to multiply fixed-point coefficients" 15 years ago
  Peter Ross 2f46a0af8d Bitmap Brothers JV video decoder 15 years ago
  Benjamin Larsson aecd0a4496 Export profiles from the mpeg2 video decoder 15 years ago
  Philip Langdale b33fa8a1cd CrystalHD decoder support v7 15 years ago
  Nathan Caldwell 31ff9bd7b8 aacenc: Fix a segfault in search_for_quantizers 15 years ago
  Justin Ruggles cc4d3dd3e2 ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder 15 years ago
  Justin Ruggles 7e0a284b9f ac3enc: shift coefficients to 24-bit following MDCT rather than using an exponent offset. 15 years ago
  Justin Ruggles 67fc32ac61 ac3enc: use MUL64() to multiply fixed-point coefficients 15 years ago
  Nathan Caldwell f56c4850e7 aacenc: Fix a segfault in search_for_quantizers 15 years ago
  Ronald S. Bultje 750fbbc249 reindent. 15 years ago
  Young Han Lee 5e06b02005 aacenc: remove the data arrays 15 years ago
  Thadeu Lima de Souza Cascardo 08d804ab6a aac_latm_dec: use aac context and aac m4ac 15 years ago
  Justin Ruggles e95f3363d8 ac3enc: add some assertions 15 years ago
  Justin Ruggles e8a0c465bc ac3enc: use av_assert2() instead of assert() to make debugging easier. 15 years ago