summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* imgconvert: Add the proper API guards to a deprecated functionVittorio Giovara2016-01-21
* imgconvert: Move AVPicture-related static function to the deprecated sectionVittorio Giovara2016-01-21
* imgconvert: Move the shrink functions only where neededVittorio Giovara2016-01-21
* imgconvert: Drop outdated comment blockVittorio Giovara2016-01-21
* libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen2016-01-19
* lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-19
* mathops: mips: Correctly enable loongson-specific assemblyLuca Barbato2016-01-19
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-18
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-18
* dca: fix misaligned access in ff_dca_convert_bitstreamAndreas Cadhalpun2016-01-15
* xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2016-01-13
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2016-01-13
* nvenc: generate dts properlyAnton Khirnov2016-01-12
* nvenc: fix encoding with B-framesAnton Khirnov2016-01-12
* nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov2016-01-12
* nvenc: rename encodersAnton Khirnov2016-01-12
* nvenc: better error handlingAnton Khirnov2016-01-12
* lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-11
* lavc: Add get_bitsz()Andreas Cadhalpun2016-01-11
* sunrastenc: Properly load codec private optionsVittorio Giovara2016-01-11
* get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2016-01-11
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* avpacket: fix size check in packet_allocAndreas Cadhalpun2016-01-07
* qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov2016-01-07
* qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-07
* h264_refs: Remove broken trace debug codeDiego Biurrun2016-01-03
* lavc: Add missing #includes for ff_dlog()Diego Biurrun2016-01-03
* qsvdec: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-01
* qsvenc_hevc: improve the default settingsMaxym Dmytrychenko2016-01-01
* h264: improve behaviour with invalid reference listsAnton Khirnov2016-01-01
* dca: use defines for subband related constantsAlexandra Hájková2015-12-31
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-30