Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 18 | -16/+9 | |
| | | ||||||
| * | lavf: move "MP3 " fourcc from riff to nut | Justin Ruggles | 2012-11-28 | 2 | -1/+1 | |
| | | | | | | | | Original commit, 7b24f9b, says it was added because it is used in libnut. | |||||
| * | fate: vpx: Add dependencies | Diego Biurrun | 2012-11-28 | 1 | -16/+16 | |
| | | ||||||
| * | fate: Fix wavpack-matroskamode test dependencies | Diego Biurrun | 2012-11-28 | 1 | -3/+5 | |
| | | ||||||
| * | x86: dsputilenc: port to cpuflags | Diego Biurrun | 2012-11-28 | 1 | -57/+55 | |
| | | ||||||
* | | Merge commit '1f3f896564501c23b44fcf605567c78ce066b539' | Michael Niedermayer | 2012-11-29 | 7 | -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 tests | Diego Biurrun | 2012-11-28 | 4 | -5/+5 | |
| | | ||||||
| * | fate: real: Add dependencies | Diego Biurrun | 2012-11-28 | 1 | -7/+7 | |
| | | ||||||
| * | fate: lossless-audio: Add dependencies | Diego Biurrun | 2012-11-28 | 1 | -6/+6 | |
| | | ||||||
| * | x86: h264dsp: Fix linking with yasm and optimizations disabled | Diego Biurrun | 2012-11-28 | 1 | -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œsch | 2012-11-29 | 1 | -5/+3 | |
| | | ||||||
* | | lavfi/concat: switch to filter_frame. | Clément Bœsch | 2012-11-29 | 1 | -34/+2 | |
| | | ||||||
* | | lavfi/smartblur: switch to filter_frame. | Clément Bœsch | 2012-11-29 | 1 | -8/+12 | |
| | | ||||||
* | | lavfi/show{spectrum,waves}: use ff_filter_frame(). | Clément Bœsch | 2012-11-29 | 2 | -6/+2 | |
| | | ||||||
* | | lsws: define version in SWScaler class | Stefano Sabatini | 2012-11-29 | 2 | -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 logic | Stefano Sabatini | 2012-11-29 | 1 | -13/+20 | |
| | | | | | | | | | | Only enable component manual when the corresponding library providing the feature is enabled. | |||||
* | | doc/ffmpeg-codecs: add short description | Stefano Sabatini | 2012-11-29 | 1 | -0/+8 | |
| | | ||||||
* | | vsrc_mandelbrot: switch to filter_frame | Michael Niedermayer | 2012-11-29 | 1 | -4/+1 | |
| | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | lavfi/ebur128: use ff_filter_frame() everywhere. | Clément Bœsch | 2012-11-29 | 1 | -3/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2012-11-29 | 1 | -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 Balint | 2012-11-28 | 1 | -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 seeking | Marton Balint | 2012-11-28 | 1 | -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 file | Marton Balint | 2012-11-28 | 1 | -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 Niedermayer | 2012-11-29 | 1 | -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 permissions | Anton Khirnov | 2012-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | This filter modifies the input frame. | |||||
| * | | vf_fieldorder: reindent | Anton Khirnov | 2012-11-28 | 1 | -36/+36 | |
| | | | ||||||
* | | | Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666' | Michael Niedermayer | 2012-11-29 | 2 | -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_frame | Anton Khirnov | 2012-11-28 | 55 | -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œsch | 2012-11-29 | 1 | -11/+4 | |
| | | | ||||||
* | | | avfilter: mark start_frame/end_frame/draw_slice as deprecated | Anton Khirnov | 2012-11-29 | 1 | -27/+3 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | lavfi/colormatrix: 10l fix forgotten buffer unref. | Clément Bœsch | 2012-11-29 | 1 | -0/+1 | |
| | | | ||||||
* | | | lavfi/colormatrix: switch to filter_frame. | Clément Bœsch | 2012-11-29 | 1 | -34/+18 | |
| | | | ||||||
* | | | vf_format: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -6/+0 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | vf_copy: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -2/+0 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | vf_null: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -2/+0 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | libavfilter: default to filter_frame when neither it nor start/slice/end is set. | Michael Niedermayer | 2012-11-29 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | this is needed for vf_null and a few others. Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | buffersrc: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -14/+1 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | buffersink: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -4/+3 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | lavfi/thumbnail: re-use ctx instead of inlink->dst. | Clément Bœsch | 2012-11-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate. | Clément Bœsch | 2012-11-29 | 1 | -6/+3 | |
| | | | ||||||
* | | | lavfi/thumbnail: switch to filter_frame. | Clément Bœsch | 2012-11-29 | 1 | -32/+16 | |
| | | | ||||||
* | | | libavfilter/split: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -59/+9 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | vf_scale: switch to filter_frame | Michael Niedermayer | 2012-11-29 | 1 | -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œsch | 2012-11-29 | 1 | -6/+22 | |
| | | | ||||||
* | | | lavfi/sendcmd: add FLAGS to AVOption array. | Clément Bœsch | 2012-11-29 | 1 | -6/+6 | |
| | | | ||||||
* | | | lavfi: add priv_class for some forgotten filters. | Clément Bœsch | 2012-11-29 | 5 | -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œsch | 2012-11-29 | 1 | -19/+19 | |
| | | | ||||||
* | | | vf_blackframe: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -23/+11 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | vf_aspect: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -8/+5 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> | |||||
* | | | vf_cropdetect: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -15/+13 | |
| | | | | | | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]> |