aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avidec: Enable full parsing for potencoder mpeg1/2Michael Niedermayer2013-05-101-0/+11
* lavfi: modify names of deshake_kernel.h and unsharp_kernel.hhighgod04012013-05-104-9/+9
* Fix configure --help output for some autodetected features.Carl Eugen Hoyos2013-05-101-5/+5
* lavfi/avfiltergraph: fix styleStefano Sabatini2013-05-101-9/+9
* lavfi/avfilter.h: fix typoStefano Sabatini2013-05-101-1/+1
* lavu/mem.h: fix typoStefano Sabatini2013-05-101-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-101-36/+42
|\
| * mmf: K&R formatting cosmeticsLuca Barbato2013-05-091-39/+45
* | mimic: Fix race conditionMichael Niedermayer2013-05-101-1/+1
* | sws/output: silence warnings about uninitialized use of variablesMichael Niedermayer2013-05-101-4/+4
* | takdec: simplify use of scalarproduct_int16 in decode_subframe()Paul B Mahol2013-05-091-20/+7
* | Add fate test for solid colour lagarith frames.Carl Eugen Hoyos2013-05-092-0/+29
* | lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.Clément Bœsch2013-05-093-9/+7
* | lavfi/overlay: simpler up-rounded w/h computations.Clément Bœsch2013-05-091-4/+4
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-0917-41/+45
* | ffadler: fix duplicate \n on errorsMichael Niedermayer2013-05-091-2/+2
* | lavfi: remove alphaextract special codePaul B Mahol2013-05-093-131/+26
* | ffadler: add multifile supportMichael Niedermayer2013-05-091-5/+19
* | tools: Add adler32 checksum toolMichael Niedermayer2013-05-092-1/+74
* | fate: add test for lut filterPaul B Mahol2013-05-092-0/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-091-4/+4
|\|
| * x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-081-4/+4
* | Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e'Michael Niedermayer2013-05-091-1/+0
|\|
| * x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-081-1/+0
* | Merge commit '3d40c1ee742db5f13ebcf53c2d1fa4bf4f39bcd2'Michael Niedermayer2013-05-092-11/+11
|\|
| * x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-082-11/+11
* | Merge commit '71469f3b636fbe06b6aca5933f9fdebddd8d5f57'Michael Niedermayer2013-05-096-24/+57
|\|
| * x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-086-24/+57
* | Merge commit 'ed880050edf061b38d3e39e25657c59ad9108b27'Michael Niedermayer2013-05-092-15/+11
|\|
| * x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-082-15/+11
* | Merge commit '87614667606b42476f9017d79faf12b45a0bd77c'Michael Niedermayer2013-05-093-13/+11
|\|
| * x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-083-13/+11
* | avfilter: fix 2 warnings about discarding constMichael Niedermayer2013-05-081-1/+1
* | ffmpeg: add -apad option which injects a apad filter only in the presence of ...Michael Niedermayer2013-05-084-0/+25
* | ffmpeg: use av_freep() for forced_kf_ptsMichael Niedermayer2013-05-081-1/+1
* | avfilter/af_apad: Support AVFILTER_FLAG_SUPPORT_TIMELINEMichael Niedermayer2013-05-081-1/+3
* | avfilter: Make enabled/disabled state available as a field of the AVFilterCon...Michael Niedermayer2013-05-082-1/+4
* | lavfi/extractplanes: packed rgb supportPaul B Mahol2013-05-081-6/+61
* | lavfi/colorchannelmixer: remove now redudant codePaul B Mahol2013-05-081-13/+2
* | lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()Paul B Mahol2013-05-081-0/+10
* | lavfi/null: remove redudant linesPaul B Mahol2013-05-081-5/+0
* | libswscale: simplify isAnyRGB macroPaul B Mahol2013-05-081-10/+1
* | lavfi/lut: add support for YUVA422P and YUVA444PPaul B Mahol2013-05-081-1/+3
* | lavfi: add gbrap support to some filtersPaul B Mahol2013-05-084-4/+6
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-0816-6/+64
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-082-4/+5
|\|
| * msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö2013-05-082-5/+5
* | Merge commit 'bd392785a75d7d51414a9788d50396a8d9f29d77'Michael Niedermayer2013-05-081-8/+6
|\|
| * fate-run: Drop unnecessary regtest() indirectionDiego Biurrun2013-05-071-7/+3
* | Merge commit '1b343cedd7cd68e7865aa5280d1568c7e5d79917'Michael Niedermayer2013-05-083-11/+0
|\|