summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* unroll another common case in vorbis_residue_decodeLoren Merritt2008-07-15
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-15
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-15
* Make v4l2_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-15
* Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini2008-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
* ARM: ARMv6 optimised FASTDIVMåns Rullgård2008-07-15
* ARM: disable use of system byteswap.hMåns Rullgård2008-07-15
* 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