summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale2016-02-135-1/+435
* hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-132-3/+6
* dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes2016-02-133-1/+3
* nvenc: rename a misnamed functionAnton Khirnov2016-02-121-2/+2
* nvenc: merge input and output surface structsAnton Khirnov2016-02-122-89/+45
* nvenc: factor out the pixel format listAnton Khirnov2016-02-124-16/+13
* eatqi: Remove MpegEncContext dependencyVittorio Giovara2016-02-092-40/+52
* mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-094-98/+113
* mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun2016-02-091-11/+18
* mpeg12dec: Always close reader on errorVittorio Giovara2016-02-091-15/+48
* dnxhd: Make the encoder message friendlierLuca Barbato2016-02-093-2/+27
* flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer2016-02-081-2/+4
* v210: Use separate sample_factorsLuca Barbato2016-02-013-9/+20
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-013-9/+32
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-014-23/+47
* flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis2016-02-011-2/+2
* libx264: Make sure to preserve default option valuesVittorio Giovara2016-02-011-11/+12
* v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-261-0/+6
* qsvenc: Add private option to replace coder_typeVittorio Giovara2016-01-252-2/+10
* qsvenc: fix a typoAnton Khirnov2016-01-231-1/+1
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-231-1/+1
* 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-2113-28/+200
* 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-218-15/+51
* 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 YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-211-0/+1
* 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
* libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen2016-01-191-2/+2
* lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-191-0/+10
* mathops: mips: Correctly enable loongson-specific assemblyLuca Barbato2016-01-191-17/+20
* 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
* xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2016-01-131-1/+1
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2016-01-131-2/+9
* nvenc: generate dts properlyAnton Khirnov2016-01-122-5/+49
OpenPOWER on IntegriCloud