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-05-10avformat/demux: Add new demux.h headerAndreas Rheinhardt
2022-03-15brstm: convert to new channel layout APIAnton Khirnov
2021-07-07avformat/brstm: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-06-09avformat/utils: make ff_update_cur_dts() sharedJames Almer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-09-12avformat/brstm: remove custom allocation of table to hold coeffsPaul B Mahol
2020-09-12avformat/brstm: fix decoding brstm with custom coeff offsetsPaul B Mahol
2020-09-10avformat/brstm: clip timestamp when seeking into acceptable rangePaul B Mahol
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-04-03avformat/brstm: lower magic number, fixes decoding of some filesPaul B Mahol
2016-01-04brstm: fix missing closing braceAndreas Cadhalpun
2016-01-04brstm: also allocate b->table in read_packetAndreas Cadhalpun
2016-01-04brstm: make sure an ADPC chunk was read for adpcm_thpAndreas Cadhalpun
2015-11-11brstm: reject negative sample rateAndreas Cadhalpun
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-23avformat/brstm: fix overflowPaul B Mahol
2015-07-12avformat/brstm: Remove unused variableMichael Niedermayer
2015-06-27lavf/brstm: if the file lies about the last block's size, correct itRodger Combs
2015-06-25lavf/brstm: expose the loop point when presentRodger Combs
2015-06-24brstm: fix use of uninitialized variablesJames Almer
2015-06-21avformat/brstm: support little-endian s16 PCMPaul B Mahol
2015-06-21lavf/brstm: handle a BFSTM endianness oddityRodger Combs
2015-06-21lavf/brstm: add support for seekingRodger Combs
2015-06-21lavf/brstm: cleanup; fix short-block demuxingRodger Combs
2015-06-21lavf/brstm: move bfstm var to a localRodger Combs
2015-06-20lavf/brstm: allow larger block sizesRodger Combs
2015-06-20lavf/brstm: support little-endian files (BCSTM; 3DS)Rodger Combs
2015-06-17lavf/brstm: add support for BFSTM filesRodger Combs
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-06-03fix various typosLou Logan
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul B Mahol
2012-12-16brstm: ask for samples for version != 1.0Michael Niedermayer
2012-12-16brstm: add missing new line to request for sample messagesPaul B Mahol
2012-12-16brstm: fix number of samples for the last blockJames Almer
2012-12-07brstm: do not return partial packetsPaul B Mahol
2012-11-29BRSTM demuxerPaul B Mahol