summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/movenc: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31
* avformat/mov: remove unneeded #include, there are no assert()Paul B Mahol2015-01-31
* avformat/mux: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31
* avformat/asfenc: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31
* avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31
* avformat/utils: remove unneeded #include, there are no assert() only av_assert*Paul B Mahol2015-01-31
* avformat/rtpdec_qdm2: change assert to av_assert0()Paul B Mahol2015-01-30
* avformat/nut: support WavPackPaul B Mahol2015-01-30
* avformat/nut: add GIF[0]Paul B Mahol2015-01-30
* Merge commit '08fa34bf75942f66796d770ff42a3721b2e3d2d4'Michael Niedermayer2015-01-29
|\
| * yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara2015-01-29
* | avformat/concatdec: avoid NULL dereference when failed to open file.Zhang Rui2015-01-29
* | avformat/aviobuf: Allow seeking to the end of the buffer for read only buffersMichael Niedermayer2015-01-28
* | Merge commit '3c18a7b18807de81566381a1bcbe9f6103c0296b'Michael Niedermayer2015-01-28
|\|
| * avio: Do not consider the end-of-buffer position validLuca Barbato2015-01-28
* | avformat/nsvdec: remove case which is no longer possiblePaul B Mahol2015-01-28
* | avformat/mxfdec: Fix cleanup in mxf_free_metadataset()Carl Eugen Hoyos2015-01-28
* | Merge commit 'e71149a7a5b10ed7baa5a06f47d0313c7bd8df52'Michael Niedermayer2015-01-27
|\|
| * nuv: validate image sizeVittorio Giovara2015-01-27
* | Merge commit '7c51d79ca7badfb370c410b8f44c9142b938e2e6'Michael Niedermayer2015-01-27
|\|
| * nsvdec: validate channels and samplerateVittorio Giovara2015-01-27
* | Merge commit '32125781487411ed3b1b28b32063d6cd4024d4fc'Michael Niedermayer2015-01-27
|\|
| * mov: export audio service type as side dataAnton Khirnov2015-01-27
* | Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer2015-01-27
|\|
| * lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-27
* | Merge commit '80a11de7dca315505bf203ce9c8c016e71724fd2'Michael Niedermayer2015-01-27
|\|
| * nutenc: do not use has_b_framesAnton Khirnov2015-01-27
* | Merge commit 'f771b3ab5d3c0b763ee356152be550f4121babd0'Michael Niedermayer2015-01-27
|\|
| * avidec: do not export stream_codec_tagAnton Khirnov2015-01-27
| * segment: Check av_get_frame_filename() return valueVittorio Giovara2015-01-23
* | avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley2015-01-26
* | Decode Prores 4444 XQ with the existing Prores decoder.Carl Eugen Hoyos2015-01-26
* | avformat/movenc: Check failure of allocation of ctts_entries and propagate errorMichael Niedermayer2015-01-25
* | avformat/movenc: fix cleanup on insufficient reserved_moov_sizeMichael Niedermayer2015-01-25
* | avformat/matroskadec: Use av_malloc_array() for index_entriesMichael Niedermayer2015-01-25
* | avformat/matroskadec: Check av_mallocz() return valuesMichael Niedermayer2015-01-25
* | Merge commit '7915e6741dbe1cf3a8781cead3e68a7666de14f4'Michael Niedermayer2015-01-23
|\|
| * hlsproto: Properly close avio buffer in case of errorVittorio Giovara2015-01-23
| * mov: Do not compute negative SAR valuesVittorio Giovara2015-01-23
* | avformat/dv: check av_malloc() return codeMichael Niedermayer2015-01-23
* | avformat/librtmp: Fix build with --disable-network --enable-librtmpMichael Niedermayer2015-01-23
* | libavformat/mov.c: Handle timecode from tmcd atom in counter modeJon Morley2015-01-23
* | Merge commit '9108967513fcaff3d55514a7bca4c9fbba128c71'Michael Niedermayer2015-01-23
|\|
| * rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö2015-01-23
* | avformat: allow .264 as extension for raw H.264 streamWerner Robitza2015-01-22
* | avformat/mov: Stricter sanity checks on the display_matrixMichael Niedermayer2015-01-22
* | avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitlesMichael Niedermayer2015-01-22
* | Merge commit '3a724a7f3ba7fa766c6a6f0924a15cc742031b8d'Michael Niedermayer2015-01-22
|\|
| * dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö2015-01-22
| * dashenc: Fix format string generationRodger Combs2015-01-22