68 Commits (0c820b15254f9b9b3d2e29347e329b719f0e001c)

Author SHA1 Message Date
James Almer d422b2ed87 avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct 4 years ago
James Almer e07126f54a avformat: use the buffer_size_t typedef where required 4 years ago
Andreas Rheinhardt 029cf6a91c avformat/flacenc: Fix memleak when writing attached pictures fails 4 years ago
James Almer 8a81820624 avcodec/packet: move AVPacketList definition and function helpers over from libavformat 4 years ago
Andreas Rheinhardt 6397b4d6a2 avformat/vorbiscomment: Switch to AVIOContext from bytestream API 5 years ago
Andreas Rheinhardt 704d7c9f46 avformat/vorbiscomment: Replace AVDictionary ** by const AVDictionary * 5 years ago
Andreas Rheinhardt 1d15e4208f avformat/flacenc: Don't allocate updated streaminfo separately 5 years ago
Andreas Rheinhardt 9311ece7d3 avformat/flacenc: Only update streaminfo if it has changed 5 years ago
Marton Balint c05d82fa92 avformat: remove unneeded avio_flush() calls from the end of write_trailer functions 5 years ago
Mattias Wadman e447a4d112 libavformat/flacenc: reject too big picture blocks 5 years ago
James Almer aeb8b65cdf avformat/flacenc: add a deinit function 5 years ago
Paul B Mahol c0fb6f963f avformat/vorbiscomment: add support for writing chapters 6 years ago
James Almer 6838359448 avformat/flacenc: add flac_init() 7 years ago
Rodger Combs 00d8598eba avformat/flacenc: support writing attached pictures 7 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 40a7700b82 avformat/flacenc: Check length in flac_write_block_comment() 10 years ago
Michael Niedermayer 2af5fb2f8c avformat/flacenc: Use av_clip_uintp2() 10 years ago
Clément Bœsch de0e49c245 avformat/flacenc: use av_clip() instead of av_clip_c() 10 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
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