7962 Commits (ef673211e7052d6db4dbec4b58db0f514b292288)

Author SHA1 Message Date
  Alex Converse 035dd77cbb dv: Fix small overread in audio frequency table. 14 years ago
  Alex Converse ce14f00dea movdec: Avoid av_malloc(0) in stss 14 years ago
  Alex Converse 3e8434bcea dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. 14 years ago
  Michael Niedermayer efd30c4d95 dv: Fix null pointer dereference due to ach=0 14 years ago
  Michael Niedermayer d7fddc97d4 dv: check stype 14 years ago
  Alex Converse dd37038ac7 nsvdec: Propagate errors 14 years ago
  Alex Converse e410dd1792 nsvdec: Be more careful with av_malloc(). 14 years ago
  Michael Niedermayer ffdc41f039 nsvdec: Fix use of uninitialized streams. 14 years ago
  Alex Converse b7c8fff803 mpegts: Do not call read_sl_header() when no bytes remain in the buffer. 14 years ago
  Alex Converse 3f7e90cf0c mpegts: Pad the packet buffer in handle_packet(). 14 years ago
  Ronald S. Bultje 9686a2c2cf matroska: check buffer size for RM-style byte reordering. 14 years ago
  Ronald S. Bultje 40ccc81146 asf: don't seek back on EOF. 14 years ago
  Ronald S. Bultje 1c63d61372 asf: error out on ridiculously large minpktsize values. 14 years ago
  Anton Khirnov 2ad77c60ef lavf: add functions for accessing the fourcc<->CodecID mapping tables. 14 years ago
  Ronald S. Bultje 71a939fee4 oma: don't read beyond end of leaf_table. 14 years ago
  Ronald S. Bultje abe3572878 rm: prevent infinite loops for index parsing. 14 years ago
  Ronald S. Bultje 4f48417fe7 swf: check return values for av_get/new_packet(). 14 years ago
  Ronald S. Bultje 0312969b9e rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. 14 years ago
  Ronald S. Bultje f947e965be asf: prevent packet_size_left from going negative if hdrlen > pktlen. 14 years ago
  Ronald S. Bultje 5c365dc979 aiff: don't skip block_align==0 check on COMM-after-SSND files. 14 years ago
  Janne Grunau d16653c3d4 lavf: prevent infinite loops while flushing in avformat_find_stream_info 14 years ago
  Ronald S. Bultje 183e0eb5b9 matroska: don't overwrite string values until read/alloc was succesful. 14 years ago
  Alex Converse be0b3137d0 matroskadec: Pad AAC extradata. 14 years ago
  Anton Khirnov 571a4cf273 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 14 years ago
  Anton Khirnov 350d06d63f lavc: add avcodec_is_open(). 14 years ago
  Dustin Brody 5124423ec3 lavf: rename fer option and document resulting (f_)err_detect options 14 years ago
  Martin Storsjö 5d95112d92 movenc: Reorder entries in the MOVIentry struct, for tigheter packing 14 years ago
  Martin Storsjö 1f712e6a05 rtsp: Remove extern declarations for variables that don't exist 14 years ago
  Martin Storsjö 23e57d167a Add a tool that uses avio to read and write, doing a plain copy of data 14 years ago
  Janne Grunau 59297ad63d lavf: force single-threaded decoding in avformat_find_stream_info 14 years ago
  Dustin Brody b89f8774f2 avidec: migrate last of lavf from FF_ER_* to AV_EF_* 14 years ago
  Anton Khirnov aa2e4bb058 lavf: free packets for muxers implementing interleave_packet(). 14 years ago
  Anton Khirnov f97cb45156 lavf: fix and extend av_interleaved_write_frame() doxy. 14 years ago
  Alex Converse d7420e0ac9 mov: Remove dead stores for spherical coordinates for channel position. 14 years ago
  Paul B Mahol ffa0923eee add SMJPEG muxer 14 years ago
  Paul B Mahol 68b94f8bc3 avformat: split out common SMJPEG code 14 years ago
  Daniel Huang bcd5d979aa mov, mxfdec: Employ more meaningful return values. 14 years ago
  Alex Converse 4df30f7114 utils: Check for extradata size overflows. 14 years ago
  Martin Storsjö 6b9e4eea83 avio: Fix the value of the deprecated URL_FLAG_NONBLOCK 14 years ago
  Anton Khirnov 44bcab5883 ffmenc: remove references to deprecated AVFormatContext.timestamp. 14 years ago
  Anton Khirnov e5c708151e lavf: undeprecate read_seek(). 14 years ago
  Anton Khirnov 0fd88d3988 riff: remove references to sonic codec ids 14 years ago
  Justin Ruggles f01f6a8474 gsm demuxer: use generic seeking instead of a gsm-specific function. 14 years ago
  Justin Ruggles 467879eb54 gsm demuxer: return packets with only 1 gsm block at a time. 14 years ago
  Janne Grunau 68e252f548 wtv: fix memleaks during normal operation 14 years ago
  Justin Ruggles 4556ebfb7d ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM 14 years ago
  Justin Ruggles e9626eb32e sierravmd: fix audio pts 14 years ago
  Martin Storsjö a78dbada55 movenc: Don't store a nonzero creation time if nothing was set by the caller 14 years ago
  Diego Biurrun 52877251cf build: Skip compiling network.h and rtsp.h if networking is not enabled. 14 years ago
  Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 14 years ago