aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Typo and grammar fixRobert Swain2008-07-121-1/+1
* Correct a couple of typosRobert Swain2008-07-122-2/+2
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Reimar Döffinger2008-07-121-1/+1
* 10l, forgot to replace a / 256 for r14173.Reimar Döffinger2008-07-121-1/+1
* Change MS ADPCM table so they fit into int8_t and change array type.Reimar Döffinger2008-07-111-6/+6
* indentMichael Niedermayer2008-07-111-17/+17
* Fix not coded channels / silence decoding.Michael Niedermayer2008-07-111-5/+8
* Check that we have enough output space available.Michael Niedermayer2008-07-111-0/+9
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-112-1/+5
* Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.Diego Biurrun2008-07-111-1/+1
* Make preprocessor condition more specific and useful by changingDiego Biurrun2008-07-111-1/+1
* SSE2 optimizations for Monkey's Audio decoder vector functionsKostya Shishkov2008-07-111-0/+78
* H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.Jason Garrett-Glaser2008-07-111-0/+1
* Remove useless casts.avcoder2008-07-101-5/+5
* Remove useless casts.avcoder2008-07-101-3/+3
* Parse frames to feed the decoder with individual parse units.Anuradha Suraparaju2008-07-101-11/+71
* Add a parameter for queue size.Anuradha Suraparaju2008-07-102-0/+5
* Monkey's Audio decoder vector functions work on input with lengthKostya Shishkov2008-07-101-3/+3
* Motion Pixels Video Decoder.Gregory Montoir2008-07-104-1/+367
* Remove ancient code that hasnt worked in many years.Michael Niedermayer2008-07-091-257/+0
* New full search MEMichael Niedermayer2008-07-091-0/+37
* Make the function prototype visible to comply with C99 inline.Alexander Strange2008-07-091-0/+1
* increment minor version for commit r14110 (Electronic Arts CMV decoder)Peter Ross2008-07-091-1/+1
* float_to_int16_sse2()Michael Niedermayer2008-07-091-0/+20
* fix IPCM_decode_error.h264Michael Niedermayer2008-07-091-9/+7
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-082-2/+21
* Remove wrong casts from vector declarations, this would cause errors whenDiego Biurrun2008-07-082-8/+8
* Electronic Arts CMV decoderPeter Ross2008-07-084-0/+217
* Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross2008-07-081-12/+18
* Make LOAD4/STORE4 macros more generic.Victor Pollex2008-07-082-18/+18
* 1 c-asm loop less and 1x unroll of float_to_int16_sse()Michael Niedermayer2008-07-071-12/+19
* Fix x86-64Michael Niedermayer2008-07-073-5/+5
* dont use C-asm loops and unroll once float_to_int16_3dnow()Michael Niedermayer2008-07-071-12/+19
* redundant assignment found by ClangBenjamin Larsson2008-07-071-1/+0
* Simplify: glob->phase is always == 3Vitor Sessak2008-07-061-7/+4
* Cosmetics: reindent tablesVitor Sessak2008-07-061-36/+38
* Remove phasep context var, it is just phase*5Vitor Sessak2008-07-061-5/+5
* Slighly faster operationVitor Sessak2008-07-061-1/+1
* Typo in a comment: s/two avoid/to avoid/Vitor Sessak2008-07-061-1/+1
* Cosmetics: remove bracesVitor Sessak2008-07-061-2/+1
* Another use of scalar_product_float()Vitor Sessak2008-07-061-3/+2
* Do not reimplement memmove()Vitor Sessak2008-07-061-4/+2
* Remove context fields which can be used as simple local variables.Gregory Montoir2008-07-061-8/+8
* Remove av_cold attribute on decode_frame and add it to decode_endGregory Montoir2008-07-061-2/+2
* Document av_find_opt().Stefano Sabatini2008-07-061-0/+12
* Altivec implementation of APE vector functionsKostya Shishkov2008-07-061-0/+63
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-063-29/+48
* Cosmetics: remove bracesVitor Sessak2008-07-051-2/+1
* Create a function for float dot product instead of duplicating all over the fileVitor Sessak2008-07-051-20/+14
* Add correct header #include to fix 'make checkheaders'.Diego Biurrun2008-07-051-1/+1