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-01-20Allow decoding of slightly broken Nikon avi files.Carl Eugen Hoyos
2014-01-20lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags()wm4
2014-01-19avformat/matroskadec: identify SMI as SVQ3Michael Niedermayer
2014-01-19avformat/matroskadec: support QDM2 as generated by mkvtoolnix-6.7.0Michael Niedermayer
2014-01-19avformat/matroskadec: support SVQ3 as generated by mkvtoolnix-6.6.0Michael Niedermayer
2014-01-18avformat/metadata: allow ff_metadata_conv() to be called with NULL saftelyMichael Niedermayer
2014-01-17avformat/riff: fix demuxing of h264 INMCMichael Niedermayer
2014-01-17Merge commit '5ef11b8dcc054b230deb9b20493255c14a80597d'Michael Niedermayer
2014-01-17Merge commit '33018907bd07b34e0e70d5ae12097265eb3734d7'Michael Niedermayer
2014-01-17Merge commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd'Michael 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-16Warn if s16be is muxed into flv.Carl Eugen Hoyos
2014-01-16Never favour an audio stream with 0 channels in av_find_best_stream().Carl Eugen Hoyos
2014-01-16Do not read mkv audio bit_depth if bits_per_coded_sample is already set.Carl Eugen Hoyos
2014-01-16Do not set mkv bit_depth to av_get_bytes_per_sample() for G.726.Carl Eugen Hoyos
2014-01-16avformat/jvdec: clear packet padding after downsizeMichael Niedermayer
2014-01-15avformat/mxfdec: fix typo in error check of mxf_edit_unit_absolute_offset()Michael Niedermayer
2014-01-15Merge commit '2620df13104ddaa136158eb6bb1195adbf9d7692'Michael Niedermayer
2014-01-15Merge commit 'd51f09962d5b4bc999fb70c040f330dd1873212e'Michael Niedermayer
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-15Merge commit '1a4e4ad0e0c5486dcab05e54b587672a498dd7cf'Michael Niedermayer
2014-01-15Merge commit 'aa0cb16c15a5b30f78542f18e3fa65de005cf084'Michael Niedermayer
2014-01-15Merge commit '42f9132218ca11a8e9a3c82a175b46bca092113e'Michael Niedermayer
2014-01-14avcodec/flashsv: check avio_read() return in mov_read_udta_string()Michael Niedermayer
2014-01-14mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin
2014-01-14mxf: Use av_malloc_arrayLuca Barbato
2014-01-14mxf: Correctly support files from Pinnacle ThunderTomas Härdin
2014-01-14mxf: Drop unnecessary checksLuca Barbato
2014-01-14mxf: Fix a possible leak of extradataMichael Niedermayer
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-14avformat/librtmp: Fix memory leak if RTMP_ConnectStream() failsAndrey Myznikov
2014-01-14avformat/utils: av_probe_input_buffer2 decrease difference to libavMichael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: fix buffer passed to ffio_rewind_with_...Michael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: fix offset checkMichael Niedermayer
2014-01-14avformat/utils/av_probe_input_buffer2: Fix pd.buf_sizeMichael Niedermayer
2014-01-14Merge commit '8b76362836f3c373c3aadc544522edcbef16dd5f'Michael Niedermayer
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-12mpegts muxer, DVB subtitles encoder: common DVB subtitles payloadSerhii Marchuk
2014-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-11flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson
2014-01-11avformat/pjsdec: dont increase pointer when its already at the end in read_ts()Clément Bœsch
2014-01-11avformat/matroskadec: check generic audio deinterleaver sub_packet_size again...Michael Niedermayer
2014-01-10avformat/flvdec: initialize context before reading from itMichael Niedermayer