7325 Commits (8a37920c9e0e60d69a3884dbff039133ef0cf9da)

Author SHA1 Message Date
Reimar Döffinger ff2271267e 10l, forgot to replace a / 256 for r14173. 17 years ago
Reimar Döffinger ddcf031f3b Change MS ADPCM table so they fit into int8_t and change array type. 17 years ago
Michael Niedermayer 4972a2464b indent 17 years ago
Michael Niedermayer 7ee18c1781 Fix not coded channels / silence decoding. 17 years ago
Michael Niedermayer 362aba4be7 Check that we have enough output space available. 17 years ago
Andreas Öman 0261e3651a Deprecate avcodec_build(), it returns the same value as 17 years ago
Diego Biurrun 4ad62d9a5c Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. 17 years ago
Diego Biurrun fd9f315339 Make preprocessor condition more specific and useful by changing 17 years ago
Kostya Shishkov d7e1fc4254 SSE2 optimizations for Monkey's Audio decoder vector functions 17 years ago
Jason Garrett-Glaser 3a8322b133 H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. 17 years ago
avcoder 6413d91d08 Remove useless casts. 17 years ago
avcoder 24909d3983 Remove useless casts. 17 years ago
Anuradha Suraparaju 733cec1d73 Parse frames to feed the decoder with individual parse units. 17 years ago
Anuradha Suraparaju 0cf0e25d22 Add a parameter for queue size. 17 years ago
Kostya Shishkov bb68f8a2b6 Monkey's Audio decoder vector functions work on input with length 17 years ago
Gregory Montoir 974e0eeed3 Motion Pixels Video Decoder. 17 years ago
Michael Niedermayer fdbb1feb27 Remove ancient code that hasnt worked in many years. 17 years ago
Michael Niedermayer 81d4ee3e16 New full search ME 17 years ago
Alexander Strange bc31447225 Make the function prototype visible to comply with C99 inline. 17 years ago
Peter Ross 5cfdfd8aae increment minor version for commit r14110 (Electronic Arts CMV decoder) 17 years ago
Michael Niedermayer e98750c373 float_to_int16_sse2() 17 years ago
Michael Niedermayer 7445f9cc67 fix IPCM_decode_error.h264 17 years ago
Michael Niedermayer 8dbee6538d Fix the av_set_string() free / alloc issue. 17 years ago
Diego Biurrun 716e7c0f0b Remove wrong casts from vector declarations, this would cause errors when 17 years ago
Peter Ross 495900f78b Electronic Arts CMV decoder 17 years ago
Peter Ross 60f451b6fe Remove AVPaletteControl from ALG MM demuxer/decoder 17 years ago
Victor Pollex 1835cda65a Make LOAD4/STORE4 macros more generic. 17 years ago
Michael Niedermayer 35ee72b1d7 1 c-asm loop less and 1x unroll of float_to_int16_sse() 17 years ago
Michael Niedermayer 560fa9bf51 Fix x86-64 17 years ago
Michael Niedermayer 63b737d4f9 dont use C-asm loops and unroll once float_to_int16_3dnow() 17 years ago
Benjamin Larsson 7769875db3 redundant assignment found by Clang 17 years ago
Vitor Sessak 5be30c59da Simplify: glob->phase is always == 3 17 years ago
Vitor Sessak f27f0fc374 Cosmetics: reindent tables 17 years ago
Vitor Sessak f803495415 Remove phasep context var, it is just phase*5 17 years ago
Vitor Sessak eb73742d6e Slighly faster operation 17 years ago
Vitor Sessak 0bbab5671d Typo in a comment: s/two avoid/to avoid/ 17 years ago
Vitor Sessak 8edfd15175 Cosmetics: remove braces 17 years ago
Vitor Sessak a5f0f504df Another use of scalar_product_float() 17 years ago
Vitor Sessak a03a6db1af Do not reimplement memmove() 17 years ago
Gregory Montoir 7bd2f502fa Remove context fields which can be used as simple local variables. 17 years ago
Gregory Montoir ce83d48b22 Remove av_cold attribute on decode_frame and add it to decode_end 17 years ago
Stefano Sabatini ed76af08a4 Document av_find_opt(). 17 years ago
Kostya Shishkov 7246d6311e Altivec implementation of APE vector functions 17 years ago
Kostya Shishkov 88c0536a42 Add several vector functions used by Monkey's Audio decoder to dsputil 17 years ago
Vitor Sessak 647b90ae0e Cosmetics: remove braces 17 years ago
Vitor Sessak 7a64649d68 Create a function for float dot product instead of duplicating all over the file 17 years ago
Diego Biurrun a4ce72480e Add correct header #include to fix 'make checkheaders'. 17 years ago
Diego Biurrun 0e74e1ff3c Add required stdint.h header #include. 17 years ago
Diego Biurrun 9906a2be76 spelling cosmetics 17 years ago
Diego Biurrun bbdfa06d43 Add a note to remind people that new PCM/ADPCM formats need to be added to 17 years ago