summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun2013-02-13
|
* lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles2013-02-12
| | | | | | | In some cases when an input contributes fully to the corresponding output, other inputs may also contribute to the same output. This is the case, for example, for the default 5.1 to stereo downmix matrix without normalization.
* lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles2013-02-12
| | | | | Do not skip an output if the corresponding input contributes to other output channels.
* lavr: cosmetics: reindentJustin Ruggles2013-02-12
|
* lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles2013-02-12
| | | | | If the matrix reduction ends up with no mixing matrix needed, we need to still reset the mix function accordingly and log the info to the user.
* lavr: print out the mix matrix in ff_audio_mix_set_matrix()Justin Ruggles2013-02-12
| | | | This will print the new matrix if it is set after initialization.
* ws-snd1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* wmavoice: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles2013-02-12
|
* wma: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* wmapro: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* wavpack: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* vorbis: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* vmdaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* twinvq: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* tta: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* truespeech: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* tak: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* smackaud: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* sipr: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* shorten: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* s302m: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* ra288: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* ra144: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* ralf: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* qdm2: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* qcelp: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* pcm-bluray: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* nellymoser: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* mpc7/8: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* mpegaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* mlp/truehd: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* mace: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* libspeex: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* libopus: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* libopencore-amr: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* libgsm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* libilbc: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* dpcm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* imc/iac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* gsm: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* g726: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* g723.1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* g722: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* flac: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* cinaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* dca: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* cook: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* comfortnoise: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* bmvaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|