summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* build: Introduce iso_media componentDiego Biurrun2016-02-18
* build: Let the WTV demuxer select the MPEG-TS demuxerDiego Biurrun2016-02-18
* build: Fix dependencies for components relying on H.263 data tablesDiego Biurrun2016-02-18
* build: Add missing dependencies for eatqi decoderDiego Biurrun2016-02-18
* build: Add missing celp_math dependency for G723_1 encoder and decoderVittorio Giovara2016-02-18
* profiles: Add missing #endif commentDiego Biurrun2016-02-18
* cosmetics: Drop particularly redundant silly commentsDiego Biurrun2016-02-18
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* qsv: add a missing #includeAnton Khirnov2016-02-18
* fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefsDiego Biurrun2016-02-15
* nvenc: support CUDA frames as inputAnton Khirnov2016-02-14
* lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-14
* Allow linking to CUDA dynamically instead of dlopen()ing it at runtimeAnton Khirnov2016-02-14
* vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale2016-02-13
* hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-13
* dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes2016-02-13
* nvenc: rename a misnamed functionAnton Khirnov2016-02-12
* nvenc: merge input and output surface structsAnton Khirnov2016-02-12
* nvenc: factor out the pixel format listAnton Khirnov2016-02-12
* eatqi: Remove MpegEncContext dependencyVittorio Giovara2016-02-09
* mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-09
* mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun2016-02-09
* mpeg12dec: Always close reader on errorVittorio Giovara2016-02-09
* dnxhd: Make the encoder message friendlierLuca Barbato2016-02-09
* flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer2016-02-08
* v210: Use separate sample_factorsLuca Barbato2016-02-01
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-01
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-01
* flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis2016-02-01
* libx264: Make sure to preserve default option valuesVittorio Giovara2016-02-01
* v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-26
* qsvenc: Add private option to replace coder_typeVittorio Giovara2016-01-25
* qsvenc: fix a typoAnton Khirnov2016-01-23
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-23
* libavcodec: Add missing AVClass pointersMartin Storsjö2016-01-22
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-21
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-21
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-21
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-21
* lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-21
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-21
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-21
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-21
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-21
* lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-21
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-21
* lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-21
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-21
* riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-21