119 Commits (dc5767ff0a2a20cd67d4a56d4b1cdd884449409f)

Author SHA1 Message Date
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 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 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
Carl Eugen Hoyos 95903e3cfd Support G.722 in Sun AU. 12 years ago
Carl Eugen Hoyos df651cf42e Add an annotation field as required by the specification when muxing Sun AU. 12 years ago
Nicolas George 92b8c9d89e lavf/au: check bits per coded sample. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Reimar Döffinger 8f63f241d4 Remove some useless code that duplicates av_get_packet. 13 years ago
Reimar Döffinger 7effbee66c Mark truncated packets as corrupt in av_get_packet. 13 years ago
Michael Niedermayer 0ca4414d0f audemux: Add a sanity check for the number of channels 13 years ago
Michael Niedermayer 52fdaf27f7 audemux: Fix potential integer overflow leading to a division by 0 13 years ago
Michael Niedermayer 8aa57b7b5e audemux: Check channels isnt 0 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 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
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Reimar Döffinger eb8b325202 Support streaming .au files. 13 years ago
Stefano Sabatini daa6237229 au: reuse the result of the previous call to av_get_bits_per_sample() 14 years ago
ami_stuff 93263dc19e au: add computation for duration 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 324429309e lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago