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-26avformat/internal: Don't include avcodec.hAndreas Rheinhardt
2022-09-02avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt
2022-05-10avformat/utils: Move avpriv_new_chapter to demux_utils.cAndreas Rheinhardt
2022-03-15flac: convert to new channel layout APIVittorio Giovara
2021-10-07avformat/flacdec: Also set channels when setting channel_layoutAndreas Rheinhardt
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-09-17avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt
2021-08-28avformat/flac_picture: Try to reuse buffer for attached pictureAndreas Rheinhardt
2021-07-08avformat/rawdec: Deduplicate AVClasses based upon ff_raw_optionsAndreas Rheinhardt
2021-07-08avformat/flacdec, takdec: Use FFRawDemuxerContext directlyAndreas Rheinhardt
2021-05-07avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-03-17avformat/flacdec: use av_packet_alloc() to allocate packetsJames Almer
2020-10-28lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov
2020-05-25libavformat/flacdec: Workaround for truncated metadata picture sizeMattias Wadman
2019-11-18avformat/flacdec: Remove useless packetAndreas Rheinhardt
2019-07-18avformat/rawdec: Make the raw packet size configurableMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-03-16Merge commit 'ed1cd81076434b76f37576d4d806973476a8e96c'Clément Bœsch
2017-03-02lavf/flacdec: Return maximum score if the streaminfo header is valid.Carl Eugen Hoyos
2017-01-26avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato
2016-07-31flac demuxer: improve probingAnton Khirnov
2016-06-22avformat/flacdec: Fix seeking close to EOFMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-09avformat/flacdec: remove unused return code assignmentMichael Niedermayer
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-04avformat/flacdec: support fast-seekChing Yi, Chan
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-04-10lavf/flac: Autodetect raw flac files.Carl Eugen Hoyos
2014-11-06Merge commit '7784f47762d59e859b4d0f74b3e021ad9368ee2c'Michael Niedermayer
2014-11-06lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov
2014-08-14Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer
2014-08-13ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-05-28Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer
2014-05-28Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'Michael Niedermayer
2014-05-28Merge commit 'd6b9ce99ea384fb676561461768b8316725a4ccd'Michael Niedermayer
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2014-05-28flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov
2014-05-28flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov
2014-04-16avformat/flacdec/flac_read_timestamp: free the correct packetMichael Niedermayer
2014-04-16avformat/flacdec/flac_read_timestamp: dont modify AVStream stateMichael Niedermayer
2014-04-14flac demuxer: improve seekingRainer Hochecker
2014-04-05Merge commit '1d55f8d5f6f2cd74fa27170e2be37a72441d9202'Michael Niedermayer
2014-04-04flacdec: export replaygain tags from Vorbis commentsAlessandro Ghedini
2013-10-13Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8'Michael Niedermayer
2013-10-12flac: move picture parsing code in a separate fileJames Almer
2013-07-09lavf/flacdec: Share the function to parse cover art blocksJames Almer