summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-12
| | | | Move shared tables to a separate file as well.
* doc/avconv: fix typo.Anton Khirnov2011-09-12
|
* rv34: check that subsequent slices have the same type as first one.Kostya Shishkov2011-09-12
| | | | | | | | This prevents some crashes when corrupted bitstream reports e.g. P-type slice in I-frame. Official RealVideo decoder demands all slices to be of the same type too. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-12
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add split filter from soc.Bobby Bingham2011-09-12
| | | | | | | Some fixes by Stefano. For detailed authorship see SOC repo Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavfi: add showinfo filterStefano Sabatini2011-09-12
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* libxavs: add private options corresponding to deprecated global optionsAnton Khirnov2011-09-12
| | | | Code mostly copied from libx264 wrapper.
* audioconvert: add explanatory comments to channel_names arrayStefano Sabatini2011-09-11
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* audioconvert: K&R whitespace cosmeticsStefano Sabatini2011-09-11
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avconv: use correct index when selecting metadata to write to.Anton Khirnov2011-09-11
|
* avconv: fix inverted variableAnton Khirnov2011-09-11
|
* doc/avconv: document option types (input/output/per-stream/...)Anton Khirnov2011-09-11
| | | | Also trim some redundant stream specifiers descriptions.
* doc/avtools-common-opts: write a section about stream specifiers.Anton Khirnov2011-09-11
|
* doc/avconv: remove two pointless paragraphs.Anton Khirnov2011-09-11
| | | | They are misleading and carry no useful information.
* doc/avconv: document that global options should be specified first.Anton Khirnov2011-09-11
|
* doc/avconv: remove entries for nonexistent optionsAnton Khirnov2011-09-11
|
* doc/avconv: remove documentation for removed 'timestamp' optionAnton Khirnov2011-09-11
|
* doc: cosmetics, rename fftools-common-opts to avtools-....Anton Khirnov2011-09-11
|
* avconv: move streamid_map to options context.Anton Khirnov2011-09-11
|
* avconv: extend -vf syntaxAnton Khirnov2011-09-11
| | | | | Add a per-stream -filter option, make -vf an alias for -filter:v. Move vfilters to the options context.
* avconv: move top_field_first to options context.Anton Khirnov2011-09-11
|
* avconv: move inter/intra matrix to options context.Anton Khirnov2011-09-11
|
* avconv: remove -psnr option.Anton Khirnov2011-09-11
| | | | It's redundant -- -flags +psnr does the same thing.
* avconv: remove me_threshold option.Anton Khirnov2011-09-11
| | | | It's only shadowing the AVOption with the same name.
* avconv: move video_rc_override_string to options context.Anton Khirnov2011-09-11
|
* avconv: move frame pixel format to the options context.Anton Khirnov2011-09-11
| | | | | | Also remove redundant -pix_fmt list syntax, it's inconsistent and only makes the code more complicated. -pix_fmts should be enough for everyone.
* avconv: move frame aspect ratio to the options context.Anton Khirnov2011-09-11
|
* avconv: move frame size to the options context.Anton Khirnov2011-09-11
|
* avconv: move frame_rate to the options context.Anton Khirnov2011-09-11
|
* avconv: move force_fps to the options context.Anton Khirnov2011-09-11
|
* avconv: move forced_key_frames to the options context.Anton Khirnov2011-09-11
|
* avconv: rewrite -qscale and -aq handling.Anton Khirnov2011-09-11
| | | | | | Merge video_qscale (set by -qscale) and audio_qscale (set by -aq) into one 'qscale' field in the options context. Add a shortcut -q for -qscale and make -aq an alias for -q:a.
* avconv: move audio_sample_rate to the options context.Anton Khirnov2011-09-11
|
* cmdutils: add support for programs in check_stream_specifier()Anton Khirnov2011-09-11
| | | | Remove now redundant (and broken/undocumented) opt_programid.
* avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-11
| | | | | Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
* mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-11
| | | | | | When reporting continuity error show pid, expected and received cc. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* mpegts: on seek, reset the cc for all PIDsAviad Rozenhek2011-09-11
| | | | | | Prevent false positive continuity counter error logs. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: explain __STDC_CONSTANT_MACROS in C++Luca Barbato2011-09-10
| | | | | In order to build C++ programs using libav you need -D__STDC_CONSTANT_MACROS appened to the CXXFLAGS.
* Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-10
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avconv: move audio_channels to the options context.Anton Khirnov2011-09-10
|
* avconv: move *_disable to options context.Anton Khirnov2011-09-10
|
* avconv: remove -[vas]lang options.Anton Khirnov2011-09-10
| | | | They are redundant, the same can be now accomplished with -metadata.
* avconv: move codec tags to options context.Anton Khirnov2011-09-10
| | | | Add a new -tag option, make -[vas]tag an alias for -tag:[vas]
* cljr: init_get_bits size in bits instead of bytesAlex Converse2011-09-09
|
* indeo2: fail if input buffer too smallAlex Converse2011-09-09
|
* indeo2: init_get_bits size in bits instead of bytesAlex Converse2011-09-09
|
* ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-09
| | | | | | | init_get_bits() takes a number of bits and not a number of bytes as its size argument. Signed-off-by: Alex Converse <alex.converse@gmail.com>
* wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-08
|
* Employ FF_ARRAY_ELEMS instead of manually calculating array length.Diego Biurrun2011-09-08
|
* Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-08
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>