43 Commits (13129f1af4340944291e0e291cb38d1c1ea3aad2)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt 4a4dcde339 avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h 8 months ago
Andreas Rheinhardt b800327f4c avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat 8 months ago
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
Anton Khirnov 658102a823 brstm: convert to new channel layout API 3 years ago
Andreas Rheinhardt b10668dd61 avformat/brstm: Simplify cleanup after read_header failure 3 years ago
James Almer c768233293 avformat/utils: make ff_update_cur_dts() shared 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Paul B Mahol 60c4459075 avformat/brstm: remove custom allocation of table to hold coeffs 4 years ago
Paul B Mahol 3382b0290a avformat/brstm: fix decoding brstm with custom coeff offsets 4 years ago
Paul B Mahol f4b84d89d1 avformat/brstm: clip timestamp when seeking into acceptable range 4 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 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
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Paul B Mahol 76466ab214 avformat/brstm: lower magic number, fixes decoding of some files 9 years ago
Andreas Cadhalpun 1cb2331eca brstm: fix missing closing brace 9 years ago
Andreas Cadhalpun bcf4ee26a0 brstm: also allocate b->table in read_packet 9 years ago
Andreas Cadhalpun d7d37c479f brstm: make sure an ADPC chunk was read for adpcm_thp 9 years ago
Andreas Cadhalpun 7b67fe20f6 brstm: reject negative sample rate 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Paul B Mahol 3441fef0f8 avformat/brstm: fix overflow 9 years ago
Michael Niedermayer cdb0d7e439 avformat/brstm: Remove unused variable 9 years ago
Rodger Combs 68f00fb40b lavf/brstm: if the file lies about the last block's size, correct it 10 years ago
Rodger Combs 0643b4bf74 lavf/brstm: expose the loop point when present 10 years ago
James Almer 58d7dde081 brstm: fix use of uninitialized variables 10 years ago
Paul B Mahol a49154e9d7 avformat/brstm: support little-endian s16 PCM 10 years ago
Rodger Combs d2ce10093e lavf/brstm: handle a BFSTM endianness oddity 10 years ago
Rodger Combs 9c9cf3956c lavf/brstm: add support for seeking 10 years ago
Rodger Combs 70a39bcf1c lavf/brstm: cleanup; fix short-block demuxing 10 years ago
Rodger Combs 6c56827e62 lavf/brstm: move bfstm var to a local 10 years ago
Rodger Combs db426031dd lavf/brstm: allow larger block sizes 10 years ago
Rodger Combs d4c9eced98 lavf/brstm: support little-endian files (BCSTM; 3DS) 10 years ago
Rodger Combs bb42a7d4d4 lavf/brstm: add support for BFSTM files 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Michael Niedermayer de89dff8da brstm: ask for samples for version != 1.0 12 years ago
Paul B Mahol 5be38f9421 brstm: add missing new line to request for sample messages 12 years ago
James Almer 7959c26fb0 brstm: fix number of samples for the last block 12 years ago
Paul B Mahol fe63d41302 brstm: do not return partial packets 12 years ago
Paul B Mahol 9a31997938 BRSTM demuxer 12 years ago