summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* ogg: Provide an option to offset the serial numberLuca Barbato2015-02-01
* yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara2015-01-29
* avio: Do not consider the end-of-buffer position validLuca Barbato2015-01-28
* nuv: validate image sizeVittorio Giovara2015-01-27
* nsvdec: validate channels and samplerateVittorio Giovara2015-01-27
* mov: export audio service type as side dataAnton Khirnov2015-01-27
* lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-27
* nutenc: do not use has_b_framesAnton Khirnov2015-01-27
* avidec: do not export stream_codec_tagAnton Khirnov2015-01-27
* segment: Check av_get_frame_filename() return valueVittorio Giovara2015-01-23
* hlsproto: Properly close avio buffer in case of errorVittorio Giovara2015-01-23
* mov: Do not compute negative SAR valuesVittorio Giovara2015-01-23
* rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö2015-01-23
* dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö2015-01-22
* dashenc: Fix format string generationRodger Combs2015-01-22
* smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-19
* aea: Return proper error code on invalid headerNidhi Makhijani2015-01-16
* rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö2015-01-15
* id3v2: fix reading v2.2 attached picturesAnton Khirnov2015-01-14
* id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov2015-01-14
* id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov2015-01-14
* mov: Check angle rather than full matrix when updating SARVittorio Giovara2015-01-14
* img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-14
* matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-09
* mpeg: Remove unused fieldLuca Barbato2015-01-07
* segment: Fix the failure pathsLuca Barbato2015-01-07
* movenc: Fix a typo in a commentMartin Storsjö2015-01-06
* movenc: Readd an accidentally removed conditionMartin Storsjö2015-01-06
* isom: add 'mp1v' fourccJustin Ruggles2015-01-06
* movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-04
* libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-04
* libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-04
* avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö2015-01-03
* dashenc: Use pts for MPD timeline timestampsMartin Storsjö2015-01-03
* dashenc: Use delay_moovMartin Storsjö2015-01-03
* movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö2015-01-03
* movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö2015-01-03
* movenc: Use start_dts/cts instead of cluster[0] for writing edit listsMartin Storsjö2015-01-03
* movenc: Remove an unnecessary condition when flushing fragmentsMartin Storsjö2015-01-03
* movenc: Factorize writing ftyp and other identification tags to a separate fu...Martin Storsjö2015-01-03
* dashenc: Remove some stray double spacesMartin Storsjö2014-12-29
* dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö2014-12-29
* mpegts: add support for OpusKieran Kunhya2014-12-20
* libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö2014-12-19
* rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buff...Martin Storsjö2014-12-19
* mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö2014-12-19
* libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö2014-12-19
* mov: avoid a memleak when multiple stss boxes are presentAnton Khirnov2014-12-19
* rtsp: check ffurl_get_file_handle() return valueVittorio Giovara2014-12-18
* check memory errors from av_strdup()Vittorio Giovara2014-12-18