summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* parisc: work around bug in gcc 4.3 and laterMans Rullgard2012-11-17
| | | | | | | | A bug in tail call optimisation in gcc 4.3 and later on parisc causes numerous tests to fail. Disabling this optimisation gives a working build. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023 Signed-off-by: Mans Rullgard <mans@mansr.com>
* FATE: add a bink version 'b' testAnton Khirnov2012-11-17
|
* FATE: add a bink version 'i' testAnton Khirnov2012-11-17
|
* libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-16
| | | | | | SWS_CPU_CAPS are deprecated and slated to removed with libswscale major version 3. No need to provide a SWS_CPU_CAPS_MMX2 as backward compatibility define under the same explicit condition.
* cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52Janne Grunau2012-11-16
|
* h264: Fix parameters to ff_er_add_slice() callJanne Grunau2012-11-16
| | | | | | | | | s->mb_x is reset to zero a couple of lines above. It does not make sense to call ff_er_add_slice() with 0 as endx when the end of the macroblock row was reached. Fixes unnecessary and counterproductive error resilience in https://bugzilla.libav.org/show_bug.cgi?id=394. CC: libav-stable@libav.org
* h264: always check ref_count for validityJanne Grunau2012-11-16
| | | | Fixes a crash with zuffed files.
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-16
|
* crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun2012-11-16
|
* avserver: replace av_read_packet with av_read_frameJanne Grunau2012-11-15
|
* avserver: fix constness casting warningsJanne Grunau2012-11-15
| | | | | | | | Use a different char* for extracting info string from the URL. The other pointer can be made const then which elimates the need for a cast and fixes the following warnings: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
* APIChanges: add entry for av_read_packet deprecationJanne Grunau2012-11-15
|
* mxfdec: fix typo in mxf_read_seek()Janne Grunau2012-11-15
| | | | | | | Check the number of index tables before using byte offset based seeking instead of the index_tables pointer. Found by Måns Rullgård <mans@mansr.com>.
* avserver: use freopen to redirect stdin/out/err to /dev/nullJanne Grunau2012-11-15
|
* avserver: remove daemon modeMans Rullgard2012-11-15
| | | | | | | | | | | | This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* configure: Check for -Werror parameters on clangMartin Storsjö2012-11-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doxygen: remove obsolete options from DoxyfileJanne Grunau2012-11-15
| | | | | | | The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated outpu for older doxygen versions should not change since they were set to the default value.
* configure: Add option to disable all command line programsDiego Biurrun2012-11-14
|
* 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
|