summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavfi/split: handle closed outputs.Nicolas George2012-08-22
| | | | Return AVERROR_EOF if all outputs are closed.
* ffmpeg: use close_output_stream more systematically.Nicolas George2012-08-22
|
* ffmpeg: move close_output_stream earlier.Nicolas George2012-08-22
| | | | It will avoid a forward declaration.
* ffmpeg: make decoding_needed a counter.Nicolas George2012-08-22
|
* lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-22
| | | | It will help forward errors and maintain consistency.
* ffmpeg: use AV_BUFFERSRC_FLAG_PUSH.Nicolas George2012-08-22
| | | | | It reduces the lifespan of buffers in filter graphs, and therefore the memory consumption.
* huffman/huffyuv: move lorens huffman table generation code to huffman.c/hMichael Niedermayer2012-08-22
| | | | | Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* utvideoenc: optimize and simplify mangle_rgb_planesMichael Niedermayer2012-08-22
| | | | | Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-22
|\ | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: x86: Only compile mpegvideo optimizations when necessary configure: Drop fastdiv option build: Make the E-AC-3 encoder select the AC-3 encoder fate: flac: Only run tests requiring samples when samples are available Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-22
| |
| * configure: Drop fastdiv optionDiego Biurrun2012-08-22
| | | | | | | | | | | | There is no point in having the user disable any fastdiv macros. Besides the condition implementation was broken and only disabled the C implementation, but no platform specific assembly versions.
| * build: Make the E-AC-3 encoder select the AC-3 encoderDiego Biurrun2012-08-22
| | | | | | | | | | The E-AC-3 encoder depends on almost all of the code of the AC-3 encoder, so it makes no sense to enable one without the other.
| * fate: flac: Only run tests requiring samples when samples are availableDiego Biurrun2012-08-22
| |
* | examples/decoding_encoding: flush audio frames in the encoderStefano Sabatini2012-08-22
| |
* | examples/decoding_encoding: re-organize frame configuration codeStefano Sabatini2012-08-22
| | | | | | | | | | Put the relevant code in one chunk, also check for frame allocation failures.
* | doc/filters: fix level for the flite Examples subsectionStefano Sabatini2012-08-22
| |
* | doc/faq: mention doc/examplesStefano Sabatini2012-08-22
| | | | | | | | Also provide a link to the github FFmpeg page containing the examples.
* | examples/muxing: cast sws_scale() argument to the expected oneStefano Sabatini2012-08-22
| | | | | | | | | | | | Fix warnings: muxing.c: In function ‘write_video_frame’: muxing.c:326:23: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [enabled by default]
* | doc/eval: add missing documentation of functionsStefano Sabatini2012-08-22
| |
* | doc/filters: itemize examples for pad filter, and fix a few typosStefano Sabatini2012-08-22
| |
* | avrn: lowercase "name" and expand"long_name"Piotr Bandurski2012-08-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mov: Change default aac priming fallback from 2112 to 1024Justin Greer2012-08-21
| | | | | | | | | | | | This fixes priming for faac Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mov: parse custom "----" MetadataJustin Greer2012-08-21
| | | | | | | | | | | | | | This fixes the priming samples for NERO AAC LC Simplified-by: Michael Niedermayer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: dirac: use meaningful return values flacdec: simplify sample buffer handling flacdec: simplify loop in decode_residuals() fate: make Ut Video encoder tests use bitexact swscale flags build: amrwb: Drop redundant lsp dependency declaration fate: fix utvideoenc tests Conflicts: libavcodec/dirac.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dirac: use meaningful return valuesJordi Ortiz2012-08-21
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * flacdec: simplify sample buffer handlingMans Rullgard2012-08-21
| | | | | | | | | | | | Pass pointer to sample buffer instead of channel number to various functions called from decode_subframe(). Also simplify a few expressions within this function.
| * flacdec: simplify loop in decode_residuals()Mans Rullgard2012-08-21
| |
| * fate: make Ut Video encoder tests use bitexact swscale flagsJan Ekström2012-08-21
| | | | | | | | | | | | | | | | | | The failures on various architectures and compilers on the RGB(A) tests seem to have been because of one-off YCbCr->RGB conversion results. This should make the conversion results match on most if not all code paths. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * build: amrwb: Drop redundant lsp dependency declarationDiego Biurrun2012-08-20
| |
| * fate: fix utvideoenc testsMans Rullgard2012-08-20
| | | | | | | | | | | | | | For some reason, the prerequisites have to be specified like this. Make works in mysterious ways. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | lavf: remove unused AVStream pointer.Clément Bœsch2012-08-21
| |
* | lavf: add const qualifier to AVCodecDescriptor pointer in is_intra_only().Clément Bœsch2012-08-21
| | | | | | | | Fix "assignment discards ‘const’ qualifier from pointer target type" warnings.
* | fate: make Ut Video encoder tests use bitexact swscale flagsJan Ekström2012-08-21
| | | | | | | | | | | | | | | | | | The failures on various architectures and compilers on the RGB(A) tests seem to have been because of one-off YCbCr->RGB conversion results. This should make the conversion results match on most if not all code paths. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | doc/ffmpeg: extend documentation for -(no)stdin optionStefano Sabatini2012-08-21
| | | | | | | | Fix trac ticket #1665.
* | rmdec: parse logical-fileinfo, instead of creating phantom tracksMichael Niedermayer2012-08-21
| | | | | | | | | | | | Fixes Ticket1090 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer2012-08-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: factor ff_free_stream() outMichael Niedermayer2012-08-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hls: fix min DTS code, try #2Michael Niedermayer2012-08-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | hls: fix EOF checkMichael Niedermayer2012-08-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/showspectrum: add priv_class and flags to optionsStefano Sabatini2012-08-21
| |
* | hls: use av_compare_ts() instead of comparing apples to oranges.Michael Niedermayer2012-08-21
| | | | | | | | | | | | Fixes Ticket983 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/asyncts: Fix compilation with GCC 4.7Thomas Weber2012-08-21
| | | | | | | | | | | | | | | | | | | | | | Compilation failed since commit 42d621d131a45fb63571ca6029c2fc4f02811c10 Error messages: libavfilter/af_asyncts.c:249:5: error: initializer element is not computable at load time libavfilter/af_asyncts.c:249:5: error: (near initialization for ‘avfilter_af_asyncts.priv_size’) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffmpeg: remove outdated warning.Nicolas George2012-08-21
| | | | | | | | -t works with complex filters now.
* | lavf/nutenc: write stream metadata.Nicolas George2012-08-20
| |
* | lavf/nut: define fourcc DVBT for DVB_TELETEXT.Nicolas George2012-08-20
| | | | | | | | Allow "-map 0:s -c:s copy" to copy all subtitles streams.
* | ffmpeg: remove useless flags to EOF av_buffersrc_add_ref.Nicolas George2012-08-20
| |
* | lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH.Nicolas George2012-08-20
| |
* | lavfi/edgedetect: use "@see" instead of the invalid "@url".Clément Bœsch2012-08-20
| |
* | lavfi: add showspectrum filter.Clément Bœsch2012-08-20
| |
* | h264: fix variable overflow after a few years of video playbackMichael Niedermayer2012-08-20
| | | | | | | | | | Found-by: Joakim Plate <elupus@ecce.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>