16787 Commits (38e641a060e0c00930851a8053ca96250b3ecccc)

Author SHA1 Message Date
Michael Niedermayer c8f83a4c78 avformat/voc: add seeking support 10 years ago
Michael Niedermayer 6f838dee3c avformat/movenc: move variable to a more local block 10 years ago
Michael Niedermayer 7824dc5150 avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1" 10 years ago
wm4 aab74a38b8 rm: fix memory leak on init failure 10 years ago
Michael Niedermayer b1d223301f avformat/hdsenc: Remove redundant NULL pointer checks 10 years ago
Anton Khirnov 51da7d0274 matroskaenc: refuse to write AAC without valid extradata 10 years ago
Michael Niedermayer ef3a6a48b5 avformat/tee: Simplify code by using avio_closep() 10 years ago
Michael Niedermayer 643dee846a avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 2959a61232 avformat/utils: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Peter Ross 6243845036 avformat/aiffdec: improve readability 10 years ago
Carl Eugen Hoyos cd3405282c Skip Exif data when auto-detecting jpeg images. 10 years ago
Michael Niedermayer d1d8f866b5 avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer edeaf6f3a4 avformat/mlvdec: Simplify code by using avio_closep() 10 years ago
Michael Niedermayer 07e4ed5637 avformat/mov: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer f9ddaa35c7 avformat/rtpenc_chain: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer e360d030b3 avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer bf3126db6a avformat/hlsenc: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 26c72d2941 avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 50bb9b87ab avformat/img2enc: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer b565fd4464 avformat/hdsenc: Simplify code by using avio_closep() 10 years ago
Michael Niedermayer e2404096b0 avformat/segment: Clear contexts after deallocation 10 years ago
Michael Niedermayer dfffc4aadc avformat/dvbsub: remove unused variable 10 years ago
Luca Barbato 01168bf140 mpeg: Remove unused field 10 years ago
Luca Barbato b3f0465736 segment: Fix the failure paths 10 years ago
Martin Storsjö 2a1500fb55 movenc: Fix a typo in a comment 10 years ago
Martin Storsjö e581e88cbd movenc: Readd an accidentally removed condition 10 years ago
Justin Ruggles 8e03ca2fff isom: add 'mp1v' fourcc 10 years ago
wm4 ea7af58fc6 avformat/id3v2: support USLT tags 10 years ago
Michael Niedermayer bbfca8e84b avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory 10 years ago
Michael Niedermayer 59ca6e2586 avformat/hlsproto: Use av_freep, to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 6e70e4aca5 avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 383c6a3a07 avformat/mov: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 62eafb6a0d avformat/mov: Clear array to prevent potential out of array read from av_dlog() 10 years ago
Dale Curtis 3ebd76a9c5 mov: Fix negative size calculation in mov_read_default(). 10 years ago
Michael Niedermayer 3859868c75 avformat/mov: fix integer overflow in mov_read_udta_string() 10 years ago
Dale Curtis db42d93a61 mov: Fix overflow and error handling in read_tfra(). 10 years ago
wm4 bd78010407 avformat/id3v1: strip trailing whitespace 10 years ago
Michael Niedermayer d02d4d0457 avformat/dvbsub: increase probe score 10 years ago
Michael Niedermayer b0826b8324 avformat/dvbsub: fix indent after previous commit 10 years ago
Michael Niedermayer 3bf2b376e6 avformat/dvbsub: check for 0xf0 earlier in probe, 30% faster 10 years ago
Peter Ross f1098eb97d avformat/aiffdec: only read codec tag when there is space in header 10 years ago
Michael Niedermayer ce1e10aa24 avformat/utils: add dvbsub to set_codec_from_probe_data() 10 years ago
Michael Niedermayer e313735d7d avformat: add dvbsub demuxer 10 years ago
Michael Niedermayer d1781fd786 avformat/rawdec: Add FF_DEF_RAWSUB_DEMUXER 10 years ago
Michael Niedermayer dc265e2b6b avformat/rawdec: Make ff_raw_data_read_header() non static 10 years ago
Michael Niedermayer 58721388b8 avformat/flvenc: omit more metadata elements with specific meaning 10 years ago
Martin Storsjö 46808fdf04 movenc: Enable editlists by default if delay_moov is enabled 10 years ago
Martin Storsjö 9f810a9b37 libavformat: Check for malloc failures in avformat_new_stream 10 years ago
Martin Storsjö c4aa0f865f libavformat: Remove a misleading/incorrect comment 10 years ago
Michael Niedermayer d56b0984f9 avformat/westwood_vqa: Remove unneeded cast 10 years ago