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
2016-08-28avformat: fix decoded creation_time timestampsMarton Balint
2016-07-30libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham
2016-07-23libavformat/matroskadec: fix unsigned overflow to improve seekingChris Cunningham
2016-06-24avformat/matroskadec: Call matroska_read_close() on header parsing errorMichael Niedermayer
2016-06-08avformat/matroskadec: force 48kHz sample rate when rescaling Opus inital paddingJames Almer
2016-06-06avformat/matroskadec: Fix rounding error with codec_delayMichael Niedermayer
2016-05-09Merge commit '5f0226668124aa7ae4db501ba7f4ace4c770f3d1'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-31matroska: Support interlaced content correctlyLuca Barbato
2016-03-15matroska: Support V_QUICKTIME as written in the specificationLuca Barbato
2016-03-05lavf/matroskadec: Add early support for some of the new colour elements.Neil Birkbeck
2016-02-27lavf/matroskadec: Process QuickTime palette per trackMats Peterson
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-19mkv: Force the full parsing of mp3Luca Barbato
2016-01-16lavf/matroskadec: Get sample size from private dataMats Peterson
2016-01-12lavf/matroskadec: Use av_realloc() in get_qt_codec()Mats Peterson
2016-01-11lavf/matroskadec: Normalize noncompliant A_QUICKTIME/V_QUICKTIME private dataMats Peterson
2016-01-08lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000Mats Peterson
2016-01-06lavf/matroskadec: correct codec_tag for "SMI" SVQ3 filesMats Peterson
2015-12-28avformat/matroskadec: palettized QuickTime video in MatroskaMats Peterson
2015-12-18Merge commit 'febfb49a70e82f5ac46dc7ea34dabd4d56b19b31'Hendrik Leppkes
2015-12-12lavf/matroskadec: Set codec_tag also for audio codecs.Carl Eugen Hoyos
2015-12-07matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell
2015-12-07Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'Hendrik Leppkes
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-02avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell
2015-11-28matroska: Warn when metadata references a non-existent elementLuca Barbato
2015-11-17avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-09lavf/matroskadec: drop indexes that appear brokenRodger Combs
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2015-09-20lavf/matroska: ignore ChapCountry ID for nowRodger Combs
2015-08-16lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-12Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-07-01avformat/matroskadec: Fix undefined shift in read_sint()Michael Niedermayer
2015-06-16matroskadec: validate audio channels and bitdepthAndreas Cadhalpun
2015-06-16matroskadec: check audio sample rateAndreas Cadhalpun
2015-06-12matroskadec: verify seekhead IDswm4
2015-05-13Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90'Michael Niedermayer
2015-05-12avformat/matroskadec: Cleanup error handling for bz2 & zlibMichael Niedermayer
2015-05-12mkv: Print unsupported mov tags when foundVittorio Giovara
2015-05-11avformat/matroskadec: Use size_t for the variable holding a strlen() value.Michael Niedermayer
2015-05-04avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]Michael Niedermayer
2015-05-04matroskadec: check s->streams[k] before using itAndreas Cadhalpun