Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-14avformat/nutenc: store the actual r_frame_rate in the corresponding field if ...Michael Niedermayer
2014-10-22Merge commit 'b69183f65d0f6f4cd7a4e6c0deb57d59b0185aba'Michael Niedermayer
2014-10-21nutenc: check for negative index rather than assertVittorio Giovara
2014-06-18Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c'Michael Niedermayer
2014-06-18riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov
2014-06-10avformat/nutenc: cleaner version checkMichael Niedermayer
2014-06-10avformat/nutenc: Fix error handling in nut_write_packet()Michael Niedermayer
2014-06-10avformat/nutenc: Fix error handling in write_sm_data()Michael Niedermayer
2014-05-30avformat/nutenc: Suggest genpts if AV_NOPTS_VALUEMichael Niedermayer
2014-05-29avformat/nutenc: replace conditional by assertMichael Niedermayer
2014-05-29avformat/nutenc: limit index table size if no index is going to be writtenMichael Niedermayer
2014-05-29avformat/nutenc: add mode that omits the indexMichael Niedermayer
2014-05-29nutenc: avoid av_tree_find() operation per syncpointMichael Niedermayer
2014-05-29avformat/nutenc: bump minor version due to broadcast/pipeMichael Niedermayer
2014-05-29avformat/nutenc: change check to match commentMichael Niedermayer
2014-05-29avformat/nutenc: fix used version valueMichael Niedermayer
2014-05-29Merge commit 'c94e2e85cb6af8a570d8542a830556243bd32873'Michael Niedermayer
2014-05-29nut: Support experimental NUT 4 featuresLuca Barbato
2014-05-18avformat/nutenc: switch to AVFMT_FLAG_BITEXACTMichael Niedermayer
2014-01-24avformat/nutenc: fix missing break in switchMichael Niedermayer
2014-01-04avformat/nut: add support for per frame side & meta data with version 4Michael Niedermayer
2013-12-25avformat/nut: add minor_version field with version>=4Michael Niedermayer
2013-12-25avformat/nut: store version in the contextMichael Niedermayer
2013-12-22nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and dis...Michael Niedermayer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-09-14avformat/nutenc: use av_reallocp_array()Paul B Mahol
2013-09-14avformat/nutenc: use av_calloc()Paul B Mahol
2013-07-28Merge commit '6ff15cd569e1345bc3612fb69ad3003b104fe50d'Michael Niedermayer
2013-07-27Remove unreachable returnsDiego Biurrun
2013-05-06Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c'Michael Niedermayer
2013-05-06nut: use a define for the nut versionLuca Barbato
2013-02-18nutenc: only write an index if there are syncpointsMichael Niedermayer
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer
2012-10-29nutenc: verbosely report unsupported negative ptsLuca Barbato
2012-10-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-28nutenc: K&R formatting cosmeticsLuca Barbato
2012-10-14Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer
2012-10-13nut: prioritize native tagsLuca Barbato
2012-10-03mux/nut: factorize ff_choose_timebase() out of nutMichael Niedermayer
2012-10-02nutenc: choose for non audio streams a timebase with finer resolution.Michael Niedermayer
2012-10-02nut: store and read the r_frame_rateMichael Niedermayer
2012-10-02nutenc: use 1/sample rate as timebase for audio instead of framesize/sample rateMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer