16676 Commits (038f3a173f59c9fc3396aa38e7972661da7ca504)

Author SHA1 Message Date
Zhang Rui 038f3a173f avformat/concatdec: avoid NULL dereference when failed to open file. 10 years ago
Michael Niedermayer 58ed152857 avformat/aviobuf: Allow seeking to the end of the buffer for read only buffers 10 years ago
Paul B Mahol c099783316 avformat/nsvdec: remove case which is no longer possible 10 years ago
Luca Barbato 3c18a7b188 avio: Do not consider the end-of-buffer position valid 10 years ago
Carl Eugen Hoyos 449b8cf04b avformat/mxfdec: Fix cleanup in mxf_free_metadataset() 10 years ago
Vittorio Giovara e71149a7a5 nuv: validate image size 10 years ago
Vittorio Giovara 7c51d79ca7 nsvdec: validate channels and samplerate 10 years ago
Anton Khirnov 3212578148 mov: export audio service type as side data 10 years ago
Anton Khirnov 4227e4fe74 lavf: add a convenience function for adding side data to a stream 10 years ago
Anton Khirnov 80a11de7dc nutenc: do not use has_b_frames 10 years ago
Anton Khirnov f771b3ab5d avidec: do not export stream_codec_tag 10 years ago
Kevin Wheatley 7b6f419176 avformat/movenc: Add simplistic 'colr' tag writing support to mov container 10 years ago
Carl Eugen Hoyos fe47cba7e8 Decode Prores 4444 XQ with the existing Prores decoder. 10 years ago
Michael Niedermayer da048c6d24 avformat/movenc: Check failure of allocation of ctts_entries and propagate error 10 years ago
Michael Niedermayer 47785b44b5 avformat/movenc: fix cleanup on insufficient reserved_moov_size 10 years ago
Michael Niedermayer a1062e1437 avformat/matroskadec: Use av_malloc_array() for index_entries 10 years ago
Michael Niedermayer c1cdce5dcb avformat/matroskadec: Check av_mallocz() return values 10 years ago
Michael Niedermayer 72d99c8c26 avformat/dv: check av_malloc() return code 10 years ago
Michael Niedermayer d36e66bb26 avformat/librtmp: Fix build with --disable-network --enable-librtmp 10 years ago
Vittorio Giovara 3a6dfec864 segment: Check av_get_frame_filename() return value 10 years ago
Vittorio Giovara 7915e6741d hlsproto: Properly close avio buffer in case of error 10 years ago
Vittorio Giovara 4c5fa628da mov: Do not compute negative SAR values 10 years ago
Jon Morley 47372caac5 libavformat/mov.c: Handle timecode from tmcd atom in counter mode 10 years ago
Martin Storsjö 9108967513 rtspdec: Consistently use rtsp_hd_out for writing 10 years ago
Werner Robitza 4b46ce8e91 avformat: allow .264 as extension for raw H.264 stream 10 years ago
Michael Niedermayer e32b07aea4 avformat/mov: Stricter sanity checks on the display_matrix 10 years ago
Michael Niedermayer b942a71eaa avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitles 10 years ago
Rodger Combs 89684883af avformat/dashenc: fix format string generation 10 years ago
Martin Storsjö 3a724a7f3b dashenc: Use inttypes.h macros for format strings instead of %lld 10 years ago
Rodger Combs 1d8aa23794 dashenc: Fix format string generation 10 years ago
Brian Brice f845ae0c8e librtmp: Allow changing the socket send buffer size 10 years ago
Christophe Gisquet 9a9b088d9e libavformat/img2dec: fix warning when !HAVE_GLOB 10 years ago
Michael Niedermayer ea3fc9fe68 smoothstreamingenc: Add a missing "goto fail" 10 years ago
Mark Reid b396914c68 libavformat/mxfdec.c: support demuxing opatom audio without index 10 years ago
Michael Niedermayer 65b83ce01b avformat/rmdec: Check the return value of av_get_packet() 10 years ago
Michael Niedermayer 8d7ce5cdb7 avformat/nsvdec: Check the return value of av_get_packet() 10 years ago
Clément Bœsch 14f3e8b821 avformat/sbgdec: remove double ;; 10 years ago
Michael Niedermayer ab161bfa4b avformat/asfdec: Check the av_get_packet() return value 10 years ago
Michael Niedermayer 4adf75cade avformat/rtpdec_hevc: Fix 2 "may be used uninitialized in this function" warnings 10 years ago
Michael Niedermayer edf1cb7aee avformat/nsvdec: Check av_get_packet() return value 10 years ago
Nidhi Makhijani 3941df5462 aea: Return proper error code on invalid header 10 years ago
Anshul Maheshwari a47c9331ef avformat: Improve data streams/codec support 10 years ago
Michael Niedermayer b0be6d8385 avformat/id3v2: remove unused variable 10 years ago
Michael Niedermayer 7eef45a76f avformat/id3v2: Fix incompatible pointer type warnings 10 years ago
Martin Storsjö 024e5a2d5f rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packets 10 years ago
Michael Niedermayer cc18ea8de0 avformat/mov: Do not set aspect ratios that would contain zeros 10 years ago
Michael Niedermayer 47795505ac avformat/mov: rewrite aspect from matrix code 10 years ago
Anton Khirnov 54bc15d5eb id3v2: fix reading v2.2 attached pictures 10 years ago
Anton Khirnov 932788be5a id3v2: add names to the parameters of ID3v2EMFunc.read 10 years ago
Anton Khirnov 8809c974a3 id3v2: constify the 'tag' parameter to special metadata parsing callback 10 years ago