11691 Commits (7f321fca23597e23a577b84e71a20128def9a7d7)

Author SHA1 Message Date
Paul B Mahol d7d5b5dfc1 flvdec: check return value of create_stream() 12 years ago
Paul B Mahol 295218f531 idcin: check chunk_size value before using it 12 years ago
Paul B Mahol 3f8148911c img2dec: check return value of av_new_packet() 12 years ago
Michael Niedermayer 5c7a62aef5 movenc: fix tmcd parameters 12 years ago
Diego Biurrun 7e68c91e24 rmdec: Move SIPR code shared with Matroska demuxer to a separate file 12 years ago
Paul B Mahol 4f5e5a0513 lavf/txd: cosmetics: fix identation 12 years ago
Clément Bœsch b08273c9ca lavf/mkv: avoid negative ts by default. 12 years ago
Stefano Sabatini cd559bb49a lavc: add xface image decoder and encoder 12 years ago
Michael Niedermayer 45bd0d15f4 lavf: fix fps detection with PAFF H.264 12 years ago
Paul B Mahol 039341eb43 wv: do not report invalid stream duration 12 years ago
Michael Niedermayer d31098113f mp3enc: fix signed C99 overflow 12 years ago
Michael Niedermayer 693097c355 paf: avoid C99 overflows 12 years ago
Michael Niedermayer 2fed05f53a avoid more "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Dmitry Samonenko 083c7bf701 sdp: output speex optional vbr parameter 12 years ago
Paul B Mahol 6571833d1a smjpegdec: use url_feof() 12 years ago
Luca Barbato 1bd442c276 nut: prioritize native tags 12 years ago
Luca Barbato 92281850a2 nut: support pcm codecs not mapped in avi 12 years ago
Carl Eugen Hoyos 6254ffe0ca Allow autodetection of some dnxhd files that can be decoded correctly. 12 years ago
Michael Niedermayer f657d495b0 rtpdec_qdm2: change one assert to av_assert0 12 years ago
Michael Niedermayer e47024d72f wtvdec: fix memleak on error 12 years ago
Michael Niedermayer 120b38b966 avio: redesign ffio_rewind_with_probe_data() 12 years ago
Mans Rullgard 0a7005bebd rtpdec_xiph: fix function return type 12 years ago
Mans Rullgard 366484fff1 smjpeg: fix type of 'ret' variable in smjpeg_read_packet() 12 years ago
Clément Bœsch cdfa926415 lavf/swf: transform the swf tags define in an enum. 12 years ago
Clément Bœsch a1d2210deb lavf/swf: re-align after previous commit. 12 years ago
Clément Bœsch 91fad50f63 lavf/swf: define more tags. 12 years ago
Clément Bœsch cd78192d09 lavf/swfdec: return more meaningful error codes. 12 years ago
Clément Bœsch 0c40220b9d lavf/swfdec: fix flushing with compressed swf. 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Diego Biurrun 930c9d4373 avutil: Duplicate ff_log2_tab instead of sharing it across libs 12 years ago
Michael Niedermayer b8d64559d5 movenc: fix timescale for timecode track 12 years ago
Heesuk Jung e3301459f6 avidec: Use sample size in case incorrect timestamps for aac in AVI (Ticket #1755) 12 years ago
Michael Bradshaw a41c824c53 Parse DEFINESOUND tags in swf (fix ticket 1638) 12 years ago
Martin Storsjö 5a2cb78219 rtspdec: Set the default port for listen mode, if none is specified 12 years ago
Michael Niedermayer 2f1b2ff934 rtmpproto: Fix an out of array write 12 years ago
Michael Niedermayer eae35eadc0 rtspdec: Fix use of uninitialized byte 12 years ago
Paul B Mahol 3d179edf6d yop: check return value of avformat_new_stream() 12 years ago
Michael Niedermayer 5a75924dfd rtmpproto: fix out of array write 12 years ago
Michael Niedermayer 0c6b9b9fe5 rtspdec:read_line: fix use of uninitialized byte 12 years ago
Michael Niedermayer 59cbedfc3d update_initial_timestamps: increase pts_buffer size 12 years ago
Martin Storsjö da18e918a4 md5: Allocate a normal private context for the opaque md5 context pointer 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Paul B Mahol 3632f35c8e bethsoftvid: check return value of av_packet_new_side_data() 12 years ago
Carl Eugen Hoyos 1a104bf641 Fix broken timestamps for some mp3 in avi samples. 12 years ago
Michael Niedermayer 317505b566 lavf: do not prematurely accept a format with low score in init_input() 12 years ago
Michael Niedermayer b47396b614 img2dec: detect .raw files only with a low score as img2 12 years ago
Michael Niedermayer 94f5470a20 lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values. 12 years ago
Janne Grunau bd141f5ec9 mxfdec: return error if no segments are available in mxf_get_sorted_table_segments 12 years ago
Luca Barbato b522000e9b avio: introduce avio_closep 12 years ago
Luca Barbato 26db9100b2 segment: support applehttp style list 12 years ago