Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-04avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt
2022-01-04avformat/(aiff|flac|mov|mp3|tta)enc: Don't create unnecessary referencesAndreas Rheinhardt
2021-10-03avformat/flacenc: Avoid stack packetAndreas Rheinhardt
2021-07-29avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-17avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer
2021-03-11avformat: use the buffer_size_t typedef where requiredJames Almer
2020-11-26avformat/flacenc: Fix memleak when writing attached pictures failsAndreas Rheinhardt
2020-09-15avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer
2020-05-03avformat/vorbiscomment: Switch to AVIOContext from bytestream APIAndreas Rheinhardt
2020-05-03avformat/vorbiscomment: Replace AVDictionary ** by const AVDictionary *Andreas Rheinhardt
2020-04-18avformat/flacenc: Don't allocate updated streaminfo separatelyAndreas Rheinhardt
2020-04-18avformat/flacenc: Only update streaminfo if it has changedAndreas Rheinhardt
2020-01-07avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint
2019-11-01libavformat/flacenc: reject too big picture blocksMattias Wadman
2019-10-21avformat/flacenc: add a deinit functionJames Almer
2018-12-18avformat/vorbiscomment: add support for writing chaptersPaul B Mahol
2018-04-16avformat/flacenc: add flac_init()James Almer
2018-04-16avformat/flacenc: support writing attached picturesRodger Combs
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-05-11avformat/flacenc: Check length in flac_write_block_comment()Michael Niedermayer
2015-02-21avformat/flacenc: Use av_clip_uintp2()Michael Niedermayer
2014-09-16avformat/flacenc: use av_clip() instead of av_clip_c()Clément Bœsch
2014-06-01Merge commit 'e19d48dfce52f1417f7f06143b96fed00cbcdc52'Michael Niedermayer
2014-06-01flac muxer: support reading updated extradata from side dataAnton Khirnov
2014-05-28Merge commit 'efcde917af407a6031ecff68edd51fce7b83d104'Michael Niedermayer
2014-05-28Merge commit '54ed488b1af583df6c9d2a73b4a44f16b7e4f82c'Michael Niedermayer
2014-05-28vorbiscomment: simplify API by using av_dict_count()Anton Khirnov
2014-05-28flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov
2014-05-15Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-01-25lavf/flacenc: fix comment after previous changeJames Darnley
2014-01-25lavf/flacenc: use metadata_header_paddingJames Darnley
2014-01-10Merge commit 'aa69cbc9e08281db6ecb98a2c8b4f60e8b12e558'Michael Niedermayer
2014-01-10flac muxer: add option to disable writing the global headerJustin Ruggles
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-05-29lavf/flacenc: use ffio_fill()Paul B Mahol
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2012-10-22lavf/flacenc: disallow creation of invalid files with -c copyPaul B Mahol
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2011-11-02Replace vendor string in Ogg and FLAC muxers.Diego Biurrun
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer