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
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2014-02-12asfdec: fix seeking with fragmented packetsJanne Grunau
2014-02-12asfdec: short-circuit seeking to the start of streamAndrew Kelley
2014-02-12asfdec: check ff_get_guid() return values during seekingJanne Grunau
2013-09-30asfdec: Check the return value of asf_read_stream_propertiesMartin Storsjö
2013-09-19asfdec: substract preroll time from marker presentation timeVladimir Pantelic
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-02-09asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov
2013-02-09asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic
2013-02-09asfdec: also read Metadata Library ObjectVladimir Pantelic
2013-02-09asfdec: read the full Metadata Object, not just aspect ratio informationVladimir Pantelic
2013-02-09asfdec: silence a warningVladimir Pantelic
2013-02-06asf: K&R formatting cosmeticsDiego Biurrun
2013-01-07asfdec: Fix printf format string length modifierDiego Biurrun
2012-10-24asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov
2012-10-01avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-02asfdec: read attached pictures.Anton Khirnov
2012-04-07asfdec: Add an option for not searching for the packet markersMartin Storsjö
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-28asf: only set index_read if the index contained entries.Ronald S. Bultje
2012-03-22asf: reset side data elements on packet copy.Ronald S. Bultje
2012-03-01asfdec: Do not set AVCodecContext.frame_sizeJustin Ruggles
2012-02-29asf: don't seek back on EOF.Ronald S. Bultje
2012-02-29asf: error out on ridiculously large minpktsize values.Ronald S. Bultje
2012-02-18asf: prevent packet_size_left from going negative if hdrlen > pktlen.Ronald S. Bultje
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-22asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles
2011-12-02asf: use packet dts as approximation of ptsJohn Stebbins
2011-12-02asf: do not call av_read_frameLuca Barbato
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-05-19asfdec: add missing #include for av_bswap32()Mans Rullgard