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-06-23Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun
2014-06-22build: Add missing object files for webm muxerDiego Biurrun
2014-06-22build: Add missing object files for Matroska demuxerDiego Biurrun
2014-06-22build: Add missing replaygain object file for CAF demuxerDiego Biurrun
2014-06-19rtsp: Support misordered fmtp rtpmapJoshua Kordani
2014-06-19rtsp: Factor out fmtp parsingLuca Barbato
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-18riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov
2014-06-18lavf: add the notimestamps flag to the muxers missing itAnton Khirnov
2014-06-18rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov
2014-06-18Remove avserver.Anton Khirnov
2014-06-17flvenc: Don't over-count metadata.Josh Allmann
2014-06-14lavf: dump stream side data when probingVittorio Giovara
2014-06-14lavf: group dump functions togetherVittorio Giovara
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-06-11mpegts: Provide an option to override the pcr periodLuca Barbato
2014-06-11mpegts: Move the option section to the bottomLuca Barbato
2014-06-06oggenc: Set the right AVOption size for the pref_duration optionMartin Storsjö
2014-06-06mov: Export geotag metadata fieldsMartin Storsjö
2014-06-04oggenc: Support flushing the muxerMartin Storsjö
2014-06-02rtmpproto: read metadata to set correct FLV headerUwe L. Korn
2014-06-02rtmppkt: Add method to read an AMF string that is not prefixed by its typeUwe L. Korn
2014-06-02flvdec: Do not default to a video and audio streamUwe L. Korn
2014-06-01flac muxer: support reading updated extradata from side dataAnton Khirnov
2014-06-01flac muxer: accept only STREAMINFO extradataAnton Khirnov
2014-06-01matroskaenc: Allow VP9 and Opus in webmTudor Suciu
2014-05-31rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö
2014-05-30Revert "rtpenc_chain: Don't copy the time_base back to the caller"Martin Storsjö
2014-05-29matroskaenc: set the stream timebase earlierAnton Khirnov
2014-05-29flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov
2014-05-29movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov
2014-05-29matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov
2014-05-29nut: Support experimental NUT 4 featuresLuca Barbato
2014-05-29avformat: Provide a standard compliance flagLuca Barbato
2014-05-28oggenc: Fix the EOS flagMichael Niedermayer
2014-05-28matroskaenc: write the channel mask for FLACAnton Khirnov
2014-05-28vorbiscomment: simplify API by using av_dict_count()Anton Khirnov
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2014-05-28matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov
2014-05-28matroskadec: split parsing tracks into a separate functionAnton Khirnov
2014-05-28flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov
2014-05-28flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov
2014-05-28flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov
2014-05-27oggenc: Flush after writing headersAndrew Kelley
2014-05-27oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley
2014-05-24smoothstream: check malloc callsNidhi Makhijani
2014-05-24rdt: check malloc callsNidhi Makhijani
2014-05-20lavf: add av_stream_get_side_dataJanne Grunau
2014-05-19mov: store display matrix in a stream side dataVittorio Giovara