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-05-01mov: export stsd Compressorname in metadataAnton Khirnov
2014-04-10mov: read hydrogenaudio replaygain informationAnton Khirnov
2014-04-02lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud
2014-04-02More correct printf format specifiersDiego Biurrun
2014-03-31mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer
2014-03-31mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2014-03-09movdec: handle 0x7fff langcode as macintosh per the specsBaptiste Coudurier
2014-01-20mov: do not set avg_frame_rate in the demuxerJustin Ruggles
2014-01-15mov: Free an earlier allocated array if allocating a new oneMartin Storsjö
2014-01-15mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-14lavf: improve support for AVC-Intra files.Reimar Döffinger
2013-10-31mov: Support HEVC demuxingYusuke Nakamura
2013-10-05mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö
2013-09-29mov: Make sure the read sample count is nonnegativeMartin Storsjö
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-09-17mov: Don't use a negative duration for setting other fieldsMartin Storsjö
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-08-25mov: Parse tmcd extradataLuca Barbato
2013-08-24mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsdLuca Barbato
2013-08-24mov: Refactor codec specific final steps in mov_finalize_stsd_codecLuca Barbato
2013-08-24mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitleLuca Barbato
2013-08-24mov: Refactor audio specific parsing in mov_parse_stsd_audioLuca Barbato
2013-08-24mov: Refactor video specific parsing in mov_parse_stsd_videoLuca Barbato
2013-08-24mov: Refactor codec id selection in mov_codec_idLuca Barbato
2013-08-23mov: use tkhd enabled flag to set the default trackJohn Stebbins
2013-07-15mov: Do not allow updating the time scale after it has been setMartin Storsjö
2013-07-15mov: Seek back if overreading an individual atomMartin Storsjö
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-02-23mov: use the format context for logging.Anton Khirnov
2012-12-19mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau
2012-12-07mov: validate number of DataReferenceBox entries against box sizeJanne Grunau
2012-12-07mov: compute avg_frame_rate only if duration is knownJanne Grunau
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-09-19mov: support random access point groupingYusuke Nakamura
2012-09-18mov: check for EOF in long lasting loopsLuca Barbato
2012-09-16mov: stsd entries must be at least 16 byteMichael Niedermayer
2012-09-16mov: detect EOF in mov_read_dref()Michael Niedermayer
2012-09-07mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset
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-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-19avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles