summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-2818-16/+9
| |
| * lavf: move "MP3 " fourcc from riff to nutJustin Ruggles2012-11-282-1/+1
| | | | | | | | Original commit, 7b24f9b, says it was added because it is used in libnut.
| * fate: vpx: Add dependenciesDiego Biurrun2012-11-281-16/+16
| |
| * fate: Fix wavpack-matroskamode test dependenciesDiego Biurrun2012-11-281-3/+5
| |
| * x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-281-57/+55
| |
* | Merge commit '1f3f896564501c23b44fcf605567c78ce066b539'Michael Niedermayer2012-11-297-24/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1f3f896564501c23b44fcf605567c78ce066b539': fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests fate: real: Add dependencies fate: lossless-audio: Add dependencies x86: h264dsp: Fix linking with yasm and optimizations disabled Conflicts: libavcodec/x86/h264dsp_init.c tests/fate/lossless-audio.mak tests/fate/real.mak Merged-by: Michael Niedermayer <[email protected]>
| * fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo testsDiego Biurrun2012-11-284-5/+5
| |
| * fate: real: Add dependenciesDiego Biurrun2012-11-281-7/+7
| |
| * fate: lossless-audio: Add dependenciesDiego Biurrun2012-11-281-6/+6
| |
| * x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-281-4/+4
| | | | | | | | | | Some optimized functions reference optimized symbols, so the functions must be explicitly disabled when those symbols are unavailable.
* | lavfi/concat: prefer av_asprintf() over stack allocated buffer.Clément Bœsch2012-11-291-5/+3
| |
* | lavfi/concat: switch to filter_frame.Clément Bœsch2012-11-291-34/+2
| |
* | lavfi/smartblur: switch to filter_frame.Clément Bœsch2012-11-291-8/+12
| |
* | lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch2012-11-292-6/+2
| |
* | lsws: define version in SWScaler classStefano Sabatini2012-11-292-1/+2
| | | | | | | | | | | | The version number is useful to check the libavutil version against which the library was compiled at run-time, which in turn may be useful to deal with binary compatibility issues.
* | doc/Makefile: rework component configuration logicStefano Sabatini2012-11-291-13/+20
| | | | | | | | | | Only enable component manual when the corresponding library providing the feature is enabled.
* | doc/ffmpeg-codecs: add short descriptionStefano Sabatini2012-11-291-0/+8
| |
* | vsrc_mandelbrot: switch to filter_frameMichael Niedermayer2012-11-291-4/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lavfi/ebur128: use ff_filter_frame() everywhere.Clément Bœsch2012-11-291-3/+2
| |
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-11-291-2/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: increase maximum frame duration to 1 hour for streams without TS discontinuity ffplay: fix updating external clock after seeking ffplay: disallow seeking before the start of the file Merged-by: Michael Niedermayer <[email protected]>
| * | ffplay: increase maximum frame duration to 1 hour for streams without TS ↵Marton Balint2012-11-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | discontinuity Partially fixes ticket #1707. A-V sync still needs some work after seeking... Signed-off-by: Marton Balint <[email protected]>
| * | ffplay: fix updating external clock after seekingMarton Balint2012-11-281-1/+6
| | | | | | | | | | | | | | | | | | | | | Now it should work for the timestamp based and the byte based case as well. Also only update the external clock if the seeking was successful. Signed-off-by: Marton Balint <[email protected]>
| * | ffplay: disallow seeking before the start of the fileMarton Balint2012-11-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | In timestamp based seeking we update the external clock to the seek target, therefore we should use sane timestamps even if libavformat could handle seeking before the start of the file. Signed-off-by: Marton Balint <[email protected]>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-291-36/+36
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vf_fieldorder: require write permissions vf_fieldorder: reindent Conflicts: libavfilter/vf_fieldorder.c Merged-by: Michael Niedermayer <[email protected]>
| * | vf_fieldorder: require write permissionsAnton Khirnov2012-11-281-1/+1
| | | | | | | | | | | | This filter modifies the input frame.
| * | vf_fieldorder: reindentAnton Khirnov2012-11-281-36/+36
| | |
* | | Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'Michael Niedermayer2012-11-292-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit has already been split and commited, this merge is just for metadata. What has not been merged is the removial of some start/end_frame / draw_slice related functions that are still in use. They can be removed once they are unused. * commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666': lavfi: merge start_frame/draw_slice/end_frame Merged-by: Michael Niedermayer <[email protected]>
| * | lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-2855-1458/+632
| | | | | | | | | | | | | | | Any alleged performance benefits gained from the split are purely mythological and do not justify added code complexity.
* | | lavfi/ass: switch to filter_frame.Clément Bœsch2012-11-291-11/+4
| | |
* | | avfilter: mark start_frame/end_frame/draw_slice as deprecatedAnton Khirnov2012-11-291-27/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | lavfi/colormatrix: 10l fix forgotten buffer unref.Clément Bœsch2012-11-291-0/+1
| | |
* | | lavfi/colormatrix: switch to filter_frame.Clément Bœsch2012-11-291-34/+18
| | |
* | | vf_format: switch to filter_frameAnton Khirnov2012-11-291-6/+0
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | vf_copy: switch to filter_frameAnton Khirnov2012-11-291-2/+0
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | vf_null: switch to filter_frameAnton Khirnov2012-11-291-2/+0
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | libavfilter: default to filter_frame when neither it nor start/slice/end is set.Michael Niedermayer2012-11-291-3/+7
| | | | | | | | | | | | | | | | | | this is needed for vf_null and a few others. Signed-off-by: Michael Niedermayer <[email protected]>
* | | buffersrc: switch to filter_frameAnton Khirnov2012-11-291-14/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | buffersink: switch to filter_frameAnton Khirnov2012-11-291-4/+3
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | lavfi/thumbnail: re-use ctx instead of inlink->dst.Clément Bœsch2012-11-291-2/+2
| | |
* | | lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.Clément Bœsch2012-11-291-6/+3
| | |
* | | lavfi/thumbnail: switch to filter_frame.Clément Bœsch2012-11-291-32/+16
| | |
* | | libavfilter/split: switch to filter_frameAnton Khirnov2012-11-291-59/+9
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | vf_scale: switch to filter_frameMichael Niedermayer2012-11-291-89/+50
| | | | | | | | | | | | | | | Based on patch by Anton Khirnov Signed-off-by: Michael Niedermayer <[email protected]>
* | | lavfi/sendcmd: expose the options for both filters.Clément Bœsch2012-11-291-6/+22
| | |
* | | lavfi/sendcmd: add FLAGS to AVOption array.Clément Bœsch2012-11-291-6/+6
| | |
* | | lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-295-0/+5
| | | | | | | | | | | | | | | This allows to print the options available when using commands such as ffmpeg -help full.
* | | lavfi/mptestsrc: add FLAGS to AVOption array.Clément Bœsch2012-11-291-19/+19
| | |
* | | vf_blackframe: switch to filter_frameAnton Khirnov2012-11-291-23/+11
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | vf_aspect: switch to filter_frameAnton Khirnov2012-11-291-8/+5
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | | vf_cropdetect: switch to filter_frameAnton Khirnov2012-11-291-15/+13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>