OSDN Git Service

coroid/libav_saccubus.git
2011-09-10 Anton Khirnovavconv: move codec tags to options context.
2011-09-09 Alex Conversecljr: init_get_bits size in bits instead of bytes
2011-09-09 Alex Converseindeo2: fail if input buffer too small
2011-09-09 Alex Converseindeo2: init_get_bits size in bits instead of bytes
2011-09-09 Laurent Aimarffv1: Fixed size given to init_get_bits() in decoder.
2011-09-08 Alex Conversewavpack: Check error codes rather than working around...
2011-09-08 Diego BiurrunEmploy FF_ARRAY_ELEMS instead of manually calculating...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid writes in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-07 Michael Niedermayerrtpdec_asf: Fix integer underflow that could allow...
2011-09-07 Kieran KunhyaAdd LATM muxer
2011-09-07 Baptiste Coudurierv210enc: clip values according to specifications
2011-09-07 Baptiste Coudurierv210enc: switch to PIX_FMT_422P10
2011-09-07 Baptiste Coudurierv210dec: switch to PIX_FMT_422P10
2011-09-07 Anton KhirnovAVOptions: remove AVOption.offset <= 0 checks
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-09-07 Anton KhirnovAVOptions: move doxy for av_opt_set_defaults() from...
2011-09-07 Anton Khirnovlibx264: fix setting some more parameters
2011-09-07 Andrej Peterkalibx264: fix setting the H.264 level
2011-09-07 Anton Khirnovlibx264: add 'direct-pred' private option
2011-09-07 Anton Khirnovlibx264: add 'partitions' private option
2011-09-06 Anton Khirnovlibx264: add 'cplxblur' private option
2011-09-06 Anton Khirnovlibx264: add 'deblock' private option
2011-09-06 Anton Khirnovlibx264: add 'b-bias' private option
2011-09-06 Anton Khirnovlibx264: fix setting some options.
2011-09-06 Anton Khirnovlibx264: remove useless assignment
2011-09-06 Reimar Döffingerac3dec: avoid pointless alloc and indirection for input...
2011-09-06 Diego Biurrunmpeg12: cosmetics: reformat as K&R
2011-09-05 Justin Rugglesac3enc: Add channel coupling support for the fixed...
2011-09-05 Justin Rugglesac3enc: scale floating-point coupling channel coefficie...
2011-09-05 Justin Rugglesac3enc: fix encoding of stereo ac3 files when rematrixi...
2011-09-05 Kostya Shishkovwavpack: fix wrong return value in wavpack_decode_block()
2011-09-05 Anton Khirnovavconv: fix parsing metadata specifiers.
2011-09-05 Anton Khirnovfate: use +frame+slice named constants instead of '3'
2011-09-05 Dustin Brodympeg12: propagate more real return values through chunk...
2011-09-05 Kostya Shishkovwavpack: use context reset in appropriate places
2011-09-05 Anton Khirnovavconv: move mux_preload and mux_max_delay to options...
2011-09-05 Anton Khirnovavconv: move bitstream filters to options context.
2011-09-05 Anton Khirnovavconv: move rate_emu to options context.
2011-09-05 Anton Khirnovavconv: move max_frames to options context.
2011-09-05 Anton Khirnovavconv: move metadata to options context.
2011-09-05 Anton Khirnovavconv: move ts scale to options context.
2011-09-05 Anton Khirnovavconv: move chapter maps to options context.
2011-09-05 Anton Khirnovavconv: move metadata maps to options context.
2011-09-05 Anton Khirnovavconv: move codec_names to options context.
2011-09-04 Anton Khirnovlavc: fix type for thread_type option
2011-09-04 Anton Khirnovavconv: move format to options context
2011-09-04 Anton Khirnovavconv: move limit_filesize to options context
2011-09-04 Anton Khirnovavconv: move start_time, recording_time and input_ts_of...
2011-09-04 Anton Khirnovavconv: add a context for options.
2011-09-04 Anton Khirnovcmdutils: allow storing per-stream/chapter/.... options...
2011-09-04 Anton Khirnovcmdutils: split per-option code out of parse_options().
2011-09-04 Anton Khirnovcmdutils: add support for caller-provided option context.
2011-09-04 Anton Khirnovcmdutils: declare only one pointer type in OptionDef
2011-09-04 Anton Khirnovcmdutils: move grow_array() from avconv to cmdutils.
2011-09-04 Anton Khirnovcmdutils: move exit_program() declaration to cmdutils...
2011-09-04 Stefan Fritschhttp: Consider the stream as seekable if the reply...
2011-09-04 Luca Barbatonutenc: add namespace to the api facing functions
2011-09-03 Anton KhirnovAVOptions: fix av_set_string3() doxy to match reality.
2011-09-03 Anton Khirnovcmdutils: get rid of dummy contexts for examining AVOpt...
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-09-03 Sean McGoverncpu detection: avoid a signed overflow
2011-09-01 Alex Conversecodec-regression: force vsync 0 on the me_threshold...
2011-09-01 Michael Niedermayeravconv: fix some bugs introduced in 630902a1e1336e7ee0c...
2011-09-01 Anton Khirnovlibmp3lame: fix typo
2011-09-01 Anton KhirnovAVOptions: drop av_ prefix from static av_get_number().
2011-09-01 Anton Khirnovlibx264: use X264_THREADS_AUTO constant instead of 0.
2011-08-31 Anton Khirnovlibx264: set default thread count to 0 (auto)
2011-08-31 Anton Khirnovlavc: cosmetics, group deprecated codec flags
2011-08-31 Anton Khirnovmpeg12: add 'scan_offset' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'structured_slices' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'obmc' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'aiv' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'umv' private option.
2011-08-31 Anton Khirnovmpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
2011-08-31 Anton Khirnovmpeg4enc: add 'data_partitioning' private option.
2011-08-31 Anton Khirnovsnow: add 'memc_only' private option.
2011-08-31 Anton Khirnovlibx264: add 'mbtree' private option.
2011-08-31 Anton Khirnovlibx264: add 'psy' private option.
2011-08-31 Anton Khirnovlibmp3lame: add 'reservoir' private option.
2011-08-31 Anton Khirnovmpeg2enc: add 'non_linear_quant' private option
2011-08-31 Anton Khirnovmpeg12enc: add drop_frame_timecode private option.
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-31 Alberto DelmásVC1: Support dynamic dimension changes
2011-08-31 Dustin Brodymjpeg: treat external huffman table setup failure as...
2011-08-31 Anton Khirnovlavc: deprecate CODEC_FLAG2_BRDO
2011-08-31 Anton Khirnovlibx264: add 'aud' private option.
2011-08-31 Anton Khirnovlibx264: add 'fast-pskip' private option.
2011-08-31 Anton Khirnovlibx264: add '8x8dct' private option.
2011-08-31 Anton Khirnovlibx264: add 'mixed-refs' private option.
2011-08-31 Anton Khirnovlibx264: add 'weightb' private option.
2011-08-31 Anton Khirnovlibx264: add 'b-pyramid' private option.
2011-08-31 Anton Khirnovlibx264: add 'intra-refresh' private option.
2011-08-31 Anton Khirnovlibx264: add 'ssim' private option.
2011-08-31 Anton Khirnovlibx264: make options compatible with x264
2011-08-31 Luca Barbatoavcodec: remove misleading comment
2011-08-30 Anton Khirnovavconv: remove -threads option.
next