]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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.
2008-07-08 Michael Niedermayerindent
2008-07-08 Michael Niedermayer10000l for myself, my last change was incomplete.
2008-07-08 Erik HovlandOne-bit bitfields should probably be unsigned. Unfortun...
2008-07-08 Diego BiurrunAdd FFMPEG_CONFIGURATION to config.mak as well, it...
2008-07-08 Diego BiurrunRemove wrong casts from vector declarations, this would...
2008-07-08 Diego BiurrunIgnore case when sorting.
2008-07-08 Diego BiurrunList QuickTime container as MOV/QuickTime.
2008-07-08 Diego BiurrunRemove redundant Macromedia Flash entry in supported...
2008-07-08 Diego Biurrunformat name cosmetics, spelling cosmetics
2008-07-08 Diego BiurrunSort and prettyprint audio codecs table.
2008-07-08 Diego BiurrunSort and prettyprint video codecs table.
2008-07-08 Diego BiurrunSort and prettyprint the file formats table.
2008-07-08 Diego BiurrunRemove file extension from some formats, it's never...
2008-07-08 Diego Biurrunliba52 is not always used for AC-3 decoding.
2008-07-08 Diego BiurrunSort image formats table.
2008-07-08 Michael NiedermayerSet cur_dts to 0 only during creating new streams and...
2008-07-08 Diego BiurrunWMV8 is fully supported now.
2008-07-08 Diego Biurrunspelling cosmetics and format name fixes
2008-07-08 Diego Biurrunliba52 is no longer necessary for AC-3 decoding.
2008-07-08 Diego Biurrunspelling cosmetics
2008-07-08 Peter RossElectronic Arts CMV latent dox entry
2008-07-08 Peter RossElectronic Arts CMV latent changelog entry
2008-07-08 Peter RossElectronic Arts CMV demuxer
2008-07-08 Peter RossElectronic Arts CMV decoder
2008-07-08 Peter RossRemove AVPaletteControl from ALG MM demuxer/decoder
2008-07-08 Victor PollexMake LOAD4/STORE4 macros more generic.
2008-07-08 Luca AbeniRemove outdated comment
2008-07-08 Stefano SabatiniPrint libavformat version in outgoing SDPs.
2008-07-07 Aurelien Jacobscorrect path in *-uninstalled.pc
2008-07-07 Michael Niedermayer1 c-asm loop less and 1x unroll of float_to_int16_sse()
2008-07-07 Michael NiedermayerFix x86-64
2008-07-07 Michael Niedermayerdont use C-asm loops and unroll once float_to_int16_3dnow()
2008-07-07 Reimar Döffinger10l, fix nuv_header for the case when there is no video...
2008-07-07 Diego BiurrunAlphabetically order AVInputFormat/AVOutputFormat decla...
2008-07-07 Diego BiurrunAdd a note to remind people to add new raw formats...
2008-07-07 Diego BiurrunAdd missing dependency declaration for raw Dirac demuxer.
2008-07-07 Diego Biurrunspelling cosmetics in PCM codec long names
2008-07-07 Benjamin Larssonredundant assignment found by Clang
2008-07-06 Aurelien Jacobsadd some missing dependencies
2008-07-06 Vitor SessakSimplify: glob->phase is always == 3
2008-07-06 Vitor SessakCosmetics: reindent tables
2008-07-06 Vitor SessakRemove phasep context var, it is just phase*5
2008-07-06 Vitor SessakSlighly faster operation
2008-07-06 Vitor SessakTypo in a comment: s/two avoid/to avoid/
2008-07-06 Vitor SessakCosmetics: remove braces
2008-07-06 Vitor SessakAnother use of scalar_product_float()
next