summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* indeo2: Fix banding artefactsLuca Barbato2016-03-012-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-03-011-104/+104
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-0120-243/+463
* rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-263-13/+34
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-263-1/+8
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-261-5/+6
* qsv: Move down the implementation queryLuca Barbato2016-02-261-16/+16
* avpacket: properly reset data/size in av_packet_move_ref()Anton Khirnov2016-02-261-0/+2
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-261-2/+1
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-251-6/+19
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-251-2/+5
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-251-11/+5
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-251-8/+0
* idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun2016-02-241-0/+2
* qsvdec: store the sync point in heap memoryAnton Khirnov2016-02-241-6/+28
* qsvenc: store the sync point in heap memoryMaxym Dmytrychenko2016-02-241-7/+18
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-232-12/+28
* lavc: add codec parameters APIAnton Khirnov2016-02-233-1/+316
* x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-231-4/+8
* mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-221-1/+1
* h264: Add an AVClass pointer to H264ContextMichael Niedermayer2016-02-221-0/+1
* libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-221-2/+2
* build: Disentangle VC-1 decoder and parserDiego Biurrun2016-02-191-1/+2
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-194-8/+8
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-198-24/+71
* msmpeg4data: K&R formatting cosmeticsDiego Biurrun2016-02-191-1817/+1793
* build: Introduce iso_media componentDiego Biurrun2016-02-181-9/+5
* build: Let the WTV demuxer select the MPEG-TS demuxerDiego Biurrun2016-02-181-1/+0
* build: Fix dependencies for components relying on H.263 data tablesDiego Biurrun2016-02-181-3/+3
* build: Add missing dependencies for eatqi decoderDiego Biurrun2016-02-181-1/+1
* build: Add missing celp_math dependency for G723_1 encoder and decoderVittorio Giovara2016-02-181-2/+4
* profiles: Add missing #endif commentDiego Biurrun2016-02-181-1/+1
* cosmetics: Drop particularly redundant silly commentsDiego Biurrun2016-02-184-53/+1
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-1830-42/+1
* qsv: add a missing #includeAnton Khirnov2016-02-181-0/+2
* fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefsDiego Biurrun2016-02-152-4/+4
* nvenc: support CUDA frames as inputAnton Khirnov2016-02-142-62/+238
* lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-143-1/+26
* Allow linking to CUDA dynamically instead of dlopen()ing it at runtimeAnton Khirnov2016-02-142-0/+17
* 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
OpenPOWER on IntegriCloud