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-04-28lavc: eliminate tb_unreliable()Anton Khirnov
2014-04-22lavf: do not use the parser duration for videoAnton Khirnov
2014-03-24lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov
2014-03-12avformat: Report the duration analysis reachedLuca Barbato
2014-02-04lavf: ignore attachment streams for interleaving purposesAnton Khirnov
2014-01-31lavf: include 60 fps in guessed standard frame ratesJanne Grunau
2014-01-29avformat: utils: Refactor duplicated PRINT macroDiego Biurrun
2014-01-26avformat: utils: K&R formatting cosmeticsDiego Biurrun
2014-01-13lavf: make av_probe_input_buffer more robustAnton Khirnov
2014-01-13lavf: use a fixed width typeAnton Khirnov
2014-01-13lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov
2014-01-06lavf: remove a pointless checkAnton Khirnov
2013-12-11lavf: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-11-14lavf: improve support for AVC-Intra files.Reimar Döffinger
2013-11-02lavf: do not use int to store an int64Anton Khirnov
2013-10-28lavf: remove unreliable timestamp guessing heuristicAnton Khirnov
2013-09-22lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-09-16lavf: Make probe_codec return an error codeAlexandra Khirnova
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-07lavf: fix the comparison in an overflow checkAnton Khirnov
2013-09-02lavf: avoid integer overflow when estimating bitrateAnton Khirnov
2013-09-02lavf: move a variable declaration to the block where it's usedAnton Khirnov
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-29lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer
2013-07-15lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö
2013-06-16avf: move url utility functions in a separate fileLuca Barbato
2013-06-16avf: move ff_write_chained to mux.cLuca Barbato
2013-06-16avf: move riff tags accessors where they belongLuca Barbato
2013-06-16avf: move ff_http_match_no_proxy to networkLuca Barbato
2013-06-16avf: split off format register and lookup functionLuca Barbato
2013-05-28lavf: preserve side data when parsing packets.Anton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-03silly typo fixesDiego Biurrun
2013-04-04lavf: make sure stream probe data gets freed.Anton Khirnov
2013-03-15lavf: sanity check size in av_get/append_packet().Anton Khirnov
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2012-12-08lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles