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-10-17avformat: Make avformat_free_context handle NULLLuca Barbato
2014-10-15lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov
2014-10-12lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer
2014-09-29lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-08-13lavf: eliminate ff_get_audio_frame_size()Anton Khirnov
2014-08-13Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone
2014-07-29avformat: Move av_probe_input* to format.cLuca Barbato
2014-07-27avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun
2014-07-08avformat_new_stream: make the AVCodec parameter constRoman Savchenko
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-14lavf: group dump functions togetherVittorio Giovara
2014-05-20lavf: add av_stream_get_side_dataJanne Grunau
2014-05-03probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato
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