summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* bgmc: Fix av_malloc checks in ff_bgmc_init()Xi Wang2012-11-14
| | | | | Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* rtp: set the payload type as stream idLuca Barbato2012-11-14
| | | | | | | Support multiple video/audio streams with different format in the same session. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avformat: clarify stream id for muxingLuca Barbato2012-11-14
|
* fate: Add dependencies for aac, alac, amrnb, amrwb, atrac testsDiego Biurrun2012-11-14
|
* ppc: do not pass redundant compiler flagsMans Rullgard2012-11-14
| | | | | | | | The -mpowerpc64 and -mpowerpc-gfxopt flags are implicitly set by -mcpu as needed. Passing them explicitly is redundant and can conflict with user-supplied flags. Signed-off-by: Mans Rullgard <mans@mansr.com>
* avutil: change GET_UTF8 to not use av_log2()Mans Rullgard2012-11-14
| | | | | | | This removes an inter-library dependency on ff_log2_tab causing linking errors in some configurations. Signed-off-by: Mans Rullgard <mans@mansr.com>
* segment: fix NULL pointer dereference in seg_write_header()Xi Wang2012-11-14
| | | | | | | | Since the pointer `oc' is NULL, oc->oformat->name will cause a null pointer dereference. This patch changes it to seg->oformat->name. Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
|
* Drop broken and unused CABAC test program.Diego Biurrun2012-11-14
|
* x86: h264_weight_10bit: port to cpuflagsDiego Biurrun2012-11-13
|
* libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-13
| | | | Was left out from c1a02e884ac785033baab356a5437adf057a4189.
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-13
| | | | | It is used only in one place and is unlikely it would be needed elsewhere.
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
| | | | Deprecate avcodec_get_chroma_sub_sample.
* hlsenc: stand alone hls segmenterLuca Barbato2012-11-13
| | | | Simplifies usage but has higher latency.
* yop: set channel layoutJustin Ruggles2012-11-12
|
* wtv: set channel layout for mpeg audioJustin Ruggles2012-11-12
|
* westwood_aud: set channel layoutJustin Ruggles2012-11-12
|
* wc3movie: set channel layoutJustin Ruggles2012-11-12
|
* tmv: set channel layoutJustin Ruggles2012-11-12
|
* 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
|