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
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-09gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-12-26add ff_find_stream_indexPeter Ross
2010-07-11Check url_fseek results in gxf demuxer.Reimar Döffinger
2010-07-02Fix doxy of flags parameter in fps_umf2avr().Diego Biurrun
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-06-06Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-07Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger
2010-03-07GXF time base is always based on "fields" per second even forReimar Döffinger
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-14Avoid _t in gxf enum type namesReimar Döffinger
2008-12-11Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger
2008-09-25cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier
2008-09-25skip invalid audio samples in gxf packetsBaptiste Coudurier
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-20cosmetics: typoDiego Biurrun
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-02-08Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger
2007-02-08set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger
2007-02-0810l, forgot to skip payload description in UMF packet parsingReimar Döffinger
2006-11-22Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger
2006-11-22Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-08both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer
2006-08-02remove unneeded audio fourcc as wellBaptiste Coudurier
2006-08-02Minor resync optimizationReimar Döffinger
2006-08-02do not set unneeded fourccBaptiste Coudurier
2006-08-01Support for seeking, both with and without index and correct timestampsReimar Döffinger
2006-07-30Fix typo in commentReimar Döffinger
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård