106 Commits (f2b79c5b855b7450c8f3c15b9ec11b439cd2a294)

Author SHA1 Message Date
Vittorio Giovara e5818ab328 flac: convert to new channel layout API 3 years ago
Andreas Rheinhardt fadefe356a avformat/flacdec: Also set channels when setting channel_layout 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt fed0282508 avformat: Avoid allocation for AVFormatInternal 3 years ago
Andreas Rheinhardt c1f4858242 avformat/flac_picture: Try to reuse buffer for attached picture 3 years ago
Andreas Rheinhardt 6a055bf036 avformat/rawdec: Deduplicate AVClasses based upon ff_raw_options 3 years ago
Andreas Rheinhardt 779dba0fc0 avformat/flacdec, takdec: Use FFRawDemuxerContext directly 3 years ago
James Almer b9c5fdf602 avformat: move AVStream.{parser,need_parsing} to AVStreamInternal 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
James Almer 83a320226c avformat/flacdec: use av_packet_alloc() to allocate packets 4 years ago
Anton Khirnov cea7c19cda lavf: move AVStream.*index_entries* to AVStreamInternal 4 years ago
Mattias Wadman af97c9865f libavformat/flacdec: Workaround for truncated metadata picture size 5 years ago
Andreas Rheinhardt 5d8d9e032c avformat/flacdec: Remove useless packet 5 years ago
Michael Niedermayer f6d1b18b3d avformat/rawdec: Make the raw packet size configurable 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 3733039610 lavf/flacdec: Return maximum score if the streaminfo header is valid. 8 years ago
Frank Liberato 95bde49982 avformat/flacdec: Check avio_read result when reading flac block header. 8 years ago
Anton Khirnov ed1cd81076 flac demuxer: improve probing 8 years ago
Michael Niedermayer d0b21b28a3 avformat/flacdec: Fix seeking close to EOF 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer 8cfa912e25 avformat/flacdec: remove unused return code assignment 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Ching Yi, Chan 5d926d5473 avformat/flacdec: support fast-seek 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Carl Eugen Hoyos 7b39d853b8 lavf/flac: Autodetect raw flac files. 10 years ago
Anton Khirnov 7784f47762 lavf: stop using avpriv_flac_parse_streaminfo() 10 years ago
Andrew Stone db68ef898a ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Anton Khirnov 23f741f793 matroskadec: parse the channel layout mask for FLAC 11 years ago
Anton Khirnov 5fdaf312c5 flac: make avpriv_flac_parse_block_header() inline 11 years ago
Anton Khirnov d6b9ce99ea flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag 11 years ago
Michael Niedermayer bdc812ab9e avformat/flacdec/flac_read_timestamp: free the correct packet 11 years ago
Michael Niedermayer 6d8ccc7ac7 avformat/flacdec/flac_read_timestamp: dont modify AVStream state 11 years ago
Rainer Hochecker e1fcd3a007 flac demuxer: improve seeking 11 years ago
Alessandro Ghedini 1d55f8d5f6 flacdec: export replaygain tags from Vorbis comments 11 years ago
James Almer 601d6228c4 flac: move picture parsing code in a separate file 11 years ago
James Almer 1e5bbbfcf3 lavf/flacdec: Share the function to parse cover art blocks 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Xi Wang 8425d693ee flacdec: simplify bounds checking in flac_probe() 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Michael Niedermayer 4fcf6aa7a3 flac_probe: make buffer pointers const 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 8a6d673eff flacdec: fix memleaks 12 years ago
Michael Niedermayer 5ea4ee7bcb flacdec: mark as AVSTREAM_PARSE_FULL_RAW 12 years ago
Anton Khirnov b7d3a9a015 flacdec: be less strict when parsing attached pictures. 13 years ago
Anton Khirnov dba5b06ead flacdec: don't create an attached picture stream until we have all information. 13 years ago
Anton Khirnov ae702edf43 flacdec: read attached pictures. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov f7fe41a04f lavf: rename AVInputFormat.value to raw_codec_id. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago