summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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
* Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer2008-07-12
* indentMichael Niedermayer2008-07-12
* Only try to probe the codec when the available data has roughly doubledMichael Niedermayer2008-07-12
* Add mpegvideo and H.264 to the codec probe.Michael Niedermayer2008-07-12
* h264_probe()Michael Niedermayer2008-07-12
* indentMichael Niedermayer2008-07-12
* New codec probing system try #1.Michael Niedermayer2008-07-12
* command_streams are type data not unknown.Michael Niedermayer2008-07-12
* Use new style static VLC tables for IMC decoder.Reimar Döffinger2008-07-12
* Move add_to_pktbuf() before av_read_packet(). My future work on codec identif...Michael Niedermayer2008-07-12
* Move set_codec_from_probe_data() up to where the other probe functions are.Michael Niedermayer2008-07-12
* Pass AVPacketList instead of the whole context to add_to_pktbuf as that isMichael Niedermayer2008-07-12
* Prevent users from setting -vol and -acodec copy together.Ramiro Polla2008-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