158 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Vittorio Giovara 8d814934f9 au: convert to new channel layout API 3 years ago
Andreas Rheinhardt fd101c9c3b avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 6cb6ee754b avformat/au: Deduplicate codec_tag lists 4 years ago
Michael Niedermayer d16974c3dd avformat/au: cleanup on EOF return in au_read_annotation() 4 years ago
Michael Niedermayer e680d50eb4 avformat/au: Check for EOF in au_read_annotation() 4 years ago
Andreas Rheinhardt 1998d1d6af avformat/au: Avoid allocation for metadata string 4 years ago
Andreas Rheinhardt c2e17e8d84 avformat/au: Simplify writing string into AVBPrint 4 years ago
Andreas Rheinhardt 84340497c0 avformat/au: Remove redundant av_freep() 4 years ago
Andreas Rheinhardt 8d3556b7a3 avformat/au: Store strings instead of pointers to strings in array 4 years ago
Limin Wang 64059f5063 avformat/au: check return value of au_read_annotation() 4 years ago
Limin Wang a7aa903b7b avformat/au: check return value of av_bprint_finalize() 4 years ago
Marton Balint c05d82fa92 avformat: remove unneeded avio_flush() calls from the end of write_trailer functions 5 years ago
Marton Balint 4bf90e095b avformat: remove avio_flush() calls from the end of write_header functions 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Paul B Mahol 8a8cce078c avformat/au: do not use invalid block_align for small bits per sample 6 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Thomas Bernard 836f3555a8 avformat/au: Read MetaData from AU Sun audio file header 9 years ago
Thomas Bernard 1f8c0e44cb avformat/au: Write MetaData in AU Sun audio file header 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov f792d3cbb8 lavf: add the notimestamps flag to the muxers missing it 11 years ago
Michael Niedermayer 78e6f83ce0 avformat/au: add assert to help source code analyzers 11 years ago
Carl Eugen Hoyos 640c70ddc2 avformat: Use G726LE decoder for Sun AU files 11 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Paul B Mahol 0dcfccaa69 auenc: strict check for supported codec 12 years ago
Paul B Mahol 10e4905dd9 auenc: remove put_au_header() and merge its code into au_write_header 12 years ago
Michael Niedermayer 2e230cf1b5 au: switch to ff_pcm_read_packet() again, after the merge 12 years ago
Justin Ruggles fd9147f114 au: cosmetics: pretty-print and remove pointless comments 12 years ago
Justin Ruggles c88d245c98 au: use ff_raw_write_packet() 12 years ago
Justin Ruggles af68a2baae au: use %u when printing id and channels since they are unsigned 12 years ago
Justin Ruggles c837b38dd3 au: move skipping of unused data to before parameter validation 12 years ago
Justin Ruggles 2613de8805 au: do not set pkt->size directly 12 years ago
Justin Ruggles f7a3c540c5 au: remove unnecessary casts 12 years ago
Justin Ruggles bdd00e2d1b au: set stream start time and packet durations 12 years ago
Justin Ruggles 47d029a4c1 au: validate sample rate 12 years ago
Justin Ruggles fb48f825e3 au: do not arbitrarily limit channel count 12 years ago
Justin Ruggles 2f8207b1c6 au: return AVERROR codes instead of -1 12 years ago
Justin Ruggles 9a7b56883d au: set bit rate 12 years ago
Justin Ruggles bd4cdef5a8 au: set block_align and use it in au_read_packet() 12 years ago
Justin Ruggles 3f98848d6e au: validate bits-per-sample separately from codec tag 12 years ago
Justin Ruggles f2214c6224 au: use ff_raw_write_packet() 12 years ago
Paul B Mahol 507956824c auenc: do not write invalid file size 12 years ago
Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 12 years ago
Paul B Mahol 76877beada au: return meaningful error codes 12 years ago
Diego Biurrun c35f0e8495 au: Reorder code so that both muxer and demuxer are under #ifdefs 12 years ago
Paul B Mahol c090b5427d audec: use ff_pcm_read_packet() 12 years ago
Paul B Mahol 765debf51f auenc: remove pointless assigment 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago