]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-07-14 Ben Littleronly animated gif (gifdec.c) was removed)
2008-07-14 Diego Biurrungifdec.c was removed, purge its entry from the Makefile.
2008-07-13 Michael NiedermayerFix decoding of 320x240.ogg.
2008-07-13 Michael Niedermayer-itsscale to scale timestamps
2008-07-13 Alexander StrangeCosmetics: reindent.
2008-07-13 Alexander StrangeRemove const vector casts.
2008-07-13 Ben Littlerremoved gif decoder in r14209
2008-07-13 Diego BiurrunDrop non-C99-compliant initialization.
2008-07-13 Michael NiedermayerMake our flac decoder decode all the data at EOF.
2008-07-13 Matthieu Castettools/trasher: Don't mix srand/rand and srandom/random...
2008-07-13 Stefano Sabatinistrdup() the default value for rc_eq in AVCodec when...
2008-07-13 Michael NiedermayerOn EOF keep calling the decoders until they do not...
2008-07-13 Stefano SabatiniFix the logic to access the location of a string to...
2008-07-13 Vitor SessakSimplify
2008-07-13 Vitor SessakAnother av_clipf() usage
2008-07-13 Vitor SessakDo not declare as double a var that only stores a float
2008-07-13 Vitor SessakSimplify: use FFMAX
2008-07-13 Reimar Döffingercheck that csize in ff_lzw_decode_init is < LZW_MAXBITS...
2008-07-13 Vitor SessakAdd av_clipf() function to common.h and use it in ra288.c
2008-07-13 Måns Rullgårddvdsubdec: allow compilation with -DDEBUG
2008-07-13 Måns RullgårdRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-13 Måns RullgårdASF: use dprintf(), allow compilation with -DDEBUG
2008-07-13 Michael NiedermayerRemove gif demuxer, the code contains a gif decoder...
2008-07-13 Michael NiedermayerUse -vsync 0 unless the user explicitly asked for...
2008-07-13 Loren Merrittexploit mdct symmetry
2008-07-13 Ramiro Pollamlpdec: Check for bits left before each read of End...
2008-07-13 Loren Merrittsimplify vorbis windowing
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 Reimar Döffingerclip MS ADPCM predictor range to correct [0..6] range...
2008-07-13 Reimar DöffingerUse bytestream and AV_RL* functions in ADPCM code where...
2008-07-13 Reimar DöffingerFix MS ADPCM de- and encoding: first and second sample...
2008-07-13 Diego BiurrunAdd parisc* to the list of architectures requiring...
2008-07-13 Måns Rullgårdmpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
2008-07-13 Måns Rullgårdmathops: add MAC64, MLS64, and MLS16
2008-07-13 Måns RullgårdBitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
2008-07-12 Michael NiedermayerUse CODEC_ID_PROBE when the mpeg-ps demuxer does not...
2008-07-12 Måns Rullgårdconfigure: simplify negative dependencies
2008-07-12 Måns Rullgårdconfigure: allow !foo as argument to enabled/disabled...
2008-07-12 Michael NiedermayerRemove old hackish codec probe system.
2008-07-12 Anuradha SuraparajuFix pts handling when encoding with libschroedinger...
2008-07-12 Anuradha SuraparajuFix pts handling when encoding with libdirac.
2008-07-12 Michael NiedermayerUse strcmp() instead of strncmp() in set_codec_from_pro...
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerOnly try to probe the codec when the available data...
2008-07-12 Michael NiedermayerAdd mpegvideo and H.264 to the codec probe.
2008-07-12 Michael Niedermayerh264_probe()
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-12 Michael Niedermayercommand_streams are type data not unknown.
2008-07-12 Reimar DöffingerUse new style static VLC tables for IMC decoder.
2008-07-12 Michael NiedermayerMove add_to_pktbuf() before av_read_packet(). My future...
2008-07-12 Michael NiedermayerMove set_codec_from_probe_data() up to where the other...
2008-07-12 Michael NiedermayerPass AVPacketList instead of the whole context to add_t...
2008-07-12 Ramiro PollaPrevent users from setting -vol and -acodec copy together.
2008-07-12 Robert SwainTypo and grammar fix
2008-07-12 Robert SwainCorrect a couple of typos
2008-07-12 Reimar Döffinger100l, fix MS ADPCM decoding for e.g. http://samples...
2008-07-12 Reimar Döffinger10l, forgot to replace a / 256 for r14173.
2008-07-11 Reimar DöffingerChange MS ADPCM table so they fit into int8_t and chang...
2008-07-11 Michael Niedermayerindent
2008-07-11 Michael NiedermayerFix not coded channels / silence decoding.
2008-07-11 Michael NiedermayerCheck that we have enough output space available.
2008-07-11 Andreas ÖmanDeprecate avcodec_build(), it returns the same value as
2008-07-11 Michael Niedermayersimplify
2008-07-11 Michael NiedermayerFix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06...
2008-07-11 Diego BiurrunMove #ifdef CONFIG_DVVIDEO_ENCODER up to cover all...
2008-07-11 Diego BiurrunMake preprocessor condition more specific and useful...
2008-07-11 Diego BiurrunMove one function that is only used for muxing below...
2008-07-11 Diego BiurrunMove a function and an #ifdef CONFIG_MUXERS so that...
2008-07-11 Diego BiurrunMove functions only used for muxing below #ifdef CONFIG...
2008-07-11 Kostya ShishkovSSE2 optimizations for Monkey's Audio decoder vector...
2008-07-11 Jason Garrett... H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
2008-07-11 Ramiro PollaAdd a checklist about new codecs or formats to the...
2008-07-10 Ramiro PollaUpdate Changelog and documentation for MVI demuxer...
2008-07-10 Diego BiurrunUpdate info for Sonic, add Dirac to supported formats...
2008-07-10 Diego BiurrunSort lists ignoring case.
2008-07-10 Diego Biurruncosmetics: Fix inconsistent indentation.
2008-07-10 Luca Barbato100L, avoption splited code added, I should double...
2008-07-10 avcoderRemove useless casts.
2008-07-10 avcoderRemove useless casts.
2008-07-10 Anuradha SuraparajuParse frames to feed the decoder with individual parse...
2008-07-10 Anuradha SuraparajuAdd entry for Dirac codec.
2008-07-10 Anuradha SuraparajuAdd a parameter for queue size.
2008-07-10 Luca AbeniFix MPEG video packetization for RTP
2008-07-10 Kostya ShishkovMonkey's Audio decoder vector functions work on input...
2008-07-10 Gregory MontoirMotion Pixels MVI Demuxer.
2008-07-10 Gregory MontoirMotion Pixels Video Decoder.
2008-07-09 Luca BarbatoSplit AVOption/AVClass in a separate file. SoC Patch...
2008-07-09 Stefano SabatiniFix a warning in ffserver.c caused by the use of the...
2008-07-09 Michael NiedermayerRemove ancient code that hasnt worked in many years.
2008-07-09 Måns Rullgårdregenerate dependencies when building object files
2008-07-09 Michael NiedermayerNew full search ME
2008-07-09 Stefano SabatiniPrint the program_name rather than always "FFmpeg"...
2008-07-09 Alexander StrangeMake the function prototype visible to comply with...
2008-07-09 Peter Rossincrement minor version for commit r14110 (Electronic...
2008-07-09 Michael Niedermayerfloat_to_int16_sse2()
2008-07-09 Michael Niedermayerindent
2008-07-09 Michael NiedermayerAllow setting codecs through preset files
2008-07-09 Michael Niedermayerfix IPCM_decode_error.h264
2008-07-08 Michael NiedermayerFix the av_set_string() free / alloc issue.
next