7854 Commits (365e1ec26d7e89a951ebd7851214f59f4aefdec0)

Author SHA1 Message Date
Martin Storsjö 17fff881e7 rtsp: Merge the AVOption lists 14 years ago
Alex Converse ab2940691b avio: Check for invalid buffer length. 14 years ago
Anton Khirnov 5a9ee3152b mpegenc/mpegtsenc: add muxrate private options. 14 years ago
Anton Khirnov c10731e78b lavf: deprecate AVFormatContext.file_size 14 years ago
Raivo Hool f055635313 mov: add support for TV metadata atoms tves, tvsn and stik 14 years ago
Ronald S. Bultje 723229c11f matroskadec: fix out of bounds write 14 years ago
Alex Converse 7ad06beb2c mov: 10l: Terminate string with 0 not '0' 14 years ago
Alex Converse 8fb22c3d47 mov: Prevent illegal writes when chapter titles are very short. 14 years ago
John Brooks 2c4e08d893 riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header 14 years ago
Diego Biurrun c4a378855e id3v2: reduce the scope of some non-globally-used symbols/structures 14 years ago
Diego Biurrun 3b78c180e4 id3v2: cosmetics: move some declarations before the places they are used 14 years ago
Justin Ruggles e32dfdaa8d shn: do not allow seeking in the raw shn demuxer. 14 years ago
Justin Ruggles b631fba936 avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. 14 years ago
Justin Ruggles 050e20aee6 avformat: update AVInputFormat allowed flags 14 years ago
Justin Ruggles 0041cdba98 avformat: don't unconditionally call ff_read_frame_flush() when trying to seek. 14 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 14 years ago
Anton Khirnov 3b3ea34655 Remove all uses of deprecated AVOptions API. 14 years ago
Anton Khirnov 641c7afe3c AVOptions: add new API for enumerating children. 14 years ago
Martin Storsjö cad0c375d9 flvenc: Write the right metadata entry count 14 years ago
Martin Storsjö 76b0d03d82 rtsp: Request that dynamic rate is disabled 14 years ago
Martin Storsjö 30eae32530 rtsp: Parse the x-Accept-Dynamic-Rate header 14 years ago
Martin Storsjö bfc6db4477 rtpdec: Add ff_ prefix to all nonstatic symbols 14 years ago
John Brooks 07b77fe387 rtpdec: Read the packet length for all RTCP packet types 14 years ago
John Brooks 5d6ecf5345 rtpdec: Fix the minimum packet length for RTCP SR packets 14 years ago
Martin Storsjö 5e87222fd1 flvdec: Don't export metadata entries that aren't proper metadata 14 years ago
Martin Storsjö b204c46d9d flvdec: Split out setting of numeric fields from storing metadata 14 years ago
Luca Barbato 30c3d976f1 mov: do not misreport empty stts 14 years ago
Luca Barbato 5a7ba58657 mov: cosmetics, fix for and if spacing 14 years ago
Anton Khirnov c780b543e7 id3v2: fix NULL pointer dereference 14 years ago
Raivo Hool 2804d32075 mov: read album_artist atom 14 years ago
Raivo Hool dff4177546 mov: fix disc/track numbers and totals 14 years ago
Justin Ruggles a7984a6a6d smacker: Separate audio flags from sample rates in smacker demuxer. 14 years ago
Laurent Aimar 79964745b3 4xmdemux: prevent use of uninitialized memory 14 years ago
Laurent Aimar 6de33611c9 avsdemux: check for out of bound writes 14 years ago
Laurent Aimar 76c6971a64 avsdemux: check for corrupted data 14 years ago
Mans Rullgard 1703013cb7 avidec: fix signed overflow in avi_sync() 14 years ago
Alex Converse 0c46e958d1 mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions. 14 years ago
Janne Grunau 2886f6759f avidec: simplify size parameter in memset() 14 years ago
Mans Rullgard a31e9f68a4 lavf: fix signed overflow in avformat_find_stream_info() 14 years ago
Alex Converse 98ef887a75 mpegps: Use av_get_packet() instead of poorly emulating it. 14 years ago
Laurent Aimar 1e3336de69 mpc8: Fix return value on EOF 14 years ago
Laurent Aimar 1775b92fee segafilm: Check for memory allocation failures in segafilm demuxer. 14 years ago
Laurent Aimar 762ffa6861 segafilm: Fix potential division by 0 on corrupted streams in the demuxer 14 years ago
Laurent Aimar 790f4dd5c9 Fixed segfault on corrupted sega streams in the demuxer. 14 years ago
Anton Khirnov a4ea00d021 lavc/lavf: use unique private classes. 14 years ago
Diego Biurrun 12bd8532cf Synchronize various 4CCs and codec tags from FFmpeg. 14 years ago
Justin Ruggles fc2dd2c7ac ogg/celt: do not set sample_fmt in the demuxer 14 years ago
Anton Khirnov 60df6b0048 id3v2: remove pointless casts 14 years ago
Anton Khirnov d2961e4ebf id3v2: read TXXX frames with two calls to decode_str() instead of one. 14 years ago
Anton Khirnov 1e18d32d01 id3v2: don't discard the whole tag when encountering empty frames. 14 years ago