summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | examples/scaling_video: add logging in case of image allocation failureStefano Sabatini2012-08-30
| |
* | examples/muxing: remove pointless #undef exitStefano Sabatini2012-08-30
| |
* | faxcompr: fix byte alignment caseMichael Niedermayer2012-08-30
| | | | | | | | | | | | | | Fixes Ticket1653 Found-by: ami_stuff Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/scaling_video: consistently use printf rather than av_log()Stefano Sabatini2012-08-30
| |
* | examples/scaling_video: add file doxyStefano Sabatini2012-08-30
| |
* | examples/Makefile: give priority to pkg-config flagsStefano Sabatini2012-08-30
| | | | | | | | | | | | | | | | | | | | In case CFLAGS/LDLIBS are already defined and conflicting with the pkg-config flags, give priority to the latter since they are used to detect compilation flags. This should fix for example the case where there are many different instances of a library, CFLAGS=-I/foo/include and pkg-config cflags say -I/bar/include.
* | libvorbisdec: fix const nitpick warningMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mp3enc: fix const correctnessMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | utvideoenc: remove unused variableMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: allow non-standard variations of linker -l/-L flags Add reminders to update the codec descriptor list with new codec IDs. Conflicts: Makefile configure libavcodec/avcodec.h libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: allow non-standard variations of linker -l/-L flagsMans Rullgard2012-08-29
| | | | | | | | | | | | | | | | | | This enables replacing the -l and -L flags used to specify the just-built libraries when linking the tools and shared libs with non-standard syntaxes. System library flags are already handled by the filtering mechanism in configure. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-29
| |
* | swscale: fix usePal()Michael Niedermayer2012-08-30
| | | | | | | | | | | | Fixes Ticket1702 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dnxhdenc: fix pointer type warningMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | wmalosslessdec: remove unused variableMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfiltergraph: kill uninitialized variable warningMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flvenc: kill a uninitialized variable warning.Michael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ac3dec: fix uninitialized var warningMichael Niedermayer2012-08-30
| | | | | | | | | | | | This commit should be purely cosmetic Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vsrc_testsrc: fix uninitilaized variable bugMichael Niedermayer2012-08-30
| | | | | | | | | | Found-by: gcc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_framestep: fix uninitilaized variable bugMichael Niedermayer2012-08-30
| | | | | | | | | | Found-by: gcc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale.c: remove unused variableMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | wmavoice: switch to av_assertMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mov: fix av_log int typeMichael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aacdec: fix priming/skip for AAC HE/HE2Michael Niedermayer2012-08-30
| | | | | | | | | | | | | | There is a remaining error of 2 - 8 samples in some but not all cases, the source of the error is unknown ATM. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | aacdec: pass AVPacket to aac_decode_frame_int()Michael Niedermayer2012-08-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | audio_frame_que: remove broken code that is specific to old audio_queMichael Niedermayer2012-08-29
| | | | | | | | | | | | This should fix compilation with -DDEBUG Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dshow: allow user to specify audio buffer sizeRamiro Polla2012-08-29
| | | | | | | | | | | | | | Based on patch by rogerdpack <rogerpack2005@gmail.com> Tested-by: Roger Pack <rogerdpack2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/af_atempo: use av_malloc for rDFT buffers.Nicolas George2012-08-29
| | | | | | | | | | | | | | | | Memory obtained from av_realloc is not aligned enough for AVX. The other similar allocations are changed too because they use the same macro. The buffers were cleared afterwards anyway. Fix trac ticket #1692.
* | Add missing codec descriptor for timingless subrip.Philip Langdale2012-08-29
| | | | | | | | Signed-off-by: Philip Langdale <philipl@overt.org>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: export filtered -lz flag in config.mak build: add separate setting for host linker configure: probe_cc: use separate variable for linker output flag x86: Always compile files with functions that are called unconditionally x86: mpegvideoenc: fix linking with --disable-mmx x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiation Conflicts: Makefile configure libavcodec/x86/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: export filtered -lz flag in config.makMans Rullgard2012-08-28
| | | | | | | | | | | | | | This is needed to link tools/cws2fws using a linker with non-standard command line syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * build: add separate setting for host linkerMans Rullgard2012-08-28
| | | | | | | | | | | | | | This adds new HOSTLD and related settings for host linker allowing it to be different from HOSTCC. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * configure: probe_cc: use separate variable for linker output flagMans Rullgard2012-08-28
| | | | | | | | | | | | | | | | | | Some tools use different command line syntax for specifying output when compiling and linking. To accomodate these, separate variables must be used. No currently supported compilers/linkers are affected by the change. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-29
| |
| * x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-29
| | | | | | | | | | | | The optimized dct_quantize template functions reference optimized fdct symbols, so these functions must only be enabled if the relevant optimizations have been enabled by configure.
| * x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-29
| | | | | | | | This avoids trouble if HAVE_ variables are used elsewhere in the file.
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112': configure: support Bitrig OS yuv2rgb: handle line widths that are not a multiple of 4. graph2dot: Use the fallback getopt implementation if needed tools: Include io.h for open/read/write/close if unistd.h doesn't exist testprogs: Remove unused includes qt-faststart: Use other seek/tell functions on MSVC than on mingw ismindex: Include direct.h for _mkdir on windows sdp: Use static const char arrays instead of pointers to strings x86: avcodec: Drop silly "_mmx" suffixes from filenames x86: avcodec: Drop silly "_sse" suffixes from filenames sdp: Include profile-level-id for H264 utvideoenc: use ff_huff_gen_len_table huffman: add ff_huff_gen_len_table cllc: simplify/fix swapped data buffer allocation. rtpdec_h264: Don't set the pixel format h264: Check that the codec isn't null before accessing it audio_frame_queue: Define af_queue_log_state before using it Conflicts: libavcodec/audio_frame_queue.c libavcodec/h264.c libavcodec/huffman.h libavcodec/huffyuv.c libavcodec/utvideoenc.c libavcodec/x86/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: support Bitrig OSBrad Smith2012-08-29
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje2012-08-28
| | | | | | | | | | | | | | This introduces support for width%4==2 in addition to width%4==0. For odd widths, some more checks are needed, since the current code always handles two luma items in a row, thus there is a possibility of an overread by one.
| * graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-29
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2012-08-29
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * testprogs: Remove unused includesMartin Storsjö2012-08-29
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * qt-faststart: Use other seek/tell functions on MSVC than on mingwMartin Storsjö2012-08-29
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * ismindex: Include direct.h for _mkdir on windowsMartin Storsjö2012-08-29
| | | | | | | | | | | | | | The Windows SDK in MSVC doesn't have mkdir, only _mkdir, and MSDN says one should include direct.h to use it. Signed-off-by: Martin Storsjö <martin@martin.st>
| * sdp: Use static const char arrays instead of pointers to stringsMartin Storsjö2012-08-28
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28
| |
| * x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-28
| |
| * sdp: Include profile-level-id for H264Martin Storsjö2012-08-28
| | | | | | | | | | | | | | This is required for playback with the Stagefright RTSP framework on Android. Signed-off-by: Martin Storsjö <martin@martin.st>
| * utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-28
| | | | | | | | | | | | Avoid code duplication and provide faster and better compression. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-28
| | | | | | | | | | | | The function will be used by utvideo as well. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>