16818 Commits (62e95757d5749e578b2abd407e3009d15a85adb0)

Author SHA1 Message Date
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
Vittorio Giovara cf70ba37ba mov: Check angle rather than full matrix when updating SAR 10 years ago
Vittorio Giovara 456ffec35d img2dec: correctly use the parsed value from -start_number 10 years ago
Hendrik Leppkes a9d700f212 mpegts: identify h264 mvc streams 10 years ago
Michael Niedermayer f2e12f8942 avformat/smoothstreamingenc: Add missing "goto fail" 10 years ago
Michael Niedermayer 8d7d88135c avformat/mpeg: Avoid dead assignment 10 years ago
Mark Reid b23a866844 libavformat/mxfdec.c: export the full UMID as metadata 10 years ago
Mark Reid b08b5f4be2 libavformat/mxfdec.c: read project_name metadata 10 years ago
Carl Eugen Hoyos a5334d4081 Handle r10k endianess atom DpxE. 10 years ago
Michael Niedermayer aa6545e1f3 avformat/hlsenc: more robust error tests 10 years ago
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