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-02-07Always use av_set_pts_info to set the stream time base.Reimar Döffinger
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad
2010-03-05oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad
2010-01-11oggdec: Set dts when knownDavid Conrad
2009-07-03Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger
2009-06-06Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad
2009-05-14Use skip_bits_long() for large skipsDavid Conrad
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2008-11-06OGG: correct PTS with old theora streamsMåns Rullgård
2008-11-06OGG: untypedef demuxer structsMåns Rullgård
2008-10-01Cosmetics: indentationDavid Conrad
2008-10-01Visible width/height fields were added in Theora 3.2David Conrad
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-12set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-06-14use get_bits_long() where neededAurelien Jacobs
2007-05-07fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs
2006-07-17fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet
2006-05-12set stream time_base properlyMåns Rullgård
2006-02-22support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-13check theora versionMåns Rullgård
2005-05-11support theora in ogg, plus required ogg core changesMåns Rullgård