summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* sanm: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-281-4/+6
* x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-281-2/+2
* hevc: eliminate the last element from TransformTreeAnton Khirnov2014-07-282-13/+7
* hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov2014-07-282-41/+22
* hevc: do not store the transform inter_split flag in the contextAnton Khirnov2014-07-282-9/+6
* hevc: simplify splitting the transform tree blocksAnton Khirnov2014-07-281-22/+17
* hevc: eliminate an unnecessary arrayAnton Khirnov2014-07-282-10/+5
* codec_desc: fix some typos in long codec namesAnton Khirnov2014-07-281-2/+2
* lavc: add a property for marking codecs that support frame reorderingAnton Khirnov2014-07-283-17/+27
* eamad: use the bytestream2 API instead of AV_RLAnton Khirnov2014-07-271-17/+20
* avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun2014-07-264-6/+6
* hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-265-0/+903
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-263-21/+19
* mpegvideo: Move QMAT_SHIFT* defines to the only place they are usedDiego Biurrun2014-07-252-3/+3
* mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun2014-07-252-2/+3
* mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 definesDiego Biurrun2014-07-251-3/+0
* fft-test: Pass the right struct members instead of castingDiego Biurrun2014-07-251-16/+12
* vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_cDiego Biurrun2014-07-251-2/+15
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-2515-392/+451
* dct/rdft: Remove duplicate typedefs for context structsDiego Biurrun2014-07-253-5/+7
* mpegenccontext: Remove unused opaque pointerNidhi Makhijani2014-07-241-2/+0
* fft-test: Pass correct struct members to (i)dct functionsDiego Biurrun2014-07-231-3/+3
* fft-test: K&R formatting cosmeticsDiego Biurrun2014-07-231-77/+82
* fft-test: Check memory allocationsDiego Biurrun2014-07-231-4/+13
* fft-test: Drop unnecessary pointer indirection for context structsDiego Biurrun2014-07-231-24/+23
* fft-test: Reduce variable scope where sensibly possibleDiego Biurrun2014-07-231-51/+36
* mpegenccontext: Remove unused dct_unquantize_h261 function pointersNidhi Makhijani2014-07-231-4/+0
* fft-test: Make global exptab variable staticDiego Biurrun2014-07-231-1/+1
* mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-232-1/+3
* fft-test: Comment some #endifsDiego Biurrun2014-07-221-6/+6
* fft-test: Drop unnecessary #ifdefs around header includesDiego Biurrun2014-07-221-2/+0
* dct/rdft: Add missing typedefs for context structsDiego Biurrun2014-07-222-4/+4
* build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun2014-07-221-1/+1
* libxvid: Drop PPC-specific CPU detection hackDiego Biurrun2014-07-221-12/+0
* imgconvert: cosmetics: Reshuffle defines to reduce ifdefferyDiego Biurrun2014-07-211-9/+7
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-211-5/+1
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-214-0/+139
* build: Conditionally compile all avcodec test programsDiego Biurrun2014-07-211-5/+3
* build: Conditionally build and run DCT test programDiego Biurrun2014-07-212-3/+6
* build: Conditionally build and test iirfilterDiego Biurrun2014-07-211-3/+4
* mjpeg: return proper error codeNidhi Makhijani2014-07-211-1/+1
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-214-74/+185
* Revert "tiff: support reading gray+alpha at 8 bits"Janne Grunau2014-07-211-3/+0
* h264: Fix direct temporal mvs for bottom-field-first poc orderRonald S. Bultje2014-07-201-1/+2
* tiff: support reading gray+alpha at 8 bitsCarl Eugen Hoyos2014-07-201-0/+3
* idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun2014-07-206-22/+45
* mpegencconetxt: Move rv10-specific orig_width/orig_height where they belongNidhi Makhijani2014-07-202-7/+7
* fdct: Move ppc-specific declarations to a header in the ppc directoryDiego Biurrun2014-07-193-7/+5
* simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-195-6/+32
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-196-6/+32