7360 Commits (910e3668170d2e1e56dc28f8b722232a218e4b9a)

Author SHA1 Message Date
Måns Rullgård 6865e04620 ARM: optimised MUL64 17 years ago
Måns Rullgård 7995962d4b ARM: ARMv6 optimised MULH 17 years ago
Måns Rullgård 29c8b6263a Remove dead code in bitstream.h 17 years ago
Loren Merritt 4342a7f30b 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples 17 years ago
Måns Rullgård e1f15d3836 H264: fix index range assert() in remove_short_at_index() 17 years ago
Michael Niedermayer 54347c2f51 Fix infinite loop at EOF. 17 years ago
Vitor Sessak 0e3510a31f Revert r14218. FFMAX is a macro, so 17 years ago
Michael Niedermayer f55a5281ac Fix decoding of 320x240.ogg. 17 years ago
Michael Niedermayer 4c453ddbbc Make our flac decoder decode all the data at EOF. 17 years ago
Stefano Sabatini 9606a83824 strdup() the default value for rc_eq in AVCodec when setting it in 17 years ago
Stefano Sabatini f969058998 Fix the logic to access the location of a string to free when setting 17 years ago
Vitor Sessak b903a9285e Simplify 17 years ago
Vitor Sessak 3819081f75 Another av_clipf() usage 17 years ago
Vitor Sessak aa64ee30d1 Do not declare as double a var that only stores a float 17 years ago
Vitor Sessak 1894db1487 Simplify: use FFMAX 17 years ago
Reimar Döffinger b08edb2268 check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and 17 years ago
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 17 years ago
Måns Rullgård 8effdce0e7 dvdsubdec: allow compilation with -DDEBUG 17 years ago
Loren Merritt b9fa32082c exploit mdct symmetry 17 years ago
Ramiro Polla eb2cd99c73 mlpdec: Check for bits left before each read of End-of-Stream indicator and 17 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 17 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 17 years ago
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