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
2022-09-24avformat/rpl: Use 64bit for duration computationMichael Niedermayer
2022-03-15rpl: convert to new channel layout APIVittorio Giovara
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-06-12avformat/rpl: The associative law doesnt hold for signed integers in CMichael Niedermayer
2021-06-08avformat/rpl: Check for EOF and zero framesizeMichael Niedermayer
2021-06-05avformat/rpl: Use 64bit in bitrate computation and check itMichael Niedermayer
2021-05-09avformat/rpl: Support files containing Replay IMA ADPCM audioCameron Cawley
2021-05-06avformat/rpl: cosmeticsZane van Iperen
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-12-09avformat/rpl: Check the number of streamsMichael Niedermayer
2020-10-28lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2019-07-10avformat/rpl: Replace strcpy with av_strlcpyCameron Cawley
2019-07-05avformat/rpl: Calculate the duration of the video trackCameron Cawley
2019-07-05avformat/rpl: Allow a file to have audio, but not videoCameron Cawley
2019-07-05avformat/rpl: Fix detection of 8-bit linear formatsCameron Cawley
2019-05-05lavf/rpl: Don't be case-sensitive detecting codecs.Carl Eugen Hoyos
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-10-26avformat/rpl: Support files containing 8 bit PCM or VIDC audioCameron Cawley
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-02-06avformat/rpl: check av_get_packet() for failurePaul B Mahol
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-03-12Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2013-12-19rpl: Dont fill the index with entries that failed to be parsedMichael Niedermayer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-14avformat/rpl: use avpriv_report_missing_feature/avpriv_request_samplePaul B Mahol
2013-05-18Escape 130 (RPL) decoderEli Friedman
2013-04-10Replace all occurrences of PRI in sscanf() calls with SCNJames Almer
2012-11-21rpl: return AVERROR_EOF instead of -1Piotr Bandurski
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-24rpl: Fix near infinite loop in index reading due to missing eof check.Michael Niedermayer
2011-12-01rpl: enable escape130 codecPaul B Mahol
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer