Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-14Revert flvdec.c part of r20836Michael Niedermayer
2009-12-14Include dup/drop info if any frames where duplicated or dropedMichael Niedermayer
2009-12-14Off by 1 bugfix for nb_frames_dup.Michael Niedermayer
2009-12-14Merge init & declaration of buf_end.Michael Niedermayer
2009-12-14Set reordered_opaque in default_reget_buffer() with internal buffers.Michael Niedermayer
2009-12-14Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer
2009-12-14Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos
2009-12-14Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.Carl Eugen Hoyos
2009-12-14Support compressed formats in the V4L2 input device.Luca Abeni
2009-12-14Add support for V4L2 compressed formats in the table used for convertingLuca Abeni
2009-12-14Use the correct type for the V4L2 format.Luca Abeni
2009-12-14Return pkt->size in v4l2_read_packet().Luca Abeni
2009-12-14Disable vdpau support if the detected libvdpau does not support MPEG-4.Alex Converse
2009-12-14FLV 8-bit PCM is unsigned, not signedDaniel Verkamp
2009-12-14Factorize ic->streams[i] out,Michael Niedermayer
2009-12-14Place { of the function where indent -kr wants it.Michael Niedermayer
2009-12-14Make sure the Metadata: header is not printed if the only metadata will notMichael Niedermayer
2009-12-14Move dump_metadata() to where it is in ffmbc, looks better.Michael Niedermayer
2009-12-14indentMichael Niedermayer
2009-12-14Skip dumping language twice.Michael Niedermayer
2009-12-14dump metadata for AVStreams & AVPrograms too.Michael Niedermayer
2009-12-14Factorize dump_metadata() out.Michael Niedermayer
2009-12-14Try to simplify av_estimate_timings_from_pts() like in ffmbc.Michael Niedermayer
2009-12-14Correct truncated ID3v1 genre name.Alexander Strange
2009-12-14Debug av_log() about stream probing from ffmbc.Michael Niedermayer
2009-12-14Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer
2009-12-14Simplify code by using av_metadata_set2().Michael Niedermayer
2009-12-14More entries for ff_id3v2_metadata_conv from ffmbc.Michael Niedermayer
2009-12-14s/author/artist/ for ID3Michael Niedermayer
2009-12-13More ID3v1 genres from ffmbc.Michael Niedermayer
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-12-13add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRD...Michael Niedermayer
2009-12-13Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer
2009-12-13Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be...Michael Niedermayer
2009-12-13Move #include where it belongs.Michael Niedermayer
2009-12-13Get rid of useless casts.Michael Niedermayer
2009-12-13APIchanges update for av_d2str()Michael Niedermayer
2009-12-13Add a function to convert a number to a av_malloced string.Michael Niedermayer
2009-12-13Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer
2009-12-13APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer
2009-12-13Add avg_frame_rate.Michael Niedermayer
2009-12-13Read and decode block data in separate functions to prepare support forThilo Borgmann
2009-12-13Use constant CODEC_ID_NONE instead of 0 where appropriate.Carl Eugen Hoyos
2009-12-13Remove commented out code.Michael Niedermayer
2009-12-13Show help if no cmd line options are provided at all.Michael Niedermayer
2009-12-13Factor out extradata reading code.Kostya Shishkov
2009-12-13RM audio stream version should be 16-bit followed by header size or reservedKostya Shishkov
2009-12-13Make RM demuxer look more like proper demuxer by introducing codec tagsKostya Shishkov
2009-12-13Factor out variable declarationKostya Shishkov
2009-12-12Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad