Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-17rawdec: refactor private option for raw video demuxersAnton Khirnov
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
2011-09-17pcmdec: use unique classes for all pcm demuxers.Anton Khirnov
2011-09-17rawdec: g722 is always 1 channel/16kHzAnton Khirnov
2011-09-16libx264: introduce slice-max-size optionLuca Barbato
Yet another option useful for low latency streaming.
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
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>
2011-09-15swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje
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.
2011-09-15matroskadec: fix typo.Dustin Brody
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-15matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-14lavf utils: Remove write-only variableAlex Converse
2011-09-14lavf utils: Rename shadowing variableAlex Converse
2011-09-14smacker: fix a few off by 1 errorsMichael Niedermayer
stereo & 16bit is untested due to lack of samples Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-14Check for invalid VLC value in smacker decoder.Laurent Aimar
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-14Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
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).
2011-09-13include stdint.h in adpcm_data.hJustin Ruggles
fixes make checkheaders
2011-09-13mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun
2011-09-13Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-13Check for invalid packet size in the smacker demuxer.Laurent Aimar
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-09-12ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-12xan: Add some buffer checksAlex Converse
2011-09-12xan: Remove extra trailing newlineAlex Converse
2011-09-12Fixed size given to init_get_bits() in xan decoder.Laurent Aimar
2011-09-12adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles
Move shared tables to a separate file as well.
2011-09-12doc/avconv: fix typo.Anton Khirnov
2011-09-12rv34: check that subsequent slices have the same type as first one.Kostya Shishkov
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>
2011-09-12smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-12lavfi: add split filter from soc.Bobby Bingham
Some fixes by Stefano. For detailed authorship see SOC repo Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-12lavfi: add showinfo filterStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-09-12libxavs: add private options corresponding to deprecated global optionsAnton Khirnov
Code mostly copied from libx264 wrapper.
2011-09-11audioconvert: add explanatory comments to channel_names arrayStefano Sabatini
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-09-11audioconvert: K&R whitespace cosmeticsStefano Sabatini
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-09-11avconv: use correct index when selecting metadata to write to.Anton Khirnov
2011-09-11avconv: fix inverted variableAnton Khirnov
2011-09-11doc/avconv: document option types (input/output/per-stream/...)Anton Khirnov
Also trim some redundant stream specifiers descriptions.
2011-09-11doc/avtools-common-opts: write a section about stream specifiers.Anton Khirnov
2011-09-11doc/avconv: remove two pointless paragraphs.Anton Khirnov
They are misleading and carry no useful information.
2011-09-11doc/avconv: document that global options should be specified first.Anton Khirnov
2011-09-11doc/avconv: remove entries for nonexistent optionsAnton Khirnov
2011-09-11doc/avconv: remove documentation for removed 'timestamp' optionAnton Khirnov
2011-09-11doc: cosmetics, rename fftools-common-opts to avtools-....Anton Khirnov
2011-09-11avconv: move streamid_map to options context.Anton Khirnov
2011-09-11avconv: extend -vf syntaxAnton Khirnov
Add a per-stream -filter option, make -vf an alias for -filter:v. Move vfilters to the options context.
2011-09-11avconv: move top_field_first to options context.Anton Khirnov
2011-09-11avconv: move inter/intra matrix to options context.Anton Khirnov
2011-09-11avconv: remove -psnr option.Anton Khirnov
It's redundant -- -flags +psnr does the same thing.
2011-09-11avconv: remove me_threshold option.Anton Khirnov
It's only shadowing the AVOption with the same name.
2011-09-11avconv: move video_rc_override_string to options context.Anton Khirnov
2011-09-11avconv: move frame pixel format to the options context.Anton Khirnov
Also remove redundant -pix_fmt list syntax, it's inconsistent and only makes the code more complicated. -pix_fmts should be enough for everyone.
2011-09-11avconv: move frame aspect ratio to the options context.Anton Khirnov
2011-09-11avconv: move frame size to the options context.Anton Khirnov