summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-225-1653/+1792
* intrax8: Adjust printf conversion specifier for sizeof expressionDiego Biurrun2016-03-221-1/+2
* intrax8: Move a comment to the place it correspondsVittorio Giovara2016-03-221-6/+5
* intrax8: Wrap multiline macros in do{}while(0) clausesVittorio Giovara2016-03-221-7/+10
* intrax8: Move error resilience out of intrax8Vittorio Giovara2016-03-223-8/+10
* indeo4: Consistently initialize variablesVittorio Giovara2016-03-222-8/+4
* indeo4: Rework stream analysis reportVittorio Giovara2016-03-223-30/+18
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-2019-431/+1345
* takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun2016-03-201-0/+6
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-198-10/+10
* svq3: Use a separate buffer for decoding the slicesLuca Barbato2016-03-161-23/+32
* qsv: Fix loading multiple pluginsLuca Barbato2016-03-151-0/+2
* mpegvideo: Refactor emulated_edge_mc callsLuca Barbato2016-03-051-42/+36
* mpegvideo: Fix undefined negative shifts in mpeg_motion_internalLuca Barbato2016-03-051-6/+6
* mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato2016-03-051-3/+3
* idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-053-25/+25
* vdpau: Add missing deprecation guardsVittorio Giovara2016-03-051-0/+2
* lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-051-13/+15
* 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
OpenPOWER on IntegriCloud