16715 Commits (d304cb49eb09f6934262e87c97e1ae49f4d70e5c)

Author SHA1 Message Date
Michael Niedermayer e005dc621a avformat: fix mode of img2dec.c and utils.c 10 years ago
Liviu Oniciuc b37858eae1 avformat/img2dec: remove the non-negative number requirement for start_number option 10 years ago
Luca Barbato 898276c16b r3d: Fix pos type 10 years ago
Vittorio Giovara ec524ed12a tta: Fix framepos and start_offset types 10 years ago
Carl Eugen Hoyos 67e9f3907d isom: Decode Prores 4444 XQ with the existing Prores decoder 10 years ago
Hendrik Leppkes e3528d2a7b mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom 10 years ago
wm4 6a0cd529a3 avformat/tta: fix crash with corrupted files 10 years ago
Diego Biurrun 27b99d929f siff: Return more meaningful error values 10 years ago
Diego Biurrun 75439bb31b siff: K&R formatting cosmetics 10 years ago
Matt Oliver 22504396fe avformat/mpegtsenc: Fix build with msvc 10 years ago
Michael Niedermayer ed91c8651a avformat/mov: simplify pasp value before setting SAR 10 years ago
Michael Niedermayer 7620d48f2e avformat/network: Check for av_malloc* failures in ff_tls_init() 10 years ago
Michael Niedermayer c348a42dcc Revert "avformat/mpegtsenc: Change the service_type field to enum" 10 years ago
Michael Niedermayer 0935453e84 avformat/mpegtsenc: Change the service_type field to enum 10 years ago
dhead666 48e36f8a12 libavformat/mpegtsenc: allow to set service_type in sdt 10 years ago
Michael Niedermayer f1f7f5903a avformat/omadec: fix number suffix 10 years ago
Michael Niedermayer 465f3705b1 avformat/smacker: Fix number suffix 10 years ago
Michael Niedermayer fc3cdb00d0 avformat/matroskadec: Fix number suffixes 10 years ago
Michael Niedermayer 4b15bba2ae avformat/utils: Fix number suffixes in tb_unreliable() 10 years ago
Michael Niedermayer e912f45b81 avformat/oggenc: Simplify by using OFFSET and PARAM 10 years ago
Luca Barbato f726fc21ef ogg: Provide an option to offset the serial number 10 years ago
Zhang Rui ca2e3e47fc avformat/cache: pass options to the underlying protocol via the url_open2 10 years ago
Paul B Mahol f705b1287b avformat/movenc: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Paul B Mahol cc1357a173 avformat/mov: remove unneeded #include, there are no assert() 10 years ago
Paul B Mahol 41456c7d15 avformat/mux: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Paul B Mahol 12c5addebc avformat/asfenc: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Paul B Mahol ca8617a04d avformat/mpeg: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Paul B Mahol 43630c82f1 avformat/utils: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Paul B Mahol 80cbf13725 avformat/rtpdec_qdm2: change assert to av_assert0() 10 years ago
Paul B Mahol 64815d1f0c avformat/nut: support WavPack 10 years ago
Paul B Mahol b5004f3213 avformat/nut: add GIF[0] 10 years ago
Vittorio Giovara 08fa34bf75 yuv4mpegdec: initialize field_order in yuv4_read_header() 10 years ago
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