summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-231-2/+5
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-231-40/+37
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-231-1/+1
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-231-2/+3
* pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()Anton Khirnov2016-01-231-2/+2
* configure: Correctly add openssl cflags and libsLuca Barbato2016-01-231-1/+2
* libavcodec: Add missing AVClass pointersMartin Storsjö2016-01-223-0/+3
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-214-6/+12
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-214-5/+12
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-2114-32/+204
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-214-19/+57
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-215-11/+21
* lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-214-7/+18
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-215-15/+50
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-215-6/+24
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-219-16/+53
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-216-11/+43
* lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-214-7/+28
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-215-26/+67
* lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-214-8/+18
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-2112-19/+73
* riff: add C210 FourCC (Canopus C210)Piotr Bandurski2016-01-211-0/+1
* riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-212-0/+2
* imgconvert: Add the proper API guards to a deprecated functionVittorio Giovara2016-01-212-0/+5
* imgconvert: Move AVPicture-related static function to the deprecated sectionVittorio Giovara2016-01-211-3/+2
* imgconvert: Move the shrink functions only where neededVittorio Giovara2016-01-213-122/+90
* imgconvert: Drop outdated comment blockVittorio Giovara2016-01-211-6/+0
* configure: Force-enable select_any dependencies only on --enableLuca Barbato2016-01-211-2/+17
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-213-5/+18
* fate: add 10-bit v210 encoder testsJames Darnley2016-01-213-1/+10
* configure: Improve requesting specific featuresLuca Barbato2016-01-211-13/+38
* yuv2rgb: Document the color space coefficientsVittorio Giovara2016-01-201-0/+11
* libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen2016-01-192-3/+3
* lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-191-0/+10
* configure: mips: Support both-endian compilersLuca Barbato2016-01-191-0/+10
* mathops: mips: Correctly enable loongson-specific assemblyLuca Barbato2016-01-191-17/+20
* configure: Use pkg-config to check for opensslLuca Barbato2016-01-191-1/+2
* flvdec: Add sanity checking of the last packet sizeMartin Storsjö2016-01-191-7/+9
* flvdec: perform duration search just onceMichael Niedermayer2016-01-191-1/+4
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-181-2/+2
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-181-1/+0
* dca: fix misaligned access in ff_dca_convert_bitstreamAndreas Cadhalpun2016-01-151-4/+5
* nutdec: only copy the header if it existsAndreas Cadhalpun2016-01-131-1/+2
* xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2016-01-131-1/+1
* nuv: sanitize negative fps rateAndreas Cadhalpun2016-01-131-0/+9
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2016-01-131-2/+9
* nvenc: generate dts properlyAnton Khirnov2016-01-122-5/+49
* nvenc: fix encoding with B-framesAnton Khirnov2016-01-121-8/+15
* nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov2016-01-121-0/+8
* nvenc: rename encodersAnton Khirnov2016-01-125-2/+81
OpenPOWER on IntegriCloud