summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: do not warn inappropriately with aevalsrc.Clément Bœsch2013-04-111-5/+12
|
* ffmpeg: insert aformat filter with the appropriate separator.Clément Bœsch2013-04-111-3/+3
| | | | | The ',' separator is deprecated with aformat, and thus causes various arnings when transcoding audio.
* lavfi/aevalsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-114-32/+32
|
* Fix compilation with --disable-everything --enable-filter=deshakeJames Almer2013-04-111-0/+1
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson2013-04-111-4/+4
| | | | | | This is the last remaining issue from ticket #2412 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libshine fixed point MP3 encoding supportPaul B Mahol2013-04-114-0/+157
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* cmdutils_common_opts: fix indention of #ifMichael Niedermayer2013-04-111-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cmdutils: remove unneeded #ifMichael Niedermayer2013-04-111-2/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cmdutils: add opencl command line options to ffmpeghighgod04012013-04-113-0/+31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/bbox: remove unused variables and functionsPaul B Mahol2013-04-111-10/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-119-32/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Move misplaced file author information where it belongs Conflicts: libavcodec/adpcm.c libavcodec/adpcmenc.c libavcodec/gif.c libavcodec/x86/dsputilenc_mmx.c libavcodec/x86/fmtconvert_init.c libavformat/au.c libavformat/gif.c libavformat/mov.c libavformat/nsvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-119-32/+31
| |
* | lavfi: add pp to the ':'-to-'|' compat layer.Clément Bœsch2013-04-111-1/+2
| |
* | Merge commit '9de9b828ef005dec37052548c195a6b4f18fc701'Michael Niedermayer2013-04-111-5/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * commit '9de9b828ef005dec37052548c195a6b4f18fc701': lavc: don't overwrite display dimensions with coded dimensions. lavc: extend / update the [coded_]{width,height} doxy Conflicts: libavcodec/avcodec.h libavcodec/utils.c The change to the w/h handling is not merged as it breaks lowres Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-101-1/+1
| |
| * lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov2013-04-101-5/+9
| |
* | lavfi/asetnsamples: switch to an AVOptions-based system.Clément Bœsch2013-04-113-15/+6
| |
* | lavfi/anullsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-113-14/+4
| |
* | lavfi: remove bbox from the filters left to update.Clément Bœsch2013-04-111-1/+0
| | | | | | | | The filter doesn't take any option and thus works with the new system.
* | lavfi/blend: support more yuv pixel formatsPaul B Mahol2013-04-111-1/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/astreamsync: switch to an AVOptions-based system.Clément Bœsch2013-04-113-7/+24
| |
* | lavfi/astreamsync: fix eval memleak.Clément Bœsch2013-04-111-0/+9
| |
* | Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer2013-04-114-7/+14
|\ \ | |/ | | | | | | | | | | * commit '20429ba96e55db17ac57f6c0e330914287f1f614': h261: Move encoder/decoder shared table init to common code Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-104-7/+14
| |
* | lavfi/blackdetect: switch to an AVOptions-based system.Clément Bœsch2013-04-113-19/+1
| |
* | lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2013-04-112-13/+3
| |
* | lavfi/testsrc: remove useless args/NULL passing.Clément Bœsch2013-04-111-6/+6
| |
* | avfilter: add missing ,Michael Niedermayer2013-04-111-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'Michael Niedermayer2013-04-116-52/+22
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a': h261: Move shared data tables from a header to a proper C file Conflicts: libavcodec/Makefile libavcodec/h261data.c libavcodec/h261dec.c libavcodec/h261enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-105-38/+47
| |
* | lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol2013-04-112-7/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch2013-04-113-26/+11
| |
* | lavfi: replace new filter list with filters left to update.Clément Bœsch2013-04-111-101/+41
| |
* | MAINTAINERS: add opencl maintainerhighgod04012013-04-111-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-04-111-0/+1
| | | | | | | | | | | | | | | | Fixes audio packet pts values in some files generated by AVID TRMG 3.01. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-115-86/+82
|\ \ | | | | | | | | | | | | | | | | | | | | | * cigaes/master: fate: add tests for unknown channel layouts. lavfi/buffersrc: update for compatibility with the fork. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | fate: add tests for unknown channel layouts.Nicolas George2013-04-113-0/+13
| | |
| * | lavfi/buffersrc: update for compatibility with the fork.Nicolas George2013-04-112-86/+69
| | | | | | | | | | | | Merge and adapt commit d28cb84 by Anton Khirnov.
* | | lavfi: remove telecine libmpcodecs wrapperPaul B Mahol2013-04-114-162/+1
| | | | | | | | | | | | | | | | | | Native, with more features, filter is available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | lavfi: remove double .priv_class initializersPaul B Mahol2013-04-113-4/+0
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | | telecine filterPaul B Mahol2013-04-117-1/+327
|/ / | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/curves: introduce "all" field in presets and use it.Clément Bœsch2013-04-111-31/+14
| |
* | lavfi/curves: make possible to customize presets.Clément Bœsch2013-04-112-10/+6
| |
* | lavfi/curves: fix a spacing weirdness.Clément Bœsch2013-04-111-1/+1
| |
* | doc/opencl: speling and gramer fixesMichael Niedermayer2013-04-111-2/+4
| | | | | | | | | | Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | opencl: add spec opencl device APIs 20130411highgod04012013-04-118-42/+116
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/smartblur: cleanup unused shorthand and doc.Clément Bœsch2013-04-112-7/+1
| |
* | lavfi/overlay: cleanup unused shorthand.Clément Bœsch2013-04-111-3/+0
| |
* | lavfi/field: cleanup unused shorthand and doc.Clément Bœsch2013-04-112-3/+2
| |
* | mss4: make code independent of sizeof(AVFrame)Paul B Mahol2013-04-111-17/+22
| | | | | | | | | | | | Also fixes #2455. Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud