summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire2013-05-141-1/+1
* yadif: correct strides in filter_edges_16bitJames Darnley2013-05-141-0/+2
* yadif: restore speed of the C filtering codeJames Darnley2013-05-143-49/+37
* lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz2013-05-141-0/+1
* configure: Disable PIC for cygwin just as for win32/mingwMartin Storsjö2013-05-131-0/+1
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-1222-21/+21
* x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-124-727/+759
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-128-143/+41
* configure: x86: Only enable cpunop on i686Diego Biurrun2013-05-121-1/+1
* configure: Rename cmov processor capability to i686Diego Biurrun2013-05-122-12/+10
* configure: Explicitly disable PIC when targeting win32/mingwMartin Storsjö2013-05-121-0/+2
* configure: Use enable_weak when enabling picMartin Storsjö2013-05-121-5/+6
* indeo3: avoid writes without necessary alignment in copy_cell()Janne Grunau2013-05-101-3/+1
* x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet2013-05-102-0/+32
* af_asyncts: fix offset calculationAnton Khirnov2013-05-101-4/+9
* avconv: use current syntax for the scale filterLuca Barbato2013-05-101-1/+1
* mmf: K&R formatting cosmeticsLuca Barbato2013-05-091-39/+45
* x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-081-4/+4
* x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-081-1/+0
* x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-082-11/+11
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-086-24/+57
* x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-082-15/+11
* x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-083-13/+11
* msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö2013-05-082-5/+5
* fate-run: Drop unnecessary regtest() indirectionDiego Biurrun2013-05-071-7/+3
* x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun2013-05-072-2/+0
* x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun2013-05-072-9/+0
* x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-073-26/+27
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-077-26/+69
* x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-074-12/+8
* oma: properly forward errors in oma_read_packetLuca Barbato2013-05-071-2/+4
* oma: return meaningful errorsLuca Barbato2013-05-071-6/+6
* lavc: do not leak frames in avcodec_decode_audio4Luca Barbato2013-05-071-3/+1
* nut: use meaningful error valuesLuca Barbato2013-05-071-11/+17
* FATE: use a less ambiguous end time for filter-trim-time testAnton Khirnov2013-05-071-1/+1
* configure: add dependencies to lavfi .pc fileAnton Khirnov2013-05-071-1/+6
* configure: make avconv select (a)trim filtersAnton Khirnov2013-05-071-2/+2
* avconv: remove -deinterlaceAnton Khirnov2013-05-074-62/+1
* indeo3: use unaligned reads on reference blocks.Anton Khirnov2013-05-071-20/+20
* jpeg2000dec: initialize static data just onceJanne Grunau2013-05-061-14/+18
* jpeg2000dec: cleanup properly after decoding errorsJanne Grunau2013-05-061-6/+7
* fate-jpeg2000-dcinema: force output to xyz12leJanne Grunau2013-05-061-1/+1
* vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau2013-05-061-2/+4
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-062-1/+4
* swscale: add support for endianness only conversionJanne Grunau2013-05-063-2/+20
* pixdesc: add function to return pixel format with swapped endiannesJanne Grunau2013-05-063-1/+60
* swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-061-6/+6
* swscale: Remove unnecessary backslashesMartin Storsjö2013-05-061-8/+8
* jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheckNicolas Bertrand2013-05-061-4/+13
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-065-25/+58
OpenPOWER on IntegriCloud