7178 Commits (be390a4e2e71e21fd6185185a7f5c882ff16ed05)

Author SHA1 Message Date
Vitor Sessak 96e8987e5b Simplify: do not overuse pointer aritmetic 17 years ago
Vitor Sessak c52d2da905 Declare parameters of pred() that could be const as such 17 years ago
Vitor Sessak efa85e5e45 Another simplification 17 years ago
Vitor Sessak 4a51e06bfc Simplify 17 years ago
Vitor Sessak 02a1eb9329 Simplify 17 years ago
Vitor Sessak e4265007a6 Declare function parameters as const 17 years ago
Michael Niedermayer 7c5ea40ca4 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the 17 years ago
Stefano Sabatini ef2b64f04c Free in avcodec_close() avctx->rc_eq. Fix a memory leak. 17 years ago
Michael Niedermayer 9dff86c672 10000l, revert 17 years ago
Michael Niedermayer 1d42f41091 indent 17 years ago
Michael Niedermayer 7a9dba3cd6 SVQ3 uses the JPEG variant of YUV 4:2:0. 17 years ago
Michael Niedermayer 38844c0b42 The funny memcpyin svq3 generally has src & dst overlapping, so it 17 years ago
Michael Niedermayer fb0fbd7c6c Print slice num as well. 17 years ago
Loren Merritt 5eb0f2a425 float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. 17 years ago
Loren Merritt 633d9def9d vorbis: reduce memory by reusing buffers 17 years ago
Loren Merritt 1a32536737 unroll another common case in vorbis_residue_decode 17 years ago
Alexander Strange 64b9d48f76 Move the size of the H264Context delayed_pic array into a #define. 17 years ago
Måns Rullgård b0367ef00a ARM: optimised MAC64 and MLS64 17 years ago
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