]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-12-15 Ramiro PollaFix a typo in documentation.
2009-12-14 Stefano SabatiniFactorize opt+1 out in parse_options(), simplify.
2009-12-14 Carl Eugen... Define _XOPEN_SOURCE as 600 before including a XSI...
2009-12-14 Stefano SabatiniUse symbolic names for PAL/NTSC/FILM rather than numeri...
2009-12-14 Benjamin LarssonFix breakage introduced by setting the sample_fmt to...
2009-12-14 Vitor SessakCorrect typo
2009-12-14 Alex Converse10l: Don't spawn a subshell when disabling vdpau.
2009-12-14 Michael NiedermayerRevert flvdec.c part of r20836
2009-12-14 Michael NiedermayerInclude dup/drop info if any frames where duplicated...
2009-12-14 Michael NiedermayerOff by 1 bugfix for nb_frames_dup.
2009-12-14 Michael NiedermayerMerge init & declaration of buf_end.
2009-12-14 Michael NiedermayerSet reordered_opaque in default_reget_buffer() with...
2009-12-14 Michael NiedermayerCheck sample_aspect_ratio validity for mpeg4/h263/h263p...
2009-12-14 Carl Eugen... Use PIX_FMT_NONE for -1 when enum PixelFormat is expect...
2009-12-14 Carl Eugen... Use enum PixelFormat as type for input_pixfmt to avoid...
2009-12-14 Luca AbeniSupport compressed formats in the V4L2 input device.
2009-12-14 Luca AbeniAdd support for V4L2 compressed formats in the table...
2009-12-14 Luca AbeniUse the correct type for the V4L2 format.
2009-12-14 Luca AbeniReturn pkt->size in v4l2_read_packet().
2009-12-14 Alex ConverseDisable vdpau support if the detected libvdpau does...
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
next