summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer2014-12-141-1/+1
* | Merge commit '090c67d586e3916f9acc49e010b6389d07f97153'Michael Niedermayer2014-10-271-15/+16
|\ \ | |/
| * matroskaenc: write correct Display{Width, Height} in stereo encodingVittorio Giovara2014-10-271-6/+24
* | Merge commit '28c020d4df9b060a58a124a7a5406d4313fbe249'Michael Niedermayer2014-10-251-1/+2
|\ \ | |/
| * matroskaenc: check avio_open_dyn_buf return valueVittorio Giovara2014-10-241-2/+5
* | Merge commit 'eabdc2a830f1ab1a3f12243eb7e2fba801cb81f0'Michael Niedermayer2014-10-141-3/+4
|\ \ | |/
| * lavf: use initial_padding instead of deprecated delayAnton Khirnov2014-10-131-3/+4
* | Fix writing first audio Cues in dash mode.Frank Galligan2014-10-091-1/+2
* | Kill timed SRTClément Bœsch2014-09-301-44/+1
* | avformat: remove FF_API_ASS_SSA dead codeClément Bœsch2014-09-091-79/+0
* | avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer2014-08-291-2/+2
* | Merge commit '4d686fb721b485ebbc4c7779d927d876c1e630f7'Michael Niedermayer2014-08-291-33/+100
|\ \ | |/
OpenPOWER on IntegriCloud