7729 Commits (29ae0565d98bb41e54fc74f74c330d3214825f47)

Author SHA1 Message Date
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
Martin Storsjö e81e5e8ad2 lavf: Avoid using av_malloc(0) in av_dump_format 14 years ago
Kieran Kunhya d4a544cbc4 latmenc: Set latmBufferFullness to largest value to indicate it is not used 14 years ago
Alex Converse fe21f78d2b mpeg probe: check the 2/4-bit synchronization value found after a pack_start_code. 14 years ago
Kieran Kunhya 32dfd8ca65 latmenc: Fix private options 14 years ago
Michael Niedermayer 77d2ef13a8 Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. 14 years ago
Anton Khirnov c7a63a521b matroskaenc: write attachments. 14 years ago
Anton Khirnov 98cfe22b5c matroskadec: export mimetype of attachments as metadata. 14 years ago
Rafaël Carré 1430ae44e8 rtp: Simplify ff_rtp_get_payload_type 14 years ago
Rafaël Carré 9152880e95 rtpenc: Add a payload type private option 14 years ago
Rafaël Carré 142887741f rtp: Correct ff_rtp_get_payload_type documentation 14 years ago
Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 14 years ago
Justin Ruggles b15a9888a8 sol: return error if av_get_packet() fails. 14 years ago
Mans Rullgard bb416bd68c lavf: do not set codec_tag for rawvideo 14 years ago
Michael Niedermayer a246cefa75 flvdec: Check for overflow before allocating arrays 14 years ago
Laurent Aimar 2b4e49d428 flvdec: Fix invalid pointer deferences when parsing index 14 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 14 years ago
Alex Converse 9fba8ebe0a mpegps: Handle buffer exhaustion when reading packets. 14 years ago
Rafaël Carré 0c378ea1f7 rtp: factorize dynamic payload type fallback 14 years ago
Martin Storsjö bafff1668c flvdec: Ignore the index if it's from a creator known to be different 14 years ago
Diego Biurrun 5cc2530fc2 prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() 14 years ago
Janne Grunau dcb9f6a20d Add LATM demuxer 14 years ago
Justin Ruggles 1993c6849c 8svx/iff: fix decoding of compressed stereo 8svx files. 14 years ago
Alex Converse 1c2e07b811 mp4: Don't read an empty Decoder Config Descriptor 14 years ago
Martin Storsjö b14629e5ea rtmp: Make the input FLV parser handle data cut at any point 14 years ago
Alex Converse 05fc9e40a4 swfdec: Add support for sample_rate_code 0 (5512 Hz) 14 years ago