summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavfi: rename decimate to mpdecimate.Clément Bœsch2013-04-14
| | | | | | | | The next commit will introduce a proper decimation filter to be used along with the field matching filter. To avoid confusion with this filter which has currently a very limited usage (and will not work properly with the fieldmatching filter), the new decimation filter will take the decimate name, and this filter is renamed to mpdecimate.
* sws/output: add +yuv2rgb_full_2_c_template()Michael Niedermayer2013-04-14
| | | | | | 8100 cycles -> 5800 cycles on sandybridge Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sws/output: factor yuv2rgb_write_full() outMichael Niedermayer2013-04-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/smptehdbars: fix priv_class pointer.Clément Bœsch2013-04-14
| | | | Fix Ticket2468.
* lavfi/testsrc: grammar fix in comment after 03e2ec32.Clément Bœsch2013-04-14
|
* lavfi: add smptehdbars sourcePaul B Mahol2013-04-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: move telecine from audio to video filtersPaul B Mahol2013-04-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavu/dict: cosmetic realign.Clément Bœsch2013-04-13
|
* log: Remove redundant va_list creation from missing_feature_sample()James Almer2013-04-13
| | | | | | | avpriv_request_sample() and avpriv_report_missing_feature() were printing bogus values for the extra arguments. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-13
|\ | | | | | | | | | | | | | | | | | | * cigaes/master: lavu/opt: check int lists length for overflow. lavu: add parens to macro argument. lavu: add av_pure to av_int_list_length_for_size. lavfi/buffersink: factor checks for lists sizes. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu/opt: check int lists length for overflow.Nicolas George2013-04-13
| | | | | | | | Also add parens on macro arguments.
| * lavu: add parens to macro argument.Nicolas George2013-04-13
| |
| * lavu: add av_pure to av_int_list_length_for_size.Nicolas George2013-04-13
| |
| * lavfi/buffersink: factor checks for lists sizes.Nicolas George2013-04-13
| |
* | oggenc: Fix pref_duration AVOption typeMichael Niedermayer2013-04-13
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: fix ignorecrop AVOption offsetMichael Niedermayer2013-04-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/filters: use common options introduction string.Clément Bœsch2013-04-13
|
* cmdutils: print if filters are sources or sinks.Clément Bœsch2013-04-13
|
* lavfi: flag more dynamic i/o filters.Clément Bœsch2013-04-13
|
* lavf/mxfdec: validate month/day before date formattingHendrik Leppkes2013-04-13
| | | | | | | | Some implementations of strftime do not like invalid values for month/day, so ensure it doesn't happen. Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/mxf: fix parsing of timestampsMatthieu Bouron2013-04-13
| | | | | | | | | | | Correct bit mask for month/day/hour/min/sec values. For reference the timestamp format specified in S377M is as follow: year (int16), month (uint8), day (uint8), hour (uint8), sec (uint8), msec (uint8). A value of 0 for every fields means timestamp "unknown". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/mxfdec: use more widely supported time format stringHendrik Leppkes2013-04-13
| | | | | | | | MSVC lacks support for %T and %F, but the standard specifies them only as shorthands to the long variants. Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf/mxf: fix parsing of the month from mxf timestampsHendrik Leppkes2013-04-13
| | | | | Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_mp: mp buffers are not compatible with the reference count systemMichael Niedermayer2013-04-13
| | | | | | | | We thus must copy each frame on the vf_mp output. This fixes artifacts with "ffplay -threads 1 dnxhdconv.mov -vf mp=eq2=1:1" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/testsrc: make use of AV_OPT_TYPE_DURATIONStefano Sabatini2013-04-13
| | | | Simplify.
* lavfi: drop now unused shorthand field from AVFilter.Clément Bœsch2013-04-13
|
* avutil/opencl: merge opencl env to opencl contexthighgod04012013-04-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-12
|\ | | | | | | | | | | | | | | | | | | * qatar/master: x86: dsputil: Move some ifdefs to avoid unused variable warnings Conflicts: libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-12
| |
* | Merge commit '2004c7c8f763280ff3ba675ea21cf25396528fd3'Michael Niedermayer2013-04-12
|\| | | | | | | | | | | | | | | | | | | * commit '2004c7c8f763280ff3ba675ea21cf25396528fd3': x86: dsputil: cosmetics: Remove two pointless variable indirections Conflicts: libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-12
| |
* | doc/utils: use @code markup for opencl function names.Clément Bœsch2013-04-12
| |
* | Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256'Michael Niedermayer2013-04-12
|\| | | | | | | | | | | | | | | | | | | * commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256': x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations Conflicts: libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-12
| |
* | Merge commit 'e027032fc6a49db5a4ce12fc3e09ffb86ff20522'Michael Niedermayer2013-04-12
|\| | | | | | | | | | | | | * commit 'e027032fc6a49db5a4ce12fc3e09ffb86ff20522': x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-12
| |
* | Merge commit 'a89c05500f68d94a0269e68bc522abfd420c5497'Michael Niedermayer2013-04-12
|\| | | | | | | | | | | | | | | | | | | * commit 'a89c05500f68d94a0269e68bc522abfd420c5497': x86: h264qpel: int --> ptrdiff_t for some line_size parameters Conflicts: libavcodec/x86/qpelbase.asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-12
| |
* | lavfi/hue: add support for more alpha formatsPaul B Mahol2013-04-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer2013-04-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: replace opaque/params for buffersinksMichael Niedermayer2013-04-12
| | | | | | | | | | | | This fixes a regression caused by droping opaque. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/hue: copy alpha plane tooPaul B Mahol2013-04-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/hue: make do while (0) form meaningful.Clément Bœsch2013-04-12
| |
* | lavfi/crop: log pos in debug messageStefano Sabatini2013-04-12
| |
* | lavfi/crop: restore pos constant, and fix "t" variable misplacement in ↵Stefano Sabatini2013-04-12
| | | | | | | | | | | | variable array Fix evaluation of expressions containing the t variable.
* | doc/utils: apply misc fixes to OpenCL docsStefano Sabatini2013-04-12
| |
* | doc: merge syntax.texi, eval.texi and opencl.texi into utils.texiStefano Sabatini2013-04-12
| |
* | doc/libavutil: remove include of opencl.texiStefano Sabatini2013-04-12
| | | | | | | | This is inconsistent with the rest of the docs.
* | vf_interlace: fix frame rateMichael Niedermayer2013-04-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: FATE: add a test for the interlace filter lavfi: new interlace filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c tests/fate/filter.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>