summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix compiler warnings due to missing casts.Reimar Döffinger2011-03-19
* Detect byte-swapped AC-3 (aka DNET) and support decoding it directly.Reimar Döffinger2011-03-19
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-18
|\
| * aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell2011-03-17
| * ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-17
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell2011-03-16
| * aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell2011-03-16
| * aaccoder: Change FFMAX for allzero flag to OR bit operationYoung Han Lee2011-03-16
| * Remove occurrences of my old email addressRamiro Polla2011-03-16
| * dsputil: add bswap16_buf()Mans Rullgard2011-03-16
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
| * mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles2011-03-15
| * mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles2011-03-15
| * mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles2011-03-15
* | CrystalHD: Use doxygen compatible comments where relevant.Philip Langdale2011-03-17
* | Remove occurrences of my old email address.Ramiro Polla2011-03-16
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-15
|\|
| * h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale2011-03-15
| * ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-14
| * ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin2011-03-14
| * mm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross2011-03-14
| * Bitmap Brothers JV video decoderPeter Ross2011-03-14
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
| * VP8: fix other function declarationJason Garrett-Glaser2011-03-12
* | Revert "ac3enc: shift coefficients to 24-bit following MDCT rather than using...Michael Niedermayer2011-03-15
* | Revert "ac3enc: add SIMD-optimized shifting functions for use with the fixed-...Michael Niedermayer2011-03-15
* | mm decoder: move buffer allocation from decode_init() to decode_frame().Peter Ross2011-03-13
* | Merge branch 'master' of git://git.ffmpeg.org/ffmpegMichael Niedermayer2011-03-12
|\|
| * VC1: Export profile/levelHendrik Leppkes2011-03-12
| * VP8: optimize VP8Context struct orderingJason Garrett-Glaser2011-03-12
| * VP8: fix function declarationJason Garrett-Glaser2011-03-12
| * VP8: token probs doesn't need paddingJason Garrett-Glaser2011-03-12
| * VP8: use a goto to break out of two loopsJason Garrett-Glaser2011-03-12
| * Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-12
* | Merge remote-tracking branch 'remotes/newdev/master'Michael Niedermayer2011-03-11
|\|
| * Export profiles from the mpeg2 video decoderBenjamin Larsson2011-03-10
| * aacenc: Fix a segfault in search_for_quantizersNathan Caldwell2011-03-08
| * reindent.Ronald S. Bultje2011-03-07
| * aacenc: remove the data arraysYoung Han Lee2011-03-07
| * aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo2011-03-07
| * ac3enc: add some assertionsJustin Ruggles2011-03-07
| * ac3enc: use av_assert2() instead of assert() to make debugging easier.Justin Ruggles2011-03-07
| * cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-07
| * Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos2011-03-07
| * h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-07
| * ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles2011-03-04