summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libx264: add 'deblock' private optionAnton Khirnov2011-09-06
* libx264: add 'b-bias' private optionAnton Khirnov2011-09-06
* libx264: fix setting some options.Anton Khirnov2011-09-06
* libx264: remove useless assignmentAnton Khirnov2011-09-06
* ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-06
* mpeg12: cosmetics: reformat as K&RDiego Biurrun2011-09-06
* ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-05
* ac3enc: scale floating-point coupling channel coefficients inJustin Ruggles2011-09-05
* ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.Justin Ruggles2011-09-05
* wavpack: fix wrong return value in wavpack_decode_block()Kostya Shishkov2011-09-05
* avconv: fix parsing metadata specifiers.Anton Khirnov2011-09-05
* fate: use +frame+slice named constants instead of '3'Anton Khirnov2011-09-05
* mpeg12: propagate more real return values through chunk decode error return a...Dustin Brody2011-09-05
* wavpack: use context reset in appropriate placesKostya Shishkov2011-09-05
* avconv: move mux_preload and mux_max_delay to options contextAnton Khirnov2011-09-05
* avconv: move bitstream filters to options context.Anton Khirnov2011-09-05
* avconv: move rate_emu to options context.Anton Khirnov2011-09-05
* avconv: move max_frames to options context.Anton Khirnov2011-09-05
* avconv: move metadata to options context.Anton Khirnov2011-09-05
* avconv: move ts scale to options context.Anton Khirnov2011-09-05
* avconv: move chapter maps to options context.Anton Khirnov2011-09-05
* avconv: move metadata maps to options context.Anton Khirnov2011-09-05
* avconv: move codec_names to options context.Anton Khirnov2011-09-05
* lavc: fix type for thread_type optionAnton Khirnov2011-09-04
* avconv: move format to options contextAnton Khirnov2011-09-04
* avconv: move limit_filesize to options contextAnton Khirnov2011-09-04
* avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov2011-09-04
* avconv: add a context for options.Anton Khirnov2011-09-04
* cmdutils: allow storing per-stream/chapter/.... options in a generic wayAnton Khirnov2011-09-04
* cmdutils: split per-option code out of parse_options().Anton Khirnov2011-09-04
* cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-04
* cmdutils: declare only one pointer type in OptionDefAnton Khirnov2011-09-04
* cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-04
* cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-04
* http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch2011-09-04
* nutenc: add namespace to the api facing functionsLuca Barbato2011-09-04
* AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov2011-09-03
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-03
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03
* cpu detection: avoid a signed overflowSean McGovern2011-09-03
* codec-regression: force vsync 0 on the me_threshold test to make sure frames ...Alex Converse2011-09-01
* avconv: fix some bugs introduced in 630902a1e1336e7ee0cf3dcbcb6eb07af8edf660Michael Niedermayer2011-09-01
* libmp3lame: fix typoAnton Khirnov2011-09-01
* AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov2011-09-01
* libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-01
* libx264: set default thread count to 0 (auto)Anton Khirnov2011-08-31
* lavc: cosmetics, group deprecated codec flagsAnton Khirnov2011-08-31
* mpeg12: add 'scan_offset' private option.Anton Khirnov2011-08-31
* h263/p encoder: add 'structured_slices' private option.Anton Khirnov2011-08-31