30517 Commits (f4b51d061f0f34e36be876b562b8abe47f4b9c1c)
 

Author SHA1 Message Date
  Justin Ruggles 826c56d16e adpcm: split ADPCM encoders and decoders into separate files. 13 years ago
  Anton Khirnov 57650c70e2 doc/avconv: fix typo. 13 years ago
  Kostya Shishkov 23a1f0c592 rv34: check that subsequent slices have the same type as first one. 13 years ago
  Kostya Shishkov 47a8589f7b smacker demuxer: handle possible av_realloc() failure. 13 years ago
  Bobby Bingham 615baa13e4 lavfi: add split filter from soc. 14 years ago
  Stefano Sabatini ee42716b07 lavfi: add showinfo filter 14 years ago
  Anton Khirnov af1e247038 libxavs: add private options corresponding to deprecated global options 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
  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
  Luca Barbato d162994a81 doc: explain __STDC_CONSTANT_MACROS in C++ 13 years ago
  Laurent Aimar 8bfea4ab4e Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. 13 years ago
  Anton Khirnov 6a11686dfc avconv: move audio_channels to the options context. 13 years ago
  Anton Khirnov 2130981af3 avconv: move *_disable to options context. 13 years ago
  Anton Khirnov 35c5d7d1ef avconv: remove -[vas]lang options. 13 years ago
  Anton Khirnov 013887ebcd avconv: move codec tags to options context. 13 years ago
  Alex Converse 0c1f5b93d9 cljr: init_get_bits size in bits instead of bytes 13 years ago
  Alex Converse b7ce4f1d1c indeo2: fail if input buffer too small 13 years ago
  Alex Converse 68ca330cbd indeo2: init_get_bits size in bits instead of bytes 13 years ago
  Laurent Aimar 46b004959b ffv1: Fixed size given to init_get_bits() in decoder. 13 years ago
  Alex Converse dba2b63a98 wavpack: Check error codes rather than working around error conditions. 13 years ago
  Diego Biurrun 6376362d15 Employ FF_ARRAY_ELEMS instead of manually calculating array length. 13 years ago
  Laurent Aimar 55354b7de2 Fixed invalid access in wavpack decoder on corrupted bitstream. 13 years ago