summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-24
|\
| * lavc: move the version macros to a new installed header.Anton Khirnov2011-03-22
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak2011-03-22
| * Add kbdwin.o to AC3 decoderKieran Kunhya2011-03-22
| * Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger2011-03-22
| * cosmetics: indentationJustin Ruggles2011-03-22
| * Always copy input data for AC3 decoder.Justin Ruggles2011-03-22
| * ac3enc: make sym_quant() branch-freeJustin Ruggles2011-03-22
| * vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje2011-03-21
| * vc1: slice support.Ronald S. Bultje2011-03-21
| * vc1: fix up memleaks in the error codepath.Ronald S. Bultje2011-03-21
| * vc1: warn for unimplemented pan-scan feature.Ronald S. Bultje2011-03-21
| * ffv1: allocate correct size for sample bufferMans Rullgard2011-03-20
| * Move ff_dct_init_mmx declaration to dct.hMans Rullgard2011-03-20
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-22
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * dct: remove superflous #includeMans Rullgard2011-03-20
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
| * Move sine windows to a separate fileMans Rullgard2011-03-20
| * Move ff_kbd_window_init() to a separate fileMans Rullgard2011-03-19
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Remove Sonic experimental audio codecMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | 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