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 (Expand)Author
2011-09-17rawdec: refactor private option for raw video demuxersAnton Khirnov
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
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
2011-09-15swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje
2011-09-15matroskadec: fix typo.Dustin Brody
2011-09-15matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody
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
2011-09-14Check for invalid VLC value in smacker decoder.Laurent Aimar
2011-09-14Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar
2011-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
2011-09-13include stdint.h in adpcm_data.hJustin Ruggles
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
2011-09-13Check for invalid packet size in the smacker demuxer.Laurent Aimar
2011-09-12ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
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
2011-09-12doc/avconv: fix typo.Anton Khirnov
2011-09-12rv34: check that subsequent slices have the same type as first one.Kostya Shishkov
2011-09-12smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
2011-09-12lavfi: add split filter from soc.Bobby Bingham
2011-09-12lavfi: add showinfo filterStefano Sabatini
2011-09-12libxavs: add private options corresponding to deprecated global optionsAnton Khirnov
2011-09-11audioconvert: add explanatory comments to channel_names arrayStefano Sabatini
2011-09-11audioconvert: K&R whitespace cosmeticsStefano Sabatini
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
2011-09-11doc/avtools-common-opts: write a section about stream specifiers.Anton Khirnov
2011-09-11doc/avconv: remove two pointless paragraphs.Anton Khirnov
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
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
2011-09-11avconv: remove me_threshold option.Anton Khirnov
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
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