summaryrefslogtreecommitdiffstats
path: root/libavformat/flacenc.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat/flacenc: reject too big picture blocksMattias Wadman2019-11-011-2/+8
* avformat/flacenc: add a deinit functionJames Almer2019-10-211-2/+9
* avformat/vorbiscomment: add support for writing chaptersPaul B Mahol2018-12-181-2/+2
* avformat/flacenc: add flac_init()James Almer2018-04-161-10/+20
* avformat/flacenc: support writing attached picturesRodger Combs2018-04-161-36/+242
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+9
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-8/+8
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | avformat/flacenc: Check length in flac_write_block_comment()Michael Niedermayer2015-05-111-1/+3
* | avformat/flacenc: Use av_clip_uintp2()Michael Niedermayer2015-02-211-1/+1
* | avformat/flacenc: use av_clip() instead of av_clip_c()Clément Bœsch2014-09-161-1/+1
* | Merge commit 'e19d48dfce52f1417f7f06143b96fed00cbcdc52'Michael Niedermayer2014-06-011-8/+29
|\ \ | |/
| * flac muxer: support reading updated extradata from side dataAnton Khirnov2014-06-011-8/+29
* | Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104'Michael Niedermayer2014-05-281-3/+3
|\ \ | |/
| * vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-281-3/+3
* | Merge commit '54ed488b1af583df6c9d2a73b4a44f16b7e4f82c'Michael Niedermayer2014-05-281-0/+18
|\ \ | |/
| * flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov2014-05-281-0/+18
* | Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer2014-05-151-1/+1
|\ \ | |/
| * lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-1/+1
* | lavf/flacenc: fix comment after previous changeJames Darnley2014-01-241-1/+1
* | lavf/flacenc: use metadata_header_paddingJames Darnley2014-01-241-2/+10
* | Merge commit 'aa69cbc9e08281db6ecb98a2c8b4f60e8b12e558'Michael Niedermayer2014-01-101-0/+28
|\ \ | |/
| * flac muxer: add option to disable writing the global headerJustin Ruggles2014-01-091-0/+28
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | lavf/flacenc: use ffio_fill()Paul B Mahol2013-05-291-4/+2
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* | lavf/flacenc: disallow creation of invalid files with -c copyPaul B Mahol2012-10-221-0/+9
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-1/+1
|\ \ | |/
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
| * Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-10/+9
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-2/+1
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-2/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-6/+6
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov2010-10-271-0/+2
OpenPOWER on IntegriCloud