summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| | | | This is heavily based on 2831b307 by Anton Khirnov <anton@khirnov.net>
* Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'Michael Niedermayer2013-04-11
|\ | | | | | | | | | | | | | | | | | | | | * commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795': img2enc: add an option for overwriting one file with subsequent images Conflicts: doc/muxers.texi libavformat/img2enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov2013-04-11
| | | | | | | | Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
* | lavfi/flite: switch to AVOption-based systemStefano Sabatini2013-04-11
| |
* | lavfi/hue: extend debugging messageStefano Sabatini2013-04-11
| | | | | | | | In particular, show h value in degrees.
* | lavfi/hue: reindent after last commitStefano Sabatini2013-04-11
| |
* | lavfi/hue: apply major simplifications, and switch to AVOption-based systemStefano Sabatini2013-04-11
| | | | | | | | | | | | | | | | | | This also drops support for "flat syntax" and "reinit" command. "reinit" command is not very robust and complicates the logic more than necessary, since requires to reset all the options in the command. *This is a syntax break*.
* | lavfi/ebur128: remove now unused av_opt_free call.Clément Bœsch2013-04-11
| |
* | avfilter/aresample: use init_dict system and set child AVOption context ↵Michael Niedermayer2013-04-11
| | | | | | | | | | | | | | | | correctly Parts of this commit are based on: 4fa1f52e Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: fix handing of child context optionsMichael Niedermayer2013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/removelogo: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | avienc: fix overflow of audio sample countTobias Rapp2013-04-11
| | | | | | | | | | | | | | Fixes an overflow of the sample count field within the audio stream header chunk if audio stream data exceeds 2GB. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/f_select: use AVFrame metadata accessor functionMichael Niedermayer2013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/amerge: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | ffmpeg: insert format filter with the appropriate separator.Clément Bœsch2013-04-11
| | | | | | | | Similar to 937325f3.
* | lavfi: do not warn inappropriately with aevalsrc.Clément Bœsch2013-04-11
| |
* | ffmpeg: insert aformat filter with the appropriate separator.Clément Bœsch2013-04-11
| | | | | | | | | | 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-11
| |
* | Fix compilation with --disable-everything --enable-filter=deshakeJames Almer2013-04-11
| | | | | | | | | | 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-11
| | | | | | | | | | | | 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-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | cmdutils_common_opts: fix indention of #ifMichael Niedermayer2013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: remove unneeded #ifMichael Niedermayer2013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cmdutils: add opencl command line options to ffmpeghighgod04012013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/bbox: remove unused variables and functionsPaul B Mahol2013-04-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-11
| |
* | lavfi: add pp to the ':'-to-'|' compat layer.Clément Bœsch2013-04-11
| |
* | Merge commit '9de9b828ef005dec37052548c195a6b4f18fc701'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-10
| |
| * lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov2013-04-10
| |
* | lavfi/asetnsamples: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | lavfi/anullsrc: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | lavfi: remove bbox from the filters left to update.Clément Bœsch2013-04-11
| | | | | | | | The filter doesn't take any option and thus works with the new system.
* | lavfi/blend: support more yuv pixel formatsPaul B Mahol2013-04-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/astreamsync: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | lavfi/astreamsync: fix eval memleak.Clément Bœsch2013-04-11
| |
* | Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | * 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-10
| |
* | lavfi/blackdetect: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | lavfi/testsrc: remove useless args/NULL passing.Clément Bœsch2013-04-11
| |
* | avfilter: add missing ,Michael Niedermayer2013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 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-10
| |
* | lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol2013-04-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch2013-04-11
| |
* | lavfi: replace new filter list with filters left to update.Clément Bœsch2013-04-11
| |
* | MAINTAINERS: add opencl maintainerhighgod04012013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-04-11
| | | | | | | | | | | | | | | | 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>