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
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
2011-05-18asfdec: fix possible overread on broken files.Uoti Urpala
2011-05-18asfdec: do not fall back to binary/generic searchVladimir Pantelic
2011-05-18asfdec: reindent after previous commit c7bd5edVladimir Pantelic
2011-05-17asfdec: fallback to binary search internallyVladimir Pantelic
2011-05-04asfdec: fix assert failure on invalid filesUoti Urpala
2011-05-04asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje
2011-04-20asf: remove commented out code in asf_read_seekVladimir Pantelic
2011-04-18asfdec: Remove dead code from asf_read_close().Diego Biurrun
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov
2011-04-08asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov
2011-03-23asfdec: also subtract preroll when reading simple index objectVladimir Pantelic
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-15avio: deprecate url_ferrorAnton 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