33 Commits (9f8937b5ef1301184089f7bc31fe49c439d0ddbc)

Author SHA1 Message Date
Paul B Mahol 96db307b3d lavf/flacenc: use ffio_fill() 12 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Paul B Mahol cb0add3ce9 lavf/flacenc: disallow creation of invalid files with -c copy 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Diego Biurrun c6cd0e17f3 Replace vendor string in Ogg and FLAC muxers. 13 years ago
Anton Khirnov d9cca9fc6a lavc: use avpriv_ prefix for some flac symbols used in lavf. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 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 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 e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 042ca05f0f vorbiscomment: convert metadata before computing the header's length 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Anton Khirnov 81e5ff7ae2 vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** 14 years ago
Justin Ruggles 19de452a63 Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's 15 years ago
James Darnley 66061a1220 Add VorbisComment writing to FLAC files. 15 years ago
Justin Ruggles 2578326f13 Share the function to write a raw FLAC header and use it in the Matroska 16 years ago
Justin Ruggles faec0eba8b cosmetics: add a comment in flac_write_header(). 16 years ago
Justin Ruggles 25582b8929 Add support for full header extradata to raw FLAC muxer. 16 years ago
Justin Ruggles 59c6178a54 Use a shared function to validate FLAC extradata. 16 years ago
Justin Ruggles caee91f7d0 Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. 16 years ago