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-11-14riff: support ProRes in avi (APCN fourcc)Vittorio Giovara
2014-11-08movenc: Require samples before trying to write edtsMartin Storsjö
2014-11-08movenc: Avoid leaking locally allocated data when returning on errorsMartin Storsjö
2014-11-08movenc: Remove an outdated commentMartin Storsjö
2014-11-07movenc: Write correct presentation timestamps in tfraMartin Storsjö
2014-11-07movenc: Remove a now redundant checkMartin Storsjö
2014-11-07movenc: Allow to request not to use edit listsMartin Storsjö
2014-11-07lavf: Print a warning if failed to avoid negative timestamps when requestedMichael Niedermayer
2014-11-07lavf: Add an option for avoiding negative timestampsMichael Niedermayer
2014-11-06nutdec: do not set has_b_framesAnton Khirnov
2014-11-06oggenc: accept only STREAMINFO extradataAnton Khirnov
2014-11-06lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov
2014-11-06riffenc: do not fall back on AVCodecContext.frame_size for MP3Anton Khirnov
2014-11-06lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov
2014-11-06lavc,lavf: switch to the new vorbis parse APIAnton Khirnov
2014-11-06lavc: add a public API for parsing vorbis packets.Anton Khirnov
2014-11-06vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov
2014-11-05rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö
2014-11-03movenc: Define the flag bits using shifts instead of as decimal numbersMartin Storsjö
2014-10-31movenc: Don't write any iso brands in ismv filesMartin Storsjö
2014-10-31movenc: Don't write any tfdt atom for ismv filesMartin Storsjö
2014-10-31movenc: Write a 0 duration in mdhd and tkhd for an empty initial moovMartin Storsjö
2014-10-30movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö
2014-10-30movenc: Signal iso6 in compatible_brands when using tfdtMartin Storsjö
2014-10-30movenc: Use a local variable consistentlyMartin Storsjö
2014-10-30movenc: Don't check the custom IO flag when using faststartMartin Storsjö
2014-10-30movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö
2014-10-29bethsoftvid: simplify return handlingVittorio Giovara
2014-10-29assdec: check av_new_packet return valueVittorio Giovara
2014-10-29mtv: improve header check and avoid division by zeroVittorio Giovara
2014-10-29oggenc: remove unneeded null checkMichael Niedermayer
2014-10-27mxfdec: reduce loop bound in mxf_read_pixel_layout()Tomas Härdin
2014-10-27bethsoftvid: check return value and clean memoryVittorio Giovara
2014-10-27filmstripdec: avoid integer overflowVittorio Giovara
2014-10-27matroskaenc: write correct Display{Width, Height} in stereo encodingVittorio Giovara
2014-10-26lavf: Implement ff_brktimegm using gmtime_rMartin Storsjö
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2014-10-26lavf: Check the return value of strftimeMartin Storsjö
2014-10-26wtv: Avoid needlessly calling gmtime twice with the same argumentMartin Storsjö
2014-10-25mov: fix assigment checkVittorio Giovara
2014-10-25mxfenc: Fix possible integer overflowsTomas Härdin
2014-10-25mxfdec: add missing breakVittorio Giovara
2014-10-25matroskaenc: check avio_open_dyn_buf return valueVittorio Giovara
2014-10-25matroskadec: check return valuesVittorio Giovara
2014-10-25matroskadec: fix leak on errorVittorio Giovara
2014-10-25lavf: replace rename() with ff_rename()Luca Barbato
2014-10-25flac_picture: prevent a possible out of bound writeVittorio Giovara
2014-10-25img2dec: check av_new_packet return valueVittorio Giovara
2014-10-25audiointerleave: check av_new_packet return valueVittorio Giovara
2014-10-24mp3enc: write full LAME frameAnton Khirnov