summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* movenc: create an alternate group for each media typeAnton Khirnov2011-09-17
| | | | Partially fixes bug 44.
* lavd: add libcdio-paranoia input device for audio CD grabbingAnton Khirnov2011-09-17
|
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-17
| | | | | | | | pixel_format/video_size only apply to 'rawvideo' (==uncompressed) demuxer and make no sense for the other raw (== containerless) demuxers. Keep only the framerate option for those. Also use unique classes for all raw video demuxers
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-17
|
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-17
|
* libx264: introduce slice-max-size optionLuca Barbato2011-09-16
| | | | Yet another option useful for low latency streaming.
* Fixed size given to init_get_bits().Laurent Aimar2011-09-15
| | | | | | | 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>
* swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje2011-09-15
| | | | | | SSE-optimized hScale() scales up to 4 pixels at once, so we need to allocate up to 3 padding pixels to prevent overreads. This fixes valgrind errors in various swscale-tests on fate.
* matroskadec: fix typo.Dustin Brody2011-09-15
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-15
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavf utils: Remove write-only variableAlex Converse2011-09-14
|
* lavf utils: Rename shadowing variableAlex Converse2011-09-14
|
* smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-14
| | | | | | stereo & 16bit is untested due to lack of samples Signed-off-by: Martin Storsjö <martin@martin.st>
* Check for invalid VLC value in smacker decoder.Laurent Aimar2011-09-14
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-09-14
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-13
| | | | | | Speed: from 3.9x to 9.6x speed improvement over C, and some small (up to 15%) speed improvements over existing MMX code (particularly for bigger filters).
* include stdint.h in adpcm_data.hJustin Ruggles2011-09-13
| | | | fixes make checkheaders
* mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun2011-09-13
|
* Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* ape demuxer: fix segfault on memory allocation failure.Laurent Aimar2011-09-12
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* xan: Add some buffer checksAlex Converse2011-09-12
|
* xan: Remove extra trailing newlineAlex Converse2011-09-12
|
* Fixed size given to init_get_bits() in xan decoder.Laurent Aimar2011-09-12
|
* 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.