summaryrefslogtreecommitdiff
path: root/libavformat/wtvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+7
* avformat/wtvenc: use av_dict_iterateMarvin Scholz2022-12-011-4/+4
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-101-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/avienc, wtvenc: Deduplicate codec tags listAndreas Rheinhardt2021-02-231-2/+1
* avformat/riffenc: indicate storage of flipped RGB bitmapsGyan Doshi2020-07-151-1/+1
* avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint2020-01-071-2/+0
* avformat: replace all uses of av_copy_packet()James Almer2017-09-251-1/+1
* avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk2017-08-021-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-29/+29
* avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint2016-03-031-0/+1
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* avformat/wtvenc: Use av_realloc_array()Michael Niedermayer2015-04-111-1/+1
* avformat: Add prefix to get_codec_guid()Michael Niedermayer2015-02-271-2/+2
* ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp2014-04-301-1/+1
* avformat/wtvenc: advise user when H264 startcode is not presentPeter Ross2014-03-301-1/+7
* avformat/wtvenc: pad judiciously when writing mpeg2 extradataPeter Ross2014-03-301-2/+3
* Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos2014-01-291-11/+0
* wtvenc: output ff_format_none if ff_put_wav_header failsPeter Ross2013-12-231-1/+2
* wtvenc: use codec tag + MEDIASUBTYPE_BASE_GUID, if there is no suitable guidPeter Ross2013-12-231-7/+15
* wtvenc: populate VIDEOINFOHEADER2Peter Ross2013-12-231-8/+43
* wtvenc: use ffio_fill()Paul B Mahol2013-05-291-6/+2
* vformat/wtvenc: fix doxygen commentsMichael Niedermayer2013-05-241-4/+4
* lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* wtvenc: mux thumbnail picturePeter Ross2013-01-071-5/+65
* wtv: permit root table and first sectors to be located beyond 2GB boundaryPeter Ross2012-12-191-4/+3
* lavf/wtvenc: fix s[tp]_pairs memleak.Clément Bœsch2012-11-131-0/+3
* wtvenc: produce seekable filesPeter Ross2012-11-071-7/+71
* wtvenc: simplify write_timestampPeter Ross2012-11-071-5/+1
* wtvenc: output third video pts in timestamp chunk (this is what Microsoft Win...Peter Ross2012-11-071-6/+1
* wtvenc: indent fixupPeter Ross2012-11-071-5/+5
* wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; these are...Peter Ross2012-11-071-27/+3
* wtv: move duplicated guids into wtv.cPeter Ross2012-11-061-10/+4
* wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENTPeter Ross2012-11-061-1/+1
* wtvenc: fix typoPeter Ross2012-11-061-2/+2
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-071-1/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+1
* cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-161-1/+1
* Use AC-3 as default codec for wtv.Carl Eugen Hoyos2011-11-121-1/+1
* wtvenc: ensure fat tables are padded to the sector boundaryPeter Ross2011-11-061-1/+1
* wtvenc: use ff_put_guid and remove local copy of this functionPeter Ross2011-11-051-17/+12
* wtvenc: add @file commentPeter Ross2011-11-051-0/+6
* fix whitespace nitsPeter Ross2011-11-051-4/+4
* act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-261-11/+11
* wtvenc: add some asserts because iam paranoidMichael Niedermayer2011-09-141-0/+4
* WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)zhentan feng2011-09-141-0/+718