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-02-12jv: detect partial packets in the demuxerJanne Grunau
2014-02-12asfdec: fix seeking with fragmented packetsJanne Grunau
2014-02-12asfdec: short-circuit seeking to the start of streamAndrew Kelley
2014-02-12asfdec: check ff_get_guid() return values during seekingJanne Grunau
2014-02-10lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov
2014-02-10lavf: extend / improve the AVFormatContext doxyAnton Khirnov
2014-02-10lavf: add some basic documentation of the muxing processAnton Khirnov
2014-02-10lavf: rewrite the av_write_frame() doxyAnton Khirnov
2014-02-10lavf: rewrite the av_interleaved_write_frame() doxyAnton Khirnov
2014-02-10pcmdec: replace a reachable assert with an error checkAnton Khirnov
2014-02-09mxfdec: free descriptor extradata in .read_close()Janne Grunau
2014-02-09lavf: default .ogg audio to libvorbis if we canAndrew Kelley
2014-02-09Add raw HEVC muxerDerek Buitenhuis
2014-02-08Mirillis FIC video decoderKostya Shishkov
2014-02-05lavf: improve handling of sparse streams when muxingLuca Barbato
2014-02-04jvdec: K&R formatting cosmeticsVittorio Giovara
2014-02-04lavf: ignore attachment streams for interleaving purposesAnton Khirnov
2014-02-04lavf: do basic sanity checking on muxed packetsAnton Khirnov
2014-02-01mxf: Read field dominance flagMatthieu Bouron
2014-02-01mxf: Handle negative edit_rateLuca Barbato
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-23rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö
2014-01-20rtmpproto: Send a full, absolute timestamp if it isn't monotonically growingMartin Storsjö
2014-01-20rtmpproto: Avoid using uninitialized memoryMartin Storsjö
2014-01-20mov: do not set avg_frame_rate in the demuxerJustin Ruggles
2014-01-17avisynth: fix setting packet propertiesMichael Niedermayer
2014-01-17yuv4mpeg: set average frame rateAnton Khirnov
2014-01-17mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov
2014-01-17mp3enc: add an option for disabling the Xing frame.Anton Khirnov
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ö
2014-01-14mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin
2014-01-14mxf: Correctly support files from Pinnacle ThunderTomas Härdin
2014-01-14mxf: Fix a possible leak of extradataMichael Niedermayer
2014-01-14mxf: Use av_malloc_arrayLuca Barbato
2014-01-14mxf: Drop unnecessary checksLuca Barbato
2014-01-14mxf: Fix off by one error in d10 aes3 decodingMarton Balint
2014-01-14mxf: Do not use int to check the seek positionLuca Barbato
2014-01-14mxf: Set AV_FIELD_PROGRESSIVEReimar Döffinger
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-11flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson
2014-01-10flac muxer: add option to disable writing the global headerJustin Ruggles
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2014-01-07network.h: Add #endif comments to improve readabilityDiego Biurrun
2014-01-06segafilm: fix leaks if reading the header failsAnton Khirnov
2014-01-06lavf: remove a pointless checkAnton Khirnov