32708 Commits (4a9b069b6742f78ed7511d2a87af621ab1d43a59)
 

Author SHA1 Message Date
Laurent Aimar dc255275f6 Fixed invalid read access on extra data in cinepak decoder. 13 years ago
Laurent Aimar d0121e8d96 Fixed segfault on corrupted smacker streams in the demuxer. 13 years ago
Laurent Aimar d07ac1853d Fixed segfaults on corruped smacker streams in the decoder. 13 years ago
Laurent Aimar 1632a576e6 Fixed segfault on memory allocation failure in ape demuxer. 13 years ago
Joakim Plate c8ce2b0a1d mpegts: When playing mpegts over rtp/rtsp/sdp, lavf must still read PAT/SDT to get available streams 13 years ago
Stefano Sabatini 6cfed11270 audioconvert: add explanatory comments to channel_names array 13 years ago
Stefano Sabatini 3a0b5fa5e8 audioconvert: K&R whitespace cosmetics 13 years ago
Joakim Plate 53f8f0a70e Fix for some non interleaved avi files that gets played twice or won't end 13 years ago
Joakim Plate e42a3dd123 Allow reading of growing avi files (ie currently being written) 13 years ago
Michael Niedermayer fe0ac337bd mpeg4videodec: Fix new slice end detection for missing slices. 13 years ago
Anton Khirnov 4bb3ae1eaa avconv: use correct index when selecting metadata to write to. 13 years ago
Anton Khirnov f39ecc79aa avconv: fix inverted variable 13 years ago
Anton Khirnov 172efad7c7 doc/avconv: document option types (input/output/per-stream/...) 13 years ago
Anton Khirnov 99442bfe20 doc/avtools-common-opts: write a section about stream specifiers. 13 years ago
Anton Khirnov 3a37392efe doc/avconv: remove two pointless paragraphs. 13 years ago
Anton Khirnov eb05446367 doc/avconv: document that global options should be specified first. 13 years ago
Anton Khirnov d3d6a2582e doc/avconv: remove entries for nonexistent options 13 years ago
Anton Khirnov 1533c10286 doc/avconv: remove documentation for removed 'timestamp' option 13 years ago
Anton Khirnov b3dd2010af doc: cosmetics, rename fftools-common-opts to avtools-.... 13 years ago
Anton Khirnov 495ecfd139 avconv: move streamid_map to options context. 13 years ago
Anton Khirnov 8e5ce5901b avconv: extend -vf syntax 13 years ago
Anton Khirnov 828e0bcb86 avconv: move top_field_first to options context. 13 years ago
Anton Khirnov 2c2cff16d9 avconv: move inter/intra matrix to options context. 13 years ago
Anton Khirnov 0bc391281a avconv: remove -psnr option. 13 years ago
Anton Khirnov d242d80e36 avconv: remove me_threshold option. 13 years ago
Anton Khirnov 0e68c78385 avconv: move video_rc_override_string to options context. 13 years ago
Anton Khirnov b2254d8385 avconv: move frame pixel format to the options context. 13 years ago
Anton Khirnov ca46fde792 avconv: move frame aspect ratio to the options context. 13 years ago
Anton Khirnov d4397b0323 avconv: move frame size to the options context. 13 years ago
Anton Khirnov 91ea4811b3 avconv: move frame_rate to the options context. 13 years ago
Anton Khirnov bef737a78a avconv: move force_fps to the options context. 13 years ago
Anton Khirnov 7c0296723c avconv: move forced_key_frames to the options context. 13 years ago
Anton Khirnov 77d9c4542c avconv: rewrite -qscale and -aq handling. 13 years ago
Anton Khirnov e2469ccf01 avconv: move audio_sample_rate to the options context. 13 years ago
Anton Khirnov 2c474ddbc5 cmdutils: add support for programs in check_stream_specifier() 13 years ago
Anton Khirnov 05bffc12c4 avconv: move audio_sample_fmt to options context. 13 years ago
Georgi Chorbadzhiyski f1f15c3c1a mpegts: improve error reporting 13 years ago
Aviad Rozenhek 162f1fbc14 mpegts: on seek, reset the cc for all PIDs 13 years ago
Edgar Hucek 3fec40b601 Fix VA-API decoding artefacts. 13 years ago
Michael Niedermayer ea0ac11e52 h264: prevent an out of array read in decode_nal_units() 13 years ago
Michael Niedermayer 0c0ec4be6b ffmpeg: dont copy duration when -t is used 13 years ago
Michael Niedermayer 23f5cff92c h264dec: Prevent CABAC and CAVLC bitsteram overreading 13 years ago
Compn 28ccda7823 add libspeex encoder change 13 years ago
Art Clarke a52cdcd296 libspeex encoder wraper 13 years ago
Clément Bœsch c975cfaef2 build: fix install rule with --progs-suffix. 13 years ago
Clément Bœsch 754d7f23ee Fix compilation with --disable-everything --enable-muxer=dv 13 years ago
Michael Niedermayer 7ba8e6bbae ffmpeg: replace messy duplicated tag compatibility functions by more generic solution. 13 years ago
Michael Niedermayer cec92fe49a ffmpeg: add vbsf & absf for compatibility. 13 years ago
Michael Niedermayer cb66db8010 mpegts: update comment to match code 13 years ago
Joakim Plate 6796b82407 libavformat/utils: Only require first packet to be known for all audio and video streams 13 years ago