aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavfi/testsrc: grammar fix in comment after 03e2ec32.Clément Bœsch2013-04-141-1/+1
* lavfi: add smptehdbars sourcePaul B Mahol2013-04-146-31/+155
* doc/filters: move telecine from audio to video filtersPaul B Mahol2013-04-131-39/+39
* lavu/dict: cosmetic realign.Clément Bœsch2013-04-131-4/+4
* log: Remove redundant va_list creation from missing_feature_sample()James Almer2013-04-131-7/+1
* Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-133-26/+18
|\
| * lavu/opt: check int lists length for overflow.Nicolas George2013-04-131-2/+4
| * lavu: add parens to macro argument.Nicolas George2013-04-131-1/+1
| * lavu: add av_pure to av_int_list_length_for_size.Nicolas George2013-04-131-1/+1
| * lavfi/buffersink: factor checks for lists sizes.Nicolas George2013-04-131-22/+12
* | oggenc: Fix pref_duration AVOption typeMichael Niedermayer2013-04-131-1/+1
|/
* avcodec: fix ignorecrop AVOption offsetMichael Niedermayer2013-04-131-1/+1
* doc/filters: use common options introduction string.Clément Bœsch2013-04-131-42/+10
* cmdutils: print if filters are sources or sinks.Clément Bœsch2013-04-131-0/+4
* lavfi: flag more dynamic i/o filters.Clément Bœsch2013-04-134-0/+5
* lavf/mxfdec: validate month/day before date formattingHendrik Leppkes2013-04-131-0/+4
* lavf/mxf: fix parsing of timestampsMatthieu Bouron2013-04-131-5/+5
* lavf/mxfdec: use more widely supported time format stringHendrik Leppkes2013-04-131-1/+1
* lavf/mxf: fix parsing of the month from mxf timestampsHendrik Leppkes2013-04-131-1/+1
* vf_mp: mp buffers are not compatible with the reference count systemMichael Niedermayer2013-04-131-5/+7
* lavfi/testsrc: make use of AV_OPT_TYPE_DURATIONStefano Sabatini2013-04-131-10/+2
* lavfi: drop now unused shorthand field from AVFilter.Clément Bœsch2013-04-132-10/+1
* avutil/opencl: merge opencl env to opencl contexthighgod04012013-04-121-170/+160
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-121-1/+1
|\
| * x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-121-2/+2
* | Merge commit '2004c7c8f763280ff3ba675ea21cf25396528fd3'Michael Niedermayer2013-04-121-2/+1
|\|
| * x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-121-4/+2
* | doc/utils: use @code markup for opencl function names.Clément Bœsch2013-04-121-2/+2
* | Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256'Michael Niedermayer2013-04-123-16/+7
|\|
| * x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-123-15/+6
* | Merge commit 'e027032fc6a49db5a4ce12fc3e09ffb86ff20522'Michael Niedermayer2013-04-121-5/+3
|\|
| * x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-121-5/+3
* | Merge commit 'a89c05500f68d94a0269e68bc522abfd420c5497'Michael Niedermayer2013-04-122-6/+9
|\|
| * x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-122-6/+9
* | lavfi/hue: add support for more alpha formatsPaul B Mahol2013-04-121-0/+1
* | avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer2013-04-121-4/+4
* | ffplay: replace opaque/params for buffersinksMichael Niedermayer2013-04-121-26/+24
* | lavfi/hue: copy alpha plane tooPaul B Mahol2013-04-121-1/+6
* | lavfi/hue: make do while (0) form meaningful.Clément Bœsch2013-04-121-4/+4
* | lavfi/crop: log pos in debug messageStefano Sabatini2013-04-121-3/+3
* | lavfi/crop: restore pos constant, and fix "t" variable misplacement in variab...Stefano Sabatini2013-04-122-0/+7
* | doc/utils: apply misc fixes to OpenCL docsStefano Sabatini2013-04-121-7/+14
* | doc: merge syntax.texi, eval.texi and opencl.texi into utils.texiStefano Sabatini2013-04-125-286/+284
* | doc/libavutil: remove include of opencl.texiStefano Sabatini2013-04-121-1/+0
* | vf_interlace: fix frame rateMichael Niedermayer2013-04-122-25/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-128-0/+320
|\|
| * FATE: add a test for the interlace filterVittorio Giovara2013-04-112-0/+29
| * lavfi: new interlace filterVittorio Giovara2013-04-116-0/+286
* | Merge commit '921046008f5335601f9d76dc3a768eb5cd91e1b9'Michael Niedermayer2013-04-122-12/+33
|\|
| * cmdutils: allow -h filter=<name> to print information about a filter.Anton Khirnov2013-04-112-0/+44