summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/matroskaenc: Assume 48kHz sample rate for Opus initial padding.Carl Eugen Hoyos2016-01-051-1/+1
* lavf/matroskaenc: add automatic bitstream filteringRodger Combs2015-12-281-8/+35
* avformat/matroskaenc: Check codecdelay before useMichael Niedermayer2015-12-091-4/+8
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-3/+3
* Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-291-9/+1
|\
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-6/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-2/+2
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | Merge commit 'f56a08559334b7eb6b3fedbc0cc741887f6067ae'Hendrik Leppkes2015-10-051-1/+3
|\ \ | |/
| * matroskaenc: Don't write a track language tagJohn Stebbins2015-10-031-1/+3
* | Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-2/+7
|\ \ | |/
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+8
* | Merge commit 'e176639bcbf4b580edb462a6b0650e53cd5e3c04'Hendrik Leppkes2015-08-271-2/+2
|\ \ | |/
| * webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-251-2/+2
* | matroskaenc: Fix indentationTimothy Gu2015-08-251-18/+18
* | libavformat/matroskaenc.c: fix small memory leaks on errorNeil Birkbeck2015-08-191-23/+44
* | avformat/matroskaenc: Avoid "for (int i" syntax for better compatibilityMichael Niedermayer2015-08-061-1/+2
* | libavformat/matroska: Write stream durations in metadata, in the format of mk...Sasi Inguva2015-08-051-5/+74
* | Cosmetics: Reindent after last commit.Carl Eugen Hoyos2015-07-091-5/+5
* | lavf/matroskaenc: Do not needlessly allocate memory for cuepoints.Carl Eugen Hoyos2015-07-091-1/+3
* | Merge commit 'b14086ca38efa1a86cb0f0c6aa147b05f698877b'Michael Niedermayer2015-06-091-1/+1
|\ \ | |/
| * mkv: Correctly report the latest packet had been flushedLuca Barbato2015-06-091-1/+1
| * matroskadec: export cover art correctlywm42015-04-081-0/+5
* | lavf/matroskaenc: Write Block Keyframe correctlyVignesh Venkatasubramanian2015-06-051-7/+22
* | avformat/matroskaenc: Avoid floats in default duration calculationMichael Niedermayer2015-05-261-3/+3
* | lavf/mkv: Only skip prores header if the packet is large enough.Carl Eugen Hoyos2015-05-211-1/+1
* | avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv()Michael Niedermayer2015-05-111-1/+4
* | avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream writes dtsMichael Niedermayer2015-05-051-1/+4
* | lavf: Add support for WebM Live MuxingVignesh Venkatasubramanian2015-04-071-3/+9
* | matroskadec: export cover art correctlywm42015-04-041-0/+5
* | lavf/matroskaenc: List subtitle codecs with fake codec_tags to allow remuxing.Carl Eugen Hoyos2015-03-241-1/+7
* | lavf/mkv: Ignore ff_isom_write_hvcc() return value as the mov muxer does.Carl Eugen Hoyos2015-03-181-2/+3
* | Merge commit '9272c965d9559a90ee64d46aebd99c117e07f7a3'Michael Niedermayer2015-03-111-1/+2
|\ \ | |/
| * matroskaenc: Fix type used for chapter timestampsVittorio Giovara2015-03-111-3/+4
* | Merge commit '9f25a109922da43c1f81273a431d3b40cb5a785a'Michael Niedermayer2015-03-091-1/+4
|\ \ | |/
| * matroskaenc: Also validate chapter end timeVittorio Giovara2015-03-091-1/+4
| * matroskaenc: Allow writing track "forced" flagJohn Stebbins2015-02-241-0/+2
* | avformat/matroskaenc: Use the correct data type for the chapter timesMichael Niedermayer2015-02-171-2/+2
* | Merge commit '5dc47a2bd52e375ed742c45d08356b45098f458d'Michael Niedermayer2015-02-171-4/+6
|\ \ | |/
| * matroskaenc: Validate chapter start and end timesVittorio Giovara2015-02-171-4/+6
* | avformat/matroskaenc: add allow_raw_vfw and disable it by defaultMichael Niedermayer2015-02-151-2/+12
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-3/+3
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-3/+3
* | avformat/matroskaenc: Do not use native mode for raw RGBMichael Niedermayer2015-02-141-0/+2
* | avformat/matroskaenc: fix handling of VFW style raw rgbMichael Niedermayer2015-02-141-2/+2
* | Merge commit '51da7d02748cc54b7d009115e76efa940b99a8ef'Michael Niedermayer2015-01-091-6/+10
|\ \ | |/
| * matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-091-6/+10
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-191-4/+12
|\ \ | |/
| * check memory errors from av_strdup()Vittorio Giovara2014-12-181-4/+12
| * mkv: Validate ASS Start and End fieldsLuca Barbato2014-12-031-2/+19
OpenPOWER on IntegriCloud