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-03-02revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-03-01deprecate old metadata APIAurelien Jacobs
2009-03-01fix missed usage of old metadata API in mov demuxerAurelien Jacobs
2009-03-01use new metadata API in libavformat/utils.cAurelien Jacobs
2009-03-01use new metadata API in r3d demuxerAurelien Jacobs
2009-03-01new metadata API is now officially part of public APIAurelien Jacobs
2009-03-01simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs
2009-03-01Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer
2009-03-01Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-03-01add a metadata conversion APIAurelien Jacobs
2009-02-28Document ff_rtp_codec_id()Luca Abeni
2009-02-28Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter
2009-02-28Fix typo in a commentLuca Abeni
2009-02-28Document ff_rtp_enc_name()Luca Abeni
2009-02-28cosmetics: indentationJustin Ruggles
2009-02-28Document ff_rtp_get_codec_info()Luca Abeni
2009-02-28Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles
2009-02-28Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje
2009-02-28Revert "Improve frame rate guessing for streams with two fields per frame."Måns Rullgård
2009-02-28Improve frame rate guessing for streams with two fields per frame.Ivan Schreter
2009-02-28use new metadata API in nut muxerAurelien Jacobs
2009-02-28use new metadata API in nut demuxerAurelien Jacobs
2009-02-27Do not allow standard-frame-rate detection to increase the value ofReimar Döffinger
2009-02-27Simplify ipmovie.c pts calculation by using an appropriate time_base.Reimar Döffinger
2009-02-27Add a context to av_log() call.Benoit Fouet
2009-02-27Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1Reimar Döffinger
2009-02-27Detect the case when the time base is exact but far finer than necessary toReimar Döffinger
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-27cosmetics: vertical alignmentAurelien Jacobs
2009-02-27use new metadata API in rpl demuxerAurelien Jacobs
2009-02-27use new metadata API in wc3 demuxerAurelien Jacobs
2009-02-27Mark as "internal but installed" the avio.h file.Stefano Sabatini
2009-02-27Add a @file notice to avio.h.Stefano Sabatini
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs
2009-02-26rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs
2009-02-26fix a memleak in av_metadata_set()Aurelien Jacobs
2009-02-26Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje
2009-02-26Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje
2009-02-26Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje
2009-02-26movenc: add muxing of language along with metadata tags when availableAurelien Jacobs
2009-02-26return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs
2009-02-26cosmetics: indentationAurelien Jacobs
2009-02-26use new metadata API in mov muxerAurelien Jacobs
2009-02-26don't trigger metadata compatibility code when user app already set metadataAurelien Jacobs
2009-02-26dv probeBaptiste Coudurier
2009-02-26Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles
2009-02-26cosmetics: add a comment in flac_write_header().Justin Ruggles
2009-02-26Add support for full header extradata to raw FLAC muxer.Justin Ruggles