summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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
* avconv: remove me_threshold option.Anton Khirnov2011-09-11
* 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
* 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
* 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
* avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-11
* mpegts: improve error reportingGeorgi Chorbadzhiyski2011-09-11
* mpegts: on seek, reset the cc for all PIDsAviad Rozenhek2011-09-11
* doc: explain __STDC_CONSTANT_MACROS in C++Luca Barbato2011-09-10
* Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-10
* 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
* avconv: move codec tags to options context.Anton Khirnov2011-09-10
* 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
* 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
* Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-08
* Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-08
* rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-07
* Add LATM muxerKieran Kunhya2011-09-07
* v210enc: clip values according to specificationsBaptiste Coudurier2011-09-07
* v210enc: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-07
* v210dec: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-07
* AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov2011-09-07
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-07
* libx264: fix setting some more parametersAnton Khirnov2011-09-07
* libx264: fix setting the H.264 levelAndrej Peterka2011-09-07
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-07
* libx264: add 'partitions' private optionAnton Khirnov2011-09-07
* libx264: add 'cplxblur' private optionAnton Khirnov2011-09-06