7939 Commits (605f89ffc9dfd278d241d0425e9a8d93d535bbdd)

Author SHA1 Message Date
  Laurent Aimar 605f89ffc9 segafilm: Fix potential division by 0 on corrupted segafilm streams in the demuxer. 14 years ago
  Laurent Aimar 21587509ec segafilm: Check for memory allocation failures in segafilm demuxer. 14 years ago
  Kostya Shishkov b1ceca016a smacker demuxer: handle possible av_realloc() failure. 14 years ago
  Joakim Plate 8449cebc90 rmdec: Check return value of more avio_seek calls 14 years ago
  Joakim Plate 4a721b18ed avidec: Check return value of more avio_seek calls 14 years ago
  Joakim Plate f0869d3721 asf: Check return value of more avio_seek calls 14 years ago
  Laurent Aimar be82df9e12 Fix writes out of bounds in the ogg demuxer. 14 years ago
  Laurent Aimar 8511c141e0 Fixed segfault on corrupted smacker streams in the demuxer. 14 years ago
  Laurent Aimar 4601765ee8 Fixed segfault on memory allocation failure in ape demuxer. 14 years ago
  chinshou 57571f348e avisynth: Fix upside down bug 14 years ago
  chinshou ab2ea6415b avisynth: Remove wrong pts calculation. 14 years ago
  Laurent Aimar 7181adab80 Fixed size given to init_get_bits(). 14 years ago
  Diego Biurrun 5cc5152e80 Employ FF_ARRAY_ELEMS instead of manually calculating array length. 14 years ago
  Asad Mehmood 64556c200e flvdec: Remove AVFMTCTX_NOHEADER if both flags and metadata claim 1 stream 14 years ago
  Stefan Fritsch 77dafced71 http: Fix decetion of range support in HTTP servers 14 years ago
  Gavin Kinsey e6df35b3be Prevent double free of side_data when AVFMT_FLAG_KEEP_SIDE_DATA flag is set 14 years ago
  Michael Niedermayer 076a8dfd41 rtpdec_asf: fix memleak 14 years ago
  Michael Niedermayer c2a2ad133e rtp: Fix integer underflow that could allow remote code execution. 14 years ago
  Michael Niedermayer f597825052 Fix memory corruption in case of memory allocation failure in av_probe_input_buffer() 14 years ago
  Michael Niedermayer 7e33a66c0e Fix several security issues in matroskadec.c (MSVR-11-0080). 14 years ago
  Michael Niedermayer 6d75dbebc0 rtp: disable udp fifos, the rtp code cannot work with the fifos in its current form as rtp bypasses the public API. 14 years ago
  Michael Niedermayer f54b8f8482 udp: allow fifo size to be tuned seperately 14 years ago
  Alex Converse a05219d801 riff: Add mpgv MPEG-2 fourcc 14 years ago
  Chris Evans 5fab0ccd81 matroskadec: fix integer underflow if header length < probe length. 14 years ago
  John Stebbins c29c609e0f matroskadec: matroska_read_seek after after EBML_STOP leads to failure. 14 years ago
  Chris Evans cd63c32ff6 oggdec: prevent heap corruption. 14 years ago
  Reimar Döffinger 5a33a29a91 oggdec: Abort Ogg header parsing when encountering a data packet. 14 years ago
  Diego Biurrun 07dc4a79c7 RTSP: Doxygen comment cleanup 14 years ago
  Diego Biurrun 43de5c034f doxygen: Escape '\' in Doxygen documentation. 14 years ago
  Reimar Döffinger e8baa8eb7f Fix av_open_input_stream with uninitialized context pointer. 14 years ago
  Reinhard Tartler c5c2654351 libavformat: Add an example how to use the metadata API 14 years ago
  Reinhard Tartler 2fe47b21c8 doxygen: Prefer member groups over grouping into modules 14 years ago
  Reinhard Tartler f1d1ef810a avformat: doxify the Metadata API 14 years ago
  Anton Khirnov b263e94f77 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 14 years ago
  Anton Khirnov 9da3063e1c lavf: use the correct pointer in av_open_input_stream(). 14 years ago
  Ronald S. Bultje 8f7f3f0453 ogg: fix double free when finding length of small chained oggs. 14 years ago
  Ronald S. Bultje cb66b55270 ogg: fix double free when finding length of small chained oggs. 14 years ago
  Kostya Shishkov 9482dd0d17 wavpack: skip blocks with no samples 14 years ago
  Carl Eugen Hoyos 26f48752fb mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. 14 years ago
  ami_stuff 1aef8de6d7 mov: Support R10g codec identifier. 14 years ago
  Kamil Nowosad 9ac3e32b29 riff/img2: Add JPEG 2000 codec IDs. 14 years ago
  ami_stuff 5254285636 riff: Add DAVC fourcc. 14 years ago
  Carl Eugen Hoyos 137838945f riff: Add M263, XVIX, MMJP, CDV5 fourccs. 15 years ago
  ami_stuff 6cef3ddbdc rawvideo: Support auv2 fourcc. 15 years ago
  Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
  Ivan Kalvachev 093768c9a4 Fix bink audio playback outside of FFmpeg. 14 years ago
  Yusuke Nakamura ae88e9cf99 mov: Fix empty edit detection. 14 years ago
  Michael Niedermayer 4aeb776913 dump_metadata: Fix 0xd in metadata 14 years ago
  Michael Niedermayer a7e4342fc1 avidec: consider non video to contain only keyframes when seeking. 14 years ago
  ami_stuff 799a87d749 avidec: Ignore unknown stream types 14 years ago