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-05-10avformat/internal: Move muxing-only functions to new mux.h headerAndreas Rheinhardt
2022-03-15gxf: convert to new channel layout APIVittorio Giovara
2021-10-03avformat/mux: Don't use stack packet when writing interleaved packetsAndreas Rheinhardt
2021-09-27avformat/gxfenc: Simplify writing padding/reserved elementsAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-05-08avformat: implement retiming directly in mxfenc and gxfencMarton Balint
2020-05-08avformat/audiointerleave: only keep the retime functionality of the audio int...Marton Balint
2020-03-15avformat/audiointerleave: disallow using a samples_per_frame arrayMarton Balint
2020-01-26avformat/gxfenc: Add deinit functionAndreas Rheinhardt
2020-01-07avformat: remove more unneeded avio_flush() callsMarton Balint
2020-01-07avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint
2019-08-15avformat/mux: Use const AVPacket * in compare functionsAndreas Rheinhardt
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-14avformat/gxfenc: use ff_parse_creation_time_metadataMarton Balint
2013-12-21avformat/gxfenc: dont use a int intermediate to store in a unsigned int tableMichael Niedermayer
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-09-11avformat/gxfenc: Clear nb_fields on array deallocationMichael Niedermayer
2013-09-11avformat/gxfenc: Check and propagate return code from gxf_write_map_packet()Michael Niedermayer
2013-09-11Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-07-30avformat/gxfenc: replace deprecated PIX_FMT constantsMichael Niedermayer
2013-07-26avformat/gxfenc: Added support for writing correct auxiliary data for DV stre...Reuben Martin
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-10-20gxfenc: fix null ptr dereferenceMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-09gxfenc: assert that the to be written data has not been truncated.Michael Niedermayer
2012-09-09gxfenc: dont duplicate buffer sizeMichael Niedermayer
2012-09-01lavf: add missing new line to some error messagesPiotr Bandurski
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
2012-05-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14gxfenc: remove disabled half-implemented MJPEG tagDiego Biurrun
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20lavf: make av_interleave_packet_per_dts() private.Anton Khirnov
2012-02-02gxfenc: use new public timecode API.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer