summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun2014-07-26
* hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-26
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-26
* mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun2014-07-25
* mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun2014-07-25
* mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 definesDiego Biurrun2014-07-25
* fft-test: Pass the right struct members instead of castingDiego Biurrun2014-07-25
* vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_cDiego Biurrun2014-07-25
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* dct/rdft: Remove duplicate typedefs for context structsDiego Biurrun2014-07-25
* mpegenccontext: Remove unused opaque pointerNidhi Makhijani2014-07-24
* fft-test: Pass correct struct members to (i)dct functionsDiego Biurrun2014-07-23
* fft-test: K&R formatting cosmeticsDiego Biurrun2014-07-23
* fft-test: Check memory allocationsDiego Biurrun2014-07-23
* fft-test: Drop unnecessary pointer indirection for context structsDiego Biurrun2014-07-23
* fft-test: Reduce variable scope where sensibly possibleDiego Biurrun2014-07-23
* mpegenccontext: Remove unused dct_unquantize_h261 function pointersNidhi Makhijani2014-07-23
* fft-test: Make global exptab variable staticDiego Biurrun2014-07-23
* mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-23
* fft-test: Comment some #endifsDiego Biurrun2014-07-22
* fft-test: Drop unnecessary #ifdefs around header includesDiego Biurrun2014-07-22
* dct/rdft: Add missing typedefs for context structsDiego Biurrun2014-07-22
* build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun2014-07-22
* libxvid: Drop PPC-specific CPU detection hackDiego Biurrun2014-07-22
* imgconvert: cosmetics: Reshuffle defines to reduce ifdefferyDiego Biurrun2014-07-21
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-21
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-21
* build: Conditionally compile all avcodec test programsDiego Biurrun2014-07-21
* build: Conditionally build and run DCT test programDiego Biurrun2014-07-21
* build: Conditionally build and test iirfilterDiego Biurrun2014-07-21
* mjpeg: return proper error codeNidhi Makhijani2014-07-21
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-21
* Revert "tiff: support reading gray+alpha at 8 bits"Janne Grunau2014-07-21
* h264: Fix direct temporal mvs for bottom-field-first poc orderRonald S. Bultje2014-07-20
* tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-07-20
* idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun2014-07-20
* mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani2014-07-20
* fdct: Move ppc-specific declarations to a header in the ppc directoryDiego Biurrun2014-07-19
* simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-19
* dct-test: Reuse enum idct_permutation_type instead of duplicating itDiego Biurrun2014-07-18
* dct-test: Skip indirection for MMX IDCT permutationDiego Biurrun2014-07-18