summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-26
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-25
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-25
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-25
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-25
* idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun2016-02-24
* qsvdec: store the sync point in heap memoryAnton Khirnov2016-02-24
* qsvenc: store the sync point in heap memoryMaxym Dmytrychenko2016-02-24
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-23
* lavc: add codec parameters APIAnton Khirnov2016-02-23
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-23
* mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-22
* h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-22
* libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-22
* build: Disentangle VC-1 decoder and parserDiego Biurrun2016-02-19
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-19
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-19
* msmpeg4data: K&R formatting cosmeticsDiego Biurrun2016-02-19
* 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