46 Commits (5039aadf68deb9ad6dd0737ea11259fe53d3727b)

Author SHA1 Message Date
Anton Khirnov e19d48dfce flac muxer: support reading updated extradata from side data 11 years ago
Anton Khirnov efcde917af vorbiscomment: simplify API by using av_dict_count() 11 years ago
Anton Khirnov 54ed488b1a flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel files 11 years ago
Anton Khirnov 0c1959b056 lavf: add AVFMT_FLAG_BITEXACT. 11 years ago
James Darnley c14b011a97 lavf/flacenc: fix comment after previous change 11 years ago
James Darnley 72eeb18468 lavf/flacenc: use metadata_header_padding 11 years ago
Justin Ruggles aa69cbc9e0 flac muxer: add option to disable writing the global header 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
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