| Commit message (Expand) | Author | Age | Files | Lines |
* | flac: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -2/+1 |
* | avformat/flacdec: Also set channels when setting channel_layout | Andreas Rheinhardt | 2021-10-07 | 1 | -0/+2 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -9/+10 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+2 |
* | avformat/flac_picture: Try to reuse buffer for attached picture | Andreas Rheinhardt | 2021-08-28 | 1 | -1/+1 |
* | avformat/rawdec: Deduplicate AVClasses based upon ff_raw_options | Andreas Rheinhardt | 2021-07-08 | 1 | -2/+1 |
* | avformat/flacdec, takdec: Use FFRawDemuxerContext directly | Andreas Rheinhardt | 2021-07-08 | 1 | -2/+1 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/flacdec: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -8/+7 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -4/+4 |
* | libavformat/flacdec: Workaround for truncated metadata picture size | Mattias Wadman | 2020-05-25 | 1 | -1/+1 |
* | avformat/flacdec: Remove useless packet | Andreas Rheinhardt | 2019-11-17 | 1 | -5/+6 |
* | avformat/rawdec: Make the raw packet size configurable | Michael Niedermayer | 2019-07-17 | 1 | -0/+4 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -2/+2 |
* | Merge commit 'ed1cd81076434b76f37576d4d806973476a8e96c' | Clément Bœsch | 2017-03-15 | 1 | -9/+20 |
|\ |
|
| * | flac demuxer: improve probing | Anton Khirnov | 2016-07-31 | 1 | -3/+18 |
* | | lavf/flacdec: Return maximum score if the streaminfo header is valid. | Carl Eugen Hoyos | 2017-03-02 | 1 | -1/+8 |
* | | avformat/flacdec: Check avio_read result when reading flac block header. | Frank Liberato | 2017-01-25 | 1 | -1/+2 |
* | | avformat/flacdec: Fix seeking close to EOF | Michael Niedermayer | 2016-06-22 | 1 | -3/+6 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -9/+9 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -7/+7 |
* | | avformat/flacdec: remove unused return code assignment | Michael Niedermayer | 2015-12-09 | 1 | -3/+3 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | avformat/flacdec: support fast-seek | Ching Yi, Chan | 2015-10-04 | 1 | -1/+59 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | lavf/flac: Autodetect raw flac files. | Carl Eugen Hoyos | 2015-04-10 | 1 | -0/+18 |
* | | Merge commit '7784f47762d59e859b4d0f74b3e021ad9368ee2c' | Michael Niedermayer | 2014-11-06 | 1 | -8/+11 |
|\| |
|
| * | lavf: stop using avpriv_flac_parse_streaminfo() | Anton Khirnov | 2014-11-06 | 1 | -8/+11 |
* | | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' | Michael Niedermayer | 2014-08-14 | 1 | -1/+4 |
|\| |
|
| * | ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. | Andrew Stone | 2014-08-13 | 1 | -1/+4 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f' | Michael Niedermayer | 2014-05-28 | 1 | -1/+1 |
|\| |
|
| * | matroskadec: parse the channel layout mask for FLAC | Anton Khirnov | 2014-05-28 | 1 | -1/+1 |
* | | Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0' | Michael Niedermayer | 2014-05-28 | 1 | -1/+1 |
|\| |
|
| * | flac: make avpriv_flac_parse_block_header() inline | Anton Khirnov | 2014-05-28 | 1 | -1/+1 |
* | | Merge commit 'd6b9ce99ea384fb676561461768b8316725a4ccd' | Michael Niedermayer | 2014-05-28 | 1 | -0/+15 |
|\| |
|
| * | flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag | Anton Khirnov | 2014-05-28 | 1 | -0/+15 |
* | | avformat/flacdec/flac_read_timestamp: free the correct packet | Michael Niedermayer | 2014-04-16 | 1 | -2/+2 |
* | | avformat/flacdec/flac_read_timestamp: dont modify AVStream state | Michael Niedermayer | 2014-04-15 | 1 | -8/+12 |
* | | flac demuxer: improve seeking | Rainer Hochecker | 2014-04-14 | 1 | -0/+45 |
* | | Merge commit '1d55f8d5f6f2cd74fa27170e2be37a72441d9202' | Michael Niedermayer | 2014-04-04 | 1 | -0/+5 |
|\| |
|
| * | flacdec: export replaygain tags from Vorbis comments | Alessandro Ghedini | 2014-04-04 | 1 | -0/+5 |
* | | Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8' | Michael Niedermayer | 2013-10-13 | 1 | -1/+1 |
|\| |
|
| * | flac: move picture parsing code in a separate file | James Almer | 2013-10-12 | 1 | -130/+2 |
* | | lavf/flacdec: Share the function to parse cover art blocks | James Almer | 2013-07-09 | 1 | -128/+2 |
* | | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | Merge commit 'ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6' | Michael Niedermayer | 2013-03-16 | 1 | -5/+3 |
|\| |
|