| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd' | Michael Niedermayer | 2013-02-13 | 1 | -10/+7 |
|\ |
|
| * | aac: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -10/+7 |
* | | mips: optimization for float aac decoder (core module) | Mirjana Vulin | 2013-01-31 | 1 | -10/+27 |
* | | aacdec: check init_get_bits return | Michael Niedermayer | 2013-01-27 | 1 | -2/+5 |
* | | aacdec: check channel count | Michael Niedermayer | 2013-01-27 | 1 | -0/+5 |
* | | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9' | Michael Niedermayer | 2013-01-23 | 1 | -2/+1 |
|\| |
|
| * | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+1 |
* | | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3' | Michael Niedermayer | 2013-01-23 | 1 | -3/+3 |
|\| |
|
| * | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -3/+3 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 1 | -5/+5 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -5/+5 |
* | | Make the latm decoder less verbose on initialisation. | Carl Eugen Hoyos | 2013-01-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-16 | 1 | -18/+18 |
|\| |
|
| * | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -18/+18 |
| * | aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN. | Alex Converse | 2012-12-12 | 1 | -1/+1 |
* | | Do not allow arbitrary packet size in aac decoder. | Carl Eugen Hoyos | 2013-01-10 | 1 | -0/+3 |
* | | aacdec: make dual mono mode selectable through AVOptions too. | Michael Niedermayer | 2012-12-30 | 1 | -0/+27 |
* | | aacdec: simplify dmono | Michael Niedermayer | 2012-12-30 | 1 | -6/+5 |
* | | aacdec: fix dual mono | Michael Niedermayer | 2012-12-30 | 1 | -19/+5 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b' | Michael Niedermayer | 2012-11-27 | 1 | -7/+8 |
|\| |
|
| * | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -6/+6 |
| * | aacdec: fix signed overflows in lcg_random() | Mans Rullgard | 2012-11-26 | 1 | -1/+2 |
* | | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa' | Michael Niedermayer | 2012-11-26 | 1 | -44/+65 |
|\| |
|
| * | aacdec: use float planar sample format for output | Justin Ruggles | 2012-11-25 | 1 | -41/+60 |
* | | aacdec: fix temporary array size | Michael Niedermayer | 2012-11-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-31 | 1 | -25/+21 |
|\| |
|
| * | aacdec: Drop some unused function arguments | Diego Biurrun | 2012-10-31 | 1 | -24/+20 |
* | | aacdec: reorder multiuplications to make code safer against too large input v... | Michael Niedermayer | 2012-10-25 | 1 | -1/+1 |
* | | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' | Michael Niedermayer | 2012-10-23 | 1 | -2/+2 |
|\| |
|
| * | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 1 | -2/+2 |
* | | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723' | Michael Niedermayer | 2012-10-13 | 1 | -3/+3 |
|\| |
|
| * | Use proper return values in case of missing features | Diego Biurrun | 2012-10-12 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-09 | 1 | -6/+6 |
|\| |
|
| * | Restructure av_log_missing_feature message | Diego Biurrun | 2012-10-09 | 1 | -6/+6 |
* | | aacdec: detect faac and skip correct amount of startup samples | Michael Niedermayer | 2012-09-28 | 1 | -0/+28 |
* | | aacdec: add support for dual mono in Japanese DTV | Akihiro Tsukada | 2012-09-15 | 1 | -0/+48 |
* | | aacdec/lcg_random: fix harmless integer overflow | Michael Niedermayer | 2012-09-11 | 1 | -1/+1 |
* | | aacdec.c: fix some comments | Reinhard Nissl | 2012-09-09 | 1 | -3/+3 |
* | | aacdec: fix priming/skip for AAC HE/HE2 | Michael Niedermayer | 2012-08-30 | 1 | -0/+6 |
* | | aacdec: pass AVPacket to aac_decode_frame_int() | Michael Niedermayer | 2012-08-30 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -6/+4 |
|\| |
|
| * | aacdec: Don't fall back to the old output configuration when no old configura... | Alex Converse | 2012-08-08 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-24 | 1 | -1/+1 |
|\| |
|
| * | aac: Mention abbreviation as well in long_name | Diego Biurrun | 2012-07-24 | 1 | -1/+1 |