aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * log: Include io.h on windowsRonald S. Bultje2012-06-251-0/+1
| | | | | | | | | | | | | | This is required for isatty, which exists on MSVC and is found by configure, but is provided by io.h instead of unistd.h. Signed-off-by: Martin Storsjö <martin@martin.st>
| * lavr: x86: merge some branchesJustin Ruggles2012-06-251-8/+4
| |
| * x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-251-34/+36
| | | | | | | | | | | | | | | | | | This adds whitespace around operators, aligns line continuation backslashes, and breaks long lines. Also fixes an ifdef halfway through a statement. The one line of duplication this saved is not worth the ugliness. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-251-7/+9
| |
* | x86/intmath.h: Fix mull operand constraintsyang2012-06-261-1/+1
| | | | | | | | | | | | Fixes Ticket1466 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mss1: check number of free coloursPaul B Mahol2012-06-251-0/+4
| | | | | | | | | | | | Prevents out of array write. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | sonic: fix FPEMichael Niedermayer2012-06-261-0/+5
| | | | | | | | | | | | | | Fixes Ticket1397 Found-by: Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_parser: use av_assertMichael Niedermayer2012-06-251-3/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_loopfilter: use av_assertMichael Niedermayer2012-06-251-4/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/drawtext: use av_opt_free() to free private contextStefano Sabatini2012-06-251-10/+1
| | | | | | | | Simplify code.
* | lavfi/abuffer: increase logging level of the log showing initial parametersStefano Sabatini2012-06-251-2/+3
| | | | | | | | Also show them in a more parsable/consistent fashion.
* | lavfi/avfilter.h: reorganize headers dispositionStefano Sabatini2012-06-251-2/+2
| | | | | | | | Group lavfi headers together, slightly improve readability.
* | Make MSS1 palette opaque.Carl Eugen Hoyos2012-06-251-2/+2
| |
* | doc/general: fix outputPaul B Mahol2012-06-251-3/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-2515-124/+184
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: wtv: Check the return value from gmtime x86: fft: convert sse inline asm to yasm x86: place some inline asm under #if HAVE_INLINE_ASM Conflicts: libavcodec/x86/fft_sse.c libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * wtv: Check the return value from gmtimeMartin Storsjö2012-06-251-3/+15
| | | | | | | | | | | | | | | | On MSVC, gmtime returns NULL for values outside of their supported range (and these show up in our fate test). This doesn't seem to affect the actual fate test result. Signed-off-by: Martin Storsjö <martin@martin.st>
| * x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-253-121/+129
| |
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-2511-1/+45
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | ffplay: give more meaningful names to the buffersink instancesStefano Sabatini2012-06-251-2/+2
| |
* | lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref APIStefano Sabatini2012-06-255-2/+15
| | | | | | | | | | | | | | | | | | | | | | Deprecate functions: avfilter_fill_frame_from_buffer_ref avfilter_fill_frame_from_audio_buffer_ref avfilter_fill_frame_from_video_buffer_ref and schedule to drop them at the next API major bump. The function avfilter_copy_buf_props() should be used instead.
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-2511-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | libavfilter API was designed in order to be clarly distinguished from the libavcodec API, including avcodec.h in avfilter.h is not going to help to stick to this principle. The inclusion of libavutil/audioconvert.h in many files was required because avcodec.h includes audioconvert.h. libavfilter/avcodec.h is where the lavc/lavfi interface should be entirely placed.
* | lavfi: move some FF_API_ definitions from avfilter.h to version.hStefano Sabatini2012-06-252-8/+6
| | | | | | | | version.h seems the right place for FF_API_ definitions.
* | vocenc: use new header from codec tag 4Michael Niedermayer2012-06-252-3/+3
| | | | | | | | | | | | this matches sox and should fix ticket1119 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vocenc: change default codec to 16bitMichael Niedermayer2012-06-252-2/+2
| | | | | | | | | | | | | | Hardly anyone would want 8bit today, 16bit is a much more reasonable default. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vocenc: fix sample rate rounding directionMichael Niedermayer2012-06-254-16/+16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Try to fix source path for fate-acodec-dcaMichael Niedermayer2012-06-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: speedup dnxhd tests and reduce their memory requirementsMichael Niedermayer2012-06-251-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | xwdenc: support 8bpp grayscalePaul B Mahol2012-06-241-0/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | xwddec: support 8bpp grayscalePiotr Bandurski2012-06-241-2/+5
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-249-42/+52
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: log: Only include unistd.h if configure found it ape: create audio stream before reading tags. mov: make a length variable larger. image2: Add "start_number" private option to the demuxer image2: Add "start_number" private option to the muxer avconv: remove a forgotten debugging printf. avconv: use more descriptive names for hardcoded filters. avconv: remove redundant handling of async. doc/filters: fix typo. h264: use asm cabac reader under a generic condition Conflicts: ffmpeg.c libavformat/img2dec.c libavformat/img2enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * log: Only include unistd.h if configure found itMartin Storsjö2012-06-241-1/+1
| | | | | | | | | | | | | | MSVC has isatty (in io.h), but not unistd.h. (isatty isn't called at all for windows, since there's a special case block for that.) Signed-off-by: Martin Storsjö <martin@martin.st>
| * ape: create audio stream before reading tags.Anton Khirnov2012-06-241-6/+6
| | | | | | | | | | | | | | Tags may contain attached picture, which will be exported as video streams. This ensures that the audio stream is always the first.
| * mov: make a length variable larger.Anton Khirnov2012-06-241-2/+2
| | | | | | | | | | Right now, it's uint16_t, but for itunes metadata a 32bit number is stored in it.
| * image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-241-3/+6
| | | | | | | | | | | | | | Currently if a pattern is given we look for up to the fifth file name in the sequence. This option sets that limit to an arbitrary number. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * image2: Add "start_number" private option to the muxerMashiat Sarker Shakkhar2012-06-241-2/+18
| | | | | | | | | | | | | | | | | | This adds the capability to start counting file number from an arbitrary integer. This includes a few lines of trivial code from FFmpeg codebase. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * avconv: remove a forgotten debugging printf.Anton Khirnov2012-06-241-1/+0
| |
| * avconv: use more descriptive names for hardcoded filters.Anton Khirnov2012-06-241-12/+32
| | | | | | | | | | | | Also ensure that all such filters get a non-NULL name. Should fix FATE failures on some architectures after 58b049f2fa4f192b00baadb5f1f32ca366f936ea.
| * avconv: remove redundant handling of async.Anton Khirnov2012-06-241-28/+0
| | | | | | | | | | | | Because of a mistake during merging the code for simple and complex filtergraphs, -async inserts an asyncts filter both on input and output. Remove the output hunk.
| * doc/filters: fix typo.Anton Khirnov2012-06-241-1/+1
| |
| * h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-232-3/+5
| | | | | | | | | | | | | | | | This removes a dependency on implementation details from generic code and allows easy addition of the equivalent optimisation for other architectures than x86. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | mlp_parser: use av_assertMichael Niedermayer2012-06-241-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rangecoder.h: use av_assertMichael Niedermayer2012-06-241-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: fix libavutil.pc generationMichael Niedermayer2012-06-241-1/+1
| | | | | | | | | | Found-by: uau Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | af_aresample: fix sample_rate type.Michael Niedermayer2012-06-241-1/+2
| | | | | | | | | | | | should fix fate failures on 32bit x86 linux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sink_buffer: assert that functions and sinks arent mixedMichael Niedermayer2012-06-241-0/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: fix indent of 1 lineMichael Niedermayer2012-06-241-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/filtering_audio: update for avfilter API "cleanup"Michael Niedermayer2012-06-241-5/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-241-4/+6
| | | | | | | | | | | | | | Currently if a pattern is given we search for up to the fifth file name in that sequence. This option sets that limit to an arbitrary number. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cpu.h: include version.h for LIBAVUTIL_VERSION_MAJORMichael Niedermayer2012-06-241-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu: split version info into version.hMichael Niedermayer2012-06-244-23/+56
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>