56 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Vittorio Giovara 95bf5877f4 xwma: convert to new channel layout API 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 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
Michael Niedermayer 44b18a76b8 avformat/xwma: Check for EOF in dpds_table read code 4 years ago
Paul B Mahol f5f6fbb6b2 avformat/xwma: return always proper error codes 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
bnnm 02ea060b29 avformat/xwma: fix WMAv2 with incorrect bit rate 6 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Moritz Barsnick 0478728db0 lavf/xwma: fix incorrect format specifier 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Carl Eugen Hoyos 6498b34bba lavf/xwma: Support wmapro. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 years ago
Michael Niedermayer d6bcdf0dcd avformat/xwma: Use av_malloc_array() 10 years ago
Michael Niedermayer b9fbd034bf avformat/xwma: Use ff_alloc_extradata() 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Luca Barbato fd9badd3cb xwma: Do not leak on failure path 10 years ago
Michael Niedermayer 375a0c03a9 avformat/xwma: fix memleak of dpds_table 11 years ago
Michael Niedermayer cf4dbe9aff avformat/xwma: improve error codes 11 years ago
Michael Niedermayer c31ad87bc6 avformat/xwma: use NULL instead of 0 for pointers 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Martin Storsjö adc09136a4 xwma: Avoid division by zero 11 years ago
Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun a4472ac01e Add informative messages to av_log_ask_for_sample calls lacking them 12 years ago
Benjamin Larsson bbae68596e xwma: Remove unused variable 12 years ago
Michael Niedermayer a3cb7f992f xwma: check bytes_per_sample, fix division by 0. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol c36bad3b89 xvma: remove unused variable 12 years ago
Alex Converse 5023b89bba xwma: Validate channels and bits_per_coded_sample. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Diego Biurrun 4d012eb541 xwma: Fix wrong printf format expression. 14 years ago
Max Horn ef8b54fc88 xwma demuxer: typos 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Max Horn ad4c50347a add xWMA demuxer 14 years ago