summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()Måns Rullgård2008-07-15
* ARM: ARMv6 optimised bswap_16/32Måns Rullgård2008-07-15
* Remove dead code in bitstream.hMåns Rullgård2008-07-15
* Print the address of the AVCodecContext in av_log().Alexander Strange2008-07-15
* 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samplesLoren Merritt2008-07-15
* Make flic probe check a few more things.Michael Niedermayer2008-07-14
* Move the codec_id overriding at a slightly better place.Michael Niedermayer2008-07-14
* H264: fix index range assert() in remove_short_at_index()Måns Rullgård2008-07-14
* Remove common factors from timebase in av_set_pts_info().Michael Niedermayer2008-07-14
* Fix infinite loop at EOF.Michael Niedermayer2008-07-14
* Revert r14218. FFMAX is a macro, soVitor Sessak2008-07-14
* only animated gif (gifdec.c) was removed)Ben Littler2008-07-14
* gifdec.c was removed, purge its entry from the Makefile.Diego Biurrun2008-07-14
* Fix decoding of 320x240.ogg.Michael Niedermayer2008-07-13
* -itsscale to scale timestampsMichael Niedermayer2008-07-13
* Cosmetics: reindent.Alexander Strange2008-07-13
* Remove const vector casts.Alexander Strange2008-07-13
* removed gif decoder in r14209Ben Littler2008-07-13
* Drop non-C99-compliant initialization.Diego Biurrun2008-07-13
* Make our flac decoder decode all the data at EOF.Michael Niedermayer2008-07-13
* tools/trasher: Don't mix srand/rand and srandom/random interface.Matthieu Castet2008-07-13
* strdup() the default value for rc_eq in AVCodec when setting it inStefano Sabatini2008-07-13
* On EOF keep calling the decoders until they do not output anythingMichael Niedermayer2008-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
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
* ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-13
* Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2008-07-13
* Use -vsync 0 unless the user explicitly asked for somethingMichael Niedermayer2008-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
* Add parisc* to the list of architectures requiring PIC flags for shared libs.Diego Biurrun2008-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
* Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer2008-07-12
* configure: simplify negative dependenciesMåns Rullgård2008-07-12
* configure: allow !foo as argument to enabled/disabled and *_deps listsMåns Rullgård2008-07-12
* Remove old hackish codec probe system.Michael Niedermayer2008-07-12