32 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
  Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 11 years ago
  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
  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 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 a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
  Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 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