]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-12-14 Daniel VerkampFLV 8-bit PCM is unsigned, not signed
2009-12-14 Michael NiedermayerFactorize ic->streams[i] out,
2009-12-14 Michael NiedermayerPlace { of the function where indent -kr wants it.
2009-12-13 Michael NiedermayerMake sure the Metadata: header is not printed if the...
2009-12-13 Michael NiedermayerMove dump_metadata() to where it is in ffmbc, looks...
2009-12-13 Michael Niedermayerindent
2009-12-13 Michael NiedermayerSkip dumping language twice.
2009-12-13 Michael Niedermayerdump metadata for AVStreams & AVPrograms too.
2009-12-13 Michael NiedermayerFactorize dump_metadata() out.
2009-12-13 Michael NiedermayerTry to simplify av_estimate_timings_from_pts() like...
2009-12-13 Alexander StrangeCorrect truncated ID3v1 genre name.
2009-12-13 Michael NiedermayerDebug av_log() about stream probing from ffmbc.
2009-12-13 Michael NiedermayerAdd CODEC_ID_DNXHD into the 25 fps case.
2009-12-13 Michael NiedermayerSimplify code by using av_metadata_set2().
2009-12-13 Michael NiedermayerMore entries for ff_id3v2_metadata_conv from ffmbc.
2009-12-13 Michael Niedermayers/author/artist/ for ID3
2009-12-13 Michael NiedermayerMore ID3v1 genres from ffmbc.
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-12-13 Michael Niedermayeradd av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY...
2009-12-13 Michael NiedermayerAdd flags to prevent strdup() on arguments to av_metada...
2009-12-13 Michael NiedermayerUntil -DHAVE_AV_CONFIG_H is removed from ffplays compil...
2009-12-13 Michael NiedermayerMove #include where it belongs.
2009-12-13 Michael NiedermayerGet rid of useless casts.
2009-12-13 Michael NiedermayerAPIchanges update for av_d2str()
2009-12-13 Michael NiedermayerAdd a function to convert a number to a av_malloced...
2009-12-13 Michael NiedermayerPrint extradata in case of failure. I had this in my...
2009-12-13 Michael NiedermayerAPIChanges & minor bump due to avg_frame_rate addition.
2009-12-13 Michael NiedermayerAdd avg_frame_rate.
2009-12-13 Thilo BorgmannRead and decode block data in separate functions to...
2009-12-13 Carl Eugen... Use constant CODEC_ID_NONE instead of 0 where appropriate.
2009-12-13 Michael NiedermayerRemove commented out code.
2009-12-13 Michael NiedermayerShow help if no cmd line options are provided at all.
2009-12-13 Kostya ShishkovFactor out extradata reading code.
2009-12-13 Kostya ShishkovRM audio stream version should be 16-bit followed by...
2009-12-13 Kostya ShishkovMake RM demuxer look more like proper demuxer by introd...
2009-12-13 Kostya ShishkovFactor out variable declaration
2009-12-12 David ConradClarify comment: although still hacky, it is correct...
2009-12-12 David Conradlibtheoraenc.c: mark keyframes
2009-12-12 David ConradFix PTS for OGM codecs.
2009-12-12 Michael NiedermayerBe less picky on invalid frame_pred_frame_dct values.
2009-12-12 Stefano SabatiniOnly list libavfilter filters if libavfilter has been...
2009-12-12 Stefano SabatiniMove list_fmts() from ffmpeg.c to cmdutils.{h,c}, so...
2009-12-12 Reimar DöffingerAdd ROQ format regression test.
2009-12-12 Jai MenonSVQ3 : Set avctx->pix_fmt correctly during decoder...
2009-12-12 Stefano SabatiniAdd an entry for the av_bmg_next() function addition.
2009-12-12 Stefano SabatiniImplement av_bmg_next(), a Box-Muller Gaussian random...
2009-12-12 Stefano SabatiniImplement a -filters option, listing all the available...
2009-12-12 John StebbinsReset pts_buffers in av_read_frame_flush().
2009-12-12 Vitor SessakCommit functions used by both AMRNB and SIPR
2009-12-12 Stefano SabatiniReduce the number of encoded frames for the dnxhd tests...
2009-12-11 Tomas HärdinFail earlier for unsupported resolutions or pixel forma...
2009-12-11 Michael Niedermayerindent
2009-12-11 Michael NiedermayerMake sure av_new_packet() initializes the data and...
2009-12-11 Stefano SabatiniMake parse_filter() parsing more robust.
2009-12-11 Kostya ShishkovDump RTMP packet contents in debug mode
2009-12-11 Martin Storsjö5l trocadero: don't forget to free packet in gen_connect()
2009-12-11 Martin StorsjöDo not try to interact with RTMP server after "stop...
2009-12-10 Carl Eugen... (Partly) support Metasoft MJPEG Codec, fixes half of...
2009-12-10 Carl Eugen... Support Etymonix MPEG-2 video codec, fixes issue 1603.
2009-12-10 Carl Eugen... Do not print 'faac:' when using libfaad.
2009-12-10 Michael NiedermayerCosmetic (restructure RGB ljpeg check to be more readable)
2009-12-10 Michael Niedermayer10l, Fix YUV ljpeg that i just broke by mistake.
2009-12-10 Michael NiedermayerCorrect a forgotten RGB32.
2009-12-10 Michael NiedermayerFlip red and blue in rct-less lossless jpeg.
2009-12-10 Michael NiedermayerLossless jpeg expects and uses BGRA not RGB32 (this...
2009-12-10 Michael NiedermayerFix RGB LJPEG encoding.
2009-12-09 Carl Eugen... Cosmetics: Fix typos in r20780.
2009-12-09 Ben Littleradd dvcs to dvvideo, fixes issue 1604
2009-12-09 Michael NiedermayerImprove time_increment_bits guessing code.
2009-12-09 Michael NiedermayerEnd startcode prefix search at the end of a AVC unit.
2009-12-09 Loren Merrittrevert r20775, because equivalent code has been committ...
2009-12-09 Jason Garrett... Minor version bump for mbtree addition.
2009-12-08 Carl Eugen... Support AVI1 and AVI2 in avi as MJPEG.
2009-12-08 Zhihang WangMention patcheck.
2009-12-08 Stefano SabatiniMake parse_key_value_pair() print an error message...
2009-12-08 Stefano SabatiniUse an unsigned int to contain all the color values...
2009-12-08 Loren Merrittfix a crash in ape decoding on x86_32 sse2
2009-12-08 Daniel VerkampAC-3 decoder is no longer GPL; update FAQ
2009-12-08 Jason Garrett... Boolify options passed to x264.
2009-12-08 Erik SlagterAdd MBtree support for libx264
2009-12-08 Andreas Ömanaac: Set sample rate in avctx from ADTS header (if...
2009-12-08 Michael NiedermayerReduce warnings about too few consumed bytes to debug...
2009-12-08 Stefano SabatiniFix alpha plane flipping for the yuva420p and similar...
2009-12-08 Michael NiedermayerDo as the comment says and signal an error.
2009-12-08 Michael Niedermayer10l bug, use av_fast_malloc() instead if av_malloc...
2009-12-08 Michael NiedermayerTry to allocate audio buffer sizes depending on the...
2009-12-08 Michael NiedermayerCheck that the buffer size speified to avcodec_encode_a...
2009-12-08 Michael NiedermayerDo not assume that av_get_bits_per_sample() is a multip...
2009-12-08 Michael NiedermayerRaise threshold of h263 probe by 1 to avoid misdetection.
2009-12-08 Michael NiedermayerAdd out commented av_log to debug h263_probe.
2009-12-08 Michael NiedermayerAlso print the number of invalid packets in the debug...
2009-12-08 Michael NiedermayerFlip the comparission direction of vid+audio+priv1...
2009-12-07 Reimar DöffingerMake sure that compilation fails if functions like...
2009-12-07 Michael NiedermayerGet rid of audio_out2, it seems unneeded.
2009-12-07 Jai MenonUpdate seek.regression.ref. This is due to r20758.
2009-12-07 Jai MenonAU : demuxed packet size should be sample size aligned.
2009-12-07 Ramiro PollaDocument the differences between the two asm fragments...
2009-12-07 Michael NiedermayerPrint error messages on errors.
2009-12-06 Michael NiedermayerFix apparent 10l typos introduced in r8627.
2009-12-06 Ramiro PollaStart using intermediate buffers at index 0.
next