summaryrefslogtreecommitdiff
path: root/libavformat/flacdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-261-0/+1
* avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt2022-09-021-0/+1
* avformat/utils: Move avpriv_new_chapter to demux_utils.cAndreas Rheinhardt2022-05-101-1/+1
* flac: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat/flacdec: Also set channels when setting channel_layoutAndreas Rheinhardt2021-10-071-0/+2
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-9/+10
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-1/+2
* avformat/flac_picture: Try to reuse buffer for attached pictureAndreas Rheinhardt2021-08-281-1/+1
* avformat/rawdec: Deduplicate AVClasses based upon ff_raw_optionsAndreas Rheinhardt2021-07-081-2/+1
* avformat/flacdec, takdec: Use FFRawDemuxerContext directlyAndreas Rheinhardt2021-07-081-2/+1
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/flacdec: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-8/+7
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-4/+4
* libavformat/flacdec: Workaround for truncated metadata picture sizeMattias Wadman2020-05-251-1/+1
* avformat/flacdec: Remove useless packetAndreas Rheinhardt2019-11-171-5/+6
* avformat/rawdec: Make the raw packet size configurableMichael Niedermayer2019-07-171-0/+4
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-2/+2
* Merge commit 'ed1cd81076434b76f37576d4d806973476a8e96c'Clément Bœsch2017-03-151-9/+20
|\
| * flac demuxer: improve probingAnton Khirnov2016-07-311-3/+18
* | lavf/flacdec: Return maximum score if the streaminfo header is valid.Carl Eugen Hoyos2017-03-021-1/+8
* | avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato2017-01-251-1/+2
* | avformat/flacdec: Fix seeking close to EOFMichael Niedermayer2016-06-221-3/+6
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+9
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-7/+7
* | avformat/flacdec: remove unused return code assignmentMichael Niedermayer2015-12-091-3/+3
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* | avformat/flacdec: support fast-seekChing Yi, Chan2015-10-041-1/+59
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | lavf/flac: Autodetect raw flac files.Carl Eugen Hoyos2015-04-101-0/+18
* | Merge commit '7784f47762d59e859b4d0f74b3e021ad9368ee2c'Michael Niedermayer2014-11-061-8/+11
|\ \ | |/
| * lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov2014-11-061-8/+11
* | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer2014-08-141-1/+4
|\ \ | |/
| * ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-131-1/+4
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-281-1/+1
|\ \ | |/
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-281-1/+1
* | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'Michael Niedermayer2014-05-281-1/+1
|\ \ | |/
| * flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-281-1/+1
* | Merge commit 'd6b9ce99ea384fb676561461768b8316725a4ccd'Michael Niedermayer2014-05-281-0/+15
|\ \ | |/
| * flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov2014-05-281-0/+15
* | avformat/flacdec/flac_read_timestamp: free the correct packetMichael Niedermayer2014-04-161-2/+2
* | avformat/flacdec/flac_read_timestamp: dont modify AVStream stateMichael Niedermayer2014-04-151-8/+12
* | flac demuxer: improve seekingRainer Hochecker2014-04-141-0/+45
* | Merge commit '1d55f8d5f6f2cd74fa27170e2be37a72441d9202'Michael Niedermayer2014-04-041-0/+5
|\ \ | |/
| * flacdec: export replaygain tags from Vorbis commentsAlessandro Ghedini2014-04-041-0/+5
* | Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8'Michael Niedermayer2013-10-131-1/+1
|\ \ | |/
| * flac: move picture parsing code in a separate fileJames Almer2013-10-121-130/+2
* | lavf/flacdec: Share the function to parse cover art blocksJames Almer2013-07-091-128/+2