summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-075-3/+6
* x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard2012-09-071-6/+8
* mss2: simplify loop in decode_rle()Alberto Delmás2012-09-061-2/+1
* mss12: avoid unnecessary division in arith*_get_bit()Alberto Delmás2012-09-061-1/+1
* mss2: do not try to read too many palette entriesAlberto Delmás2012-09-061-1/+1
* mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau2012-09-061-0/+3
* x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun2012-09-061-4/+4
* x86: vp56: cmov version of vp56_rac_get_prob requires inline asmHendrik Leppkes2012-09-051-1/+1
* dsputil: workaround __VA_ARGS__ missing tokenization for MSVCLuca Barbato2012-09-051-3/+7
* parser: Don't use pc as context for av_dlogMartin Storsjö2012-09-051-4/+4
* h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-051-1/+0
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-042-5/+5
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-0427-225/+225
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-044-10/+10
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-0413-279/+279
* svq1enc: Set picture_structure correctlyMichael Niedermayer2012-09-041-0/+1
* mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-041-3/+0
* mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer2012-09-041-1/+0
* elbg: Fix an assertMichael Niedermayer2012-09-041-1/+1
* proresenc: Don't free a buffer not owned by the codecMartin Storsjö2012-09-041-3/+0
* proresenc: Write the full value in one put_bits callMartin Storsjö2012-09-041-2/+1
* adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-041-1/+1
* x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-041-6/+0
* mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás2012-09-031-42/+21
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-034-37/+30
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-034-46/+46
* build: avcodec: order cosmeticsDiego Biurrun2012-09-031-2/+2
* intrax8dsp: Add missing #include to make header standaloneDiego Biurrun2012-09-031-0/+2
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-032-150/+0
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-026-34/+62
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-313-5/+10
* MSS2 decoderAlberto Delmás2012-08-3116-216/+1461
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-3114-81/+74
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-303-10/+25
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-306-14/+13
* g723_1: add comfort noise generationKostya Shishkov2012-08-302-7/+225
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-302-40/+29
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-302-26/+42
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-303-66/+309
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-291-0/+3
* x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: fix linking with --disable-mmxDiego Biurrun2012-08-291-3/+3
* x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiationDiego Biurrun2012-08-292-21/+26
* testprogs: Remove unused includesMartin Storsjö2012-08-291-2/+0
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-2811-9/+9
* x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-283-2/+2
* utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-281-116/+4
* huffman: add ff_huff_gen_len_tableMichael Niedermayer2012-08-283-62/+63
* cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-281-17/+13
* h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-281-1/+2
OpenPOWER on IntegriCloud