summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: Undeprecate reordered_opaqueDiego Biurrun2014-08-07
* h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-07
* svq1: do not modify the input packetAnton Khirnov2014-08-06
* cdgraphics: do not return 0 from the decode functionAnton Khirnov2014-08-06
* cdgraphics: switch to bytestream2Anton Khirnov2014-08-06
* jpeg2000: enable 4 component pixel formatsVittorio Giovara2014-08-06
* huffyuvdec: check width size for yuv422pMichael Niedermayer2014-08-05
* mmvideo: check horizontal coordinate tooMichael Niedermayer2014-08-05
* wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer2014-08-05
* vc-1: Optimise parser (with special attention to ARM)Ben Avison2014-08-04
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-04
* h264: Move start code search functions into separate source files.Ben Avison2014-08-04
* avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun2014-08-04
* tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-08-04
* tiff: support reading gray+alpha at 16 bitsVittorio Giovara2014-08-04
* png: support reading gray+alpha at 16 bitsVittorio Giovara2014-08-04
* png: disable broken MMX/SIMD code for bpp <= 2Vittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya2014-08-03
* huffyuv: Check and propagate function return valuesDiego Biurrun2014-08-03
* huffyuv: Return proper error codesDiego Biurrun2014-08-03
* huffyuv: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2014-08-03
* huffyuv: Eliminate some pointless castsDiego Biurrun2014-08-03
* huffyuv: K&R formatting cosmeticsDiego Biurrun2014-08-03
* mpeg4video: Initialize xvididct for all threadsAnton Khirnov2014-08-03
* aarch64: add ',' between assembler macro arguments where missingJanne Grunau2014-08-04
* avcodec: Deprecate unused defines and optionsDiego Biurrun2014-08-03
* avcodec: options: Add missing deprecation ifdefs around emu_edgeDiego Biurrun2014-08-03
* lcl: Disentangle pointers to input data and decompression bufferDiego Biurrun2014-08-03
* tiff: Replace deprecated PIX_FMT names by modern onesDiego Biurrun2014-08-02
* dv: Update DV-profile-related functions to current public APIDiego Biurrun2014-08-02
* ppc: fft: Build AltiVec optimizations in the standard wayDiego Biurrun2014-08-02
* h264: prevent theoretical infinite loop in SEI parsingVittorio Giovara2014-08-01
* pngdec: correctly indent macrosVittorio Giovara2014-08-01
* tscc: Eliminate pointless variable indirections in decode_frame()Diego Biurrun2014-08-01
* pngenc: Drop pointless pointer cast in png_write_row()Diego Biurrun2014-08-01
* idct: Split off Xvid IDCTDiego Biurrun2014-08-01
* ppc: idctdsp: Immediately return if no AltiVec is availableDiego Biurrun2014-08-01
* pgssubdec: Check RLE size before copyingMichael Niedermayer2014-08-01
* mpegvideo: move vol_control_parameters to the only place it is usedNidhi Makhijani2014-07-29
* sanm: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-28
* x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-28
* hevc: eliminate the last element from TransformTreeAnton Khirnov2014-07-28
* hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov2014-07-28
* hevc: do not store the transform inter_split flag in the contextAnton Khirnov2014-07-28
* hevc: simplify splitting the transform tree blocksAnton Khirnov2014-07-28
* hevc: eliminate an unnecessary arrayAnton Khirnov2014-07-28
* codec_desc: fix some typos in long codec namesAnton Khirnov2014-07-28
* lavc: add a property for marking codecs that support frame reorderingAnton Khirnov2014-07-28
* eamad: use the bytestream2 API instead of AV_RLAnton Khirnov2014-07-27