summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-16
* Print slice num as well.Michael Niedermayer2008-07-16
* float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt2008-07-16
* vorbis: reduce memory by reusing buffersLoren Merritt2008-07-15
* unroll another common case in vorbis_residue_decodeLoren Merritt2008-07-15
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-15
* ARM: optimised MAC64 and MLS64Måns Rullgård2008-07-15
* ARM: optimised MUL64Måns Rullgård2008-07-15
* ARM: ARMv6 optimised MULHMåns Rullgård2008-07-15
* Remove dead code in bitstream.hMåns Rullgård2008-07-15
* 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samplesLoren Merritt2008-07-15
* H264: fix index range assert() in remove_short_at_index()Måns Rullgård2008-07-14
* Fix infinite loop at EOF.Michael Niedermayer2008-07-14
* Revert r14218. FFMAX is a macro, soVitor Sessak2008-07-14
* Fix decoding of 320x240.ogg.Michael Niedermayer2008-07-13
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-13
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-13
* Fix the logic to access the location of a string to free when settingStefano Sabatini2008-07-13
* SimplifyVitor Sessak2008-07-13
* Another av_clipf() usageVitor Sessak2008-07-13
* Do not declare as double a var that only stores a floatVitor Sessak2008-07-13
* Simplify: use FFMAXVitor Sessak2008-07-13
* check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough andReimar Döffinger2008-07-13
* Add av_clipf() function to common.h and use it in ra288.cVitor Sessak2008-07-13
* dvdsubdec: allow compilation with -DDEBUGMåns Rullgård2008-07-13
* exploit mdct symmetryLoren Merritt2008-07-13
* mlpdec: Check for bits left before each read of End-of-Stream indicator andRamiro Polla2008-07-13
* simplify vorbis windowingLoren Merritt2008-07-13
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* clip MS ADPCM predictor range to correct [0..6] range, not [0..7]Reimar Döffinger2008-07-13
* Use bytestream and AV_RL* functions in ADPCM code where possibleReimar Döffinger2008-07-13
* Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger2008-07-13
* mpegaudio: use MAC/MLS macros in ff_mpa_synth_filterMåns Rullgård2008-07-13
* mathops: add MAC64, MLS64, and MLS16Måns Rullgård2008-07-13
* Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READERMåns Rullgård2008-07-13
* Fix pts handling when encoding with libschroedinger, closes issue 453.Anuradha Suraparaju2008-07-12
* Fix pts handling when encoding with libdirac.Anuradha Suraparaju2008-07-12
* New codec probing system try #1.Michael Niedermayer2008-07-12
* Use new style static VLC tables for IMC decoder.Reimar Döffinger2008-07-12
* Typo and grammar fixRobert Swain2008-07-12
* Correct a couple of typosRobert Swain2008-07-12
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Reimar Döffinger2008-07-12
* 10l, forgot to replace a / 256 for r14173.Reimar Döffinger2008-07-12
* Change MS ADPCM table so they fit into int8_t and change array type.Reimar Döffinger2008-07-11
* indentMichael Niedermayer2008-07-11
* Fix not coded channels / silence decoding.Michael Niedermayer2008-07-11
* Check that we have enough output space available.Michael Niedermayer2008-07-11
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-11
* Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.Diego Biurrun2008-07-11
* Make preprocessor condition more specific and useful by changingDiego Biurrun2008-07-11