summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove commented-out debug #define cruftDiego Biurrun2013-05-1643-103/+0
* jpegls: K&R formatting cosmeticsLuca Barbato2013-05-165-266/+336
* jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun2013-05-153-10/+10
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-153-37/+0
* Remove commented-out #includesDiego Biurrun2013-05-152-4/+0
* h263dec: Remove broken and disabled debug cruftDiego Biurrun2013-05-151-8/+0
* vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö2013-05-151-18/+18
* configure: Use linker hardening flags on mingwAlex Smith2013-05-151-0/+2
* vc1: Make INIT_LUT() self containedMichael Niedermayer2013-05-151-4/+4
* vc1: Simplify code by using INIT_LUT()Michael Niedermayer2013-05-151-16/+1
* vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer2013-05-151-19/+19
* vc1dec: Remove some now unused variablesMartin Storsjö2013-05-151-19/+15
* vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer2013-05-153-6/+14
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-152-3/+3
* vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-3/+3
* vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer2013-05-151-8/+3
* vc1dec: Factorize picture pointer selection codeMichael Niedermayer2013-05-151-26/+11
* vc1dec: Factorize srcU/V offsetingMichael Niedermayer2013-05-151-8/+11
* vc1dec: Fix tff == 0 handling in init_block_index()Michael Niedermayer2013-05-151-1/+1
* vc1dec: Update destination pointers in context for fieldsMichael Niedermayer2013-05-152-45/+38
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-1523-178/+214
* jpeg2000dec: don't use deprecated PIX_FMT valuesAnton Khirnov2013-05-151-4/+4
* lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-151-1/+1
* avfiltergraph: simplify inserting conversion filters.Anton Khirnov2013-05-151-6/+2
* Clarify output of av_get_bits_per_pixelKieran Kunhya2013-05-151-1/+2
* fate: update the mmf referenceLuca Barbato2013-05-141-2/+2
* mmf: Write metadata into an Optional Data chunkYoshihisa Uchida2013-05-141-1/+4
* jpeg2000dec: Use correct printf length modifier for pointer differencesDiego Biurrun2013-05-141-2/+2
* vc1dec: Don't apply the loop filter on fieldsMartin Storsjö2013-05-142-31/+32
* vc1: implement frame interlaced b-frame header parsingHendrik Leppkes2013-05-141-3/+40
* vc1dec: Don't attempt error concealment on field picturesMichael Niedermayer2013-05-141-1/+2
* vc1dec: fieldtx is only valid for interlaced frame picturesSebastian Sandberg2013-05-141-3/+5
* aacenc: Fix erasure of surround channelsClaudio Freire2013-05-141-2/+2
* aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire2013-05-141-1/+1
* 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
OpenPOWER on IntegriCloud