summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* tiertexseq: set channel layoutJustin Ruggles2012-11-12
|
* swfdec: set channel layoutJustin Ruggles2012-11-12
|
* sol: set channel layoutJustin Ruggles2012-11-12
|
* smacker: set channel layoutJustin Ruggles2012-11-12
|
* siff: set channel layoutJustin Ruggles2012-11-12
|
* sierravmd: set channel layoutJustin Ruggles2012-11-12
|
* rtpdec_amr: set channel layoutJustin Ruggles2012-11-12
|
* rsodec: set channel layoutJustin Ruggles2012-11-12
|
* rmdec: set channel layout for RA version 3Justin Ruggles2012-11-12
|
* qcp: set channel layoutJustin Ruggles2012-11-12
|
* psxstr: set channel layoutJustin Ruggles2012-11-12
|
* omadec: set channel layoutJustin Ruggles2012-11-12
|
* oggparsespeex: validate channel count and set channel layoutJustin Ruggles2012-11-12
|
* nuv: set channel layoutJustin Ruggles2012-11-12
|
* mxg: set channel layoutJustin Ruggles2012-11-12
|
* mvi: set channel layoutJustin Ruggles2012-11-12
|
* mpc7: set channel layoutJustin Ruggles2012-11-12
|
* mmf: set channel layoutJustin Ruggles2012-11-12
|
* mm: set channel layoutJustin Ruggles2012-11-12
|
* jvdec: set channel layoutJustin Ruggles2012-11-12
|
* iss: set channel layoutJustin Ruggles2012-11-12
|
* ipmovie: set channel layoutJustin Ruggles2012-11-12
|
* iff: set channel layoutJustin Ruggles2012-11-12
|
* idroqdec: set channel layoutJustin Ruggles2012-11-12
|
* gxfdec: set channel layout when applicableJustin Ruggles2012-11-12
|
* gsmdec: set channel layoutJustin Ruggles2012-11-12
|
* flvdec: set channel layoutJustin Ruggles2012-11-12
|
* dv: set channel layoutJustin Ruggles2012-11-12
|
* dsicin: set channel layoutJustin Ruggles2012-11-12
|
* daud: set channel layoutJustin Ruggles2012-11-12
| | | | Update FATE reference due to WAVE channel mask now being set correctly.
* cdxl: set channel layoutJustin Ruggles2012-11-12
|
* bmv: set channel layoutJustin Ruggles2012-11-12
|
* bink: set channel layoutJustin Ruggles2012-11-12
|
* bfi: set channel layoutJustin Ruggles2012-11-12
|
* bethsoftvid: set channel layoutJustin Ruggles2012-11-12
|
* apc: set channel layoutJustin Ruggles2012-11-12
|
* amr: set channel_layoutJustin Ruggles2012-11-12
|
* ppc: replace pointer casting with AV_COPY32Mans Rullgard2012-11-12
| | | | | | This removes warnings about strict aliasing violations. Signed-off-by: Mans Rullgard <mans@mansr.com>
* ppc: fix some unused variable warningsMans Rullgard2012-11-12
| | | | | | | The third argument of OP_U8_ALTIVEC is evaluated at most once so there is no need for a potentially unused temporary variable. Signed-off-by: Mans Rullgard <mans@mansr.com>
* configure: remove support for -n flag in print_enabled()Mans Rullgard2012-11-12
| | | | | | This flag is no longer used. Signed-off-by: Mans Rullgard <mans@mansr.com>
* binkaudio: set channel layoutJustin Ruggles2012-11-12
|
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-11
| | | | An assembler able to cope with AVX instructions is now required.
* x86: Require an assembler able to cope with AVX instructionsDiego Biurrun2012-11-11
| | | | | | | | All modern assemblers have this capability. Older NASM versions that lack the capability produce code that crashes at runtime, so it's better to error out during the build process instead. CC: libav-stable@libav.org
* doc: git-howto: Leave reviewers time to react before pushing patchesDiego Biurrun2012-11-11
|
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
| | | | Also reorder some other #include when applicable.
* lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles2012-11-11
|
* mss2: prevent potential uninitialized readsAlberto Delmás2012-11-11
| | | | | | | | The alternative to zeroing on init is setting the corrupted flag in all cases where pal_pic is not fully written, at the cost of added complexity. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* mss2: reindent after last commitKostya Shishkov2012-11-11
|
* mss2: fix handling of unmasked implicit WMV9 rectanglesAlberto Delmás2012-11-11
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* configure: add lavu dependency to lavr/lavfi .pc filesAnton Khirnov2012-11-11
|