7138 Commits (f9bd305694747b0bb51700c8fe1745beaaf886e3)

Author SHA1 Message Date
Reimar Döffinger f9bd305694 clip MS ADPCM predictor range to correct [0..6] range, not [0..7] 17 years ago
Reimar Döffinger 962fe7e1c4 Use bytestream and AV_RL* functions in ADPCM code where possible 17 years ago
Reimar Döffinger ae8afab998 Fix MS ADPCM de- and encoding: first and second sample are swapped. 17 years ago
Måns Rullgård 9ea583e1f6 mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter 17 years ago
Måns Rullgård ffa978f157 mathops: add MAC64, MLS64, and MLS16 17 years ago
Måns Rullgård 71c465a151 Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER 17 years ago
Anuradha Suraparaju 007f67b012 Fix pts handling when encoding with libschroedinger, closes issue 453. 17 years ago
Anuradha Suraparaju f73b204000 Fix pts handling when encoding with libdirac. 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Reimar Döffinger 09fec2b929 Use new style static VLC tables for IMC decoder. 17 years ago
Robert Swain f1b2f1bf50 Typo and grammar fix 17 years ago
Robert Swain 848eab4e0a Correct a couple of typos 17 years ago
Reimar Döffinger 8884b91898 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov 17 years ago
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