source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @162f1fbc   13 years lu_zero mpegts: on seek, reset the cc for all PIDs Prevent false positive …
(edit) @d162994a   13 years lu_zero doc: explain STDC_CONSTANT_MACROS in C++ In order to build C++ …
(edit) @8bfea4ab   13 years martin Fixed segfault with wavpack decoder on corrupted decorrelation terms …
(edit) @6a11686d   13 years anton avconv: move audio_channels to the options context.
(edit) @2130981a   13 years anton avconv: move *_disable to options context.
(edit) @35c5d7d1   13 years anton avconv: remove -[vas]lang options. They are redundant, the same can …
(edit) @013887eb   13 years anton avconv: move codec tags to options context. Add a new -tag option, …
(edit) @0c1f5b93   13 years alex.converse cljr: init_get_bits size in bits instead of bytes
(edit) @b7ce4f1d   13 years alex.converse indeo2: fail if input buffer too small
(edit) @68ca330c   13 years alex.converse indeo2: init_get_bits size in bits instead of bytes
(edit) @46b00495   13 years alex.converse ffv1: Fixed size given to init_get_bits() in decoder. init_get_bits() …
(edit) @dba2b63a   13 years alex.converse wavpack: Check error codes rather than working around error conditions.
(edit) @6376362d   13 years diego Employ FF_ARRAY_ELEMS instead of manually calculating array length.
(edit) @55354b7d   13 years martin Fixed invalid access in wavpack decoder on corrupted bitstream. …
(edit) @0aedab03   13 years martin Fixed invalid writes in wavpack decoder on corrupted bitstreams. …
(edit) @beefafda   13 years martin Fixed invalid access in wavpack decoder on corrupted extra bits …
(edit) @5ea091fb   13 years martin rtpdec_asf: Fix integer underflow that could allow remote code …
(edit) @0ca36b4d   13 years janne-libav Add LATM muxer Signed-off-by: Janne Grunau <janne-libav@jannau.net>
(edit) @635bbecf   13 years anton v210enc: clip values according to specifications Signed-off-by: Anton …
(edit) @d239b83e   13 years anton v210enc: switch to PIX_FMT_422P10 Signed-off-by: Anton Khirnov …
(edit) @08fa23d6   13 years anton v210dec: switch to PIX_FMT_422P10 Signed-off-by: Anton Khirnov …
(edit) @4dbcdfa8   13 years anton AVOptions: remove AVOption.offset <= 0 checks They will only ever be …
(edit) @79eff913   13 years anton AVOptions: deprecate av_opt_set_defaults2 It's a hack which was …
(edit) @a7e2b2cc   13 years anton AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h …
(edit) @0962f23b   13 years anton libx264: fix setting some more parameters Specifically, trellis, nr, …
(edit) @2bb5d637   13 years anton libx264: fix setting the H.264 level Move setting it after …
(edit) @9c684fea   13 years anton libx264: add 'direct-pred' private option Deprecate …
(edit) @0635a8aa   13 years anton libx264: add 'partitions' private option Deprecate …
(edit) @70423376   13 years anton libx264: add 'cplxblur' private option Deprecate …
(edit) @71b5f44   13 years anton libx264: add 'deblock' private option Deprecate …
(edit) @f83c4518   13 years anton libx264: add 'b-bias' private option Deprecate AVCodecContext.bframebias.
(edit) @bb73cda2   13 years anton libx264: fix setting some options. Specifically: gop_size, …
(edit) @d8dee0e7   13 years anton libx264: remove useless assignment priv_data is memset to 0.
(edit) @459fe331   13 years justin.ruggles ac3dec: avoid pointless alloc and indirection for input_buffer Since …
(edit) @6192b6f3   13 years diego mpeg12: cosmetics: reformat as K&R
(edit) @ae264bb2   13 years justin.ruggles ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. …
(edit) @a0d17b6d   13 years justin.ruggles ac3enc: scale floating-point coupling channel coefficients in …
(edit) @3e5722a8   13 years justin.ruggles ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. …
(edit) @bcd4aa8b   13 years lu_zero wavpack: fix wrong return value in wavpack_decode_block() This …
(edit) @a2a38d96   13 years anton avconv: fix parsing metadata specifiers. After …
(edit) @bc5acfa7   13 years anton fate: use +frame+slice named constants instead of '3'
(edit) @ff17fc63   13 years anton mpeg12: propagate more real return values through chunk decode error …
(edit) @9bc4e21   13 years anton wavpack: use context reset in appropriate places This fixes improper …
(edit) @dc26318c   13 years anton avconv: move mux_preload and mux_max_delay to options context
(edit) @d821cbe   13 years anton avconv: move bitstream filters to options context. Change syntax -- …
(edit) @f4805328   13 years anton avconv: move rate_emu to options context. Make it work properly with …
(edit) @96139b5e   13 years anton avconv: move max_frames to options context. Add a -frames option that …
(edit) @039267f1   13 years anton avconv: move metadata to options context. It is now possible to set …
(edit) @33f75d72   13 years anton avconv: move ts scale to options context.
(edit) @c5bb372   13 years anton avconv: move chapter maps to options context.
(edit) @847529f8   13 years anton avconv: move metadata maps to options context.
(edit) @35e6f8c1   13 years anton avconv: move codec_names to options context.
(edit) @fb47997e   13 years anton lavc: fix type for thread_type option It should be flags, not int.
(edit) @7041bb3   13 years anton avconv: move format to options context
(edit) @13ccba50   13 years anton avconv: move limit_filesize to options context
(edit) @6b779ccc   13 years anton avconv: move start_time, recording_time and input_ts_offset to options …
(edit) @575ec4e1   13 years anton avconv: add a context for options. Move stream maps to it. …
(edit) @6361c5e1   13 years anton cmdutils: allow storing per-stream/chapter/.... options in a generic way
(edit) @2f8e586   13 years anton cmdutils: split per-option code out of parse_options(). This allows …
(edit) @7cc8d638   13 years anton cmdutils: add support for caller-provided option context. This is the …
(edit) @7efe05ab   13 years anton cmdutils: declare only one pointer type in OptionDef This will be …
(edit) @cac651c8   13 years anton cmdutils: move grow_array() from avconv to cmdutils.
(edit) @dad09ff9   13 years anton cmdutils: move exit_program() declaration to cmdutils from avconv …
(edit) @346ea9e2   13 years martin http: Consider the stream as seekable if the reply contains …
(edit) @5ee5dc4e   13 years lu_zero nutenc: add namespace to the api facing functions Rename …
(edit) @e955a682   13 years anton AVOptions: fix av_set_string3() doxy to match reality. Fixes bug 28.
(edit) @20c21f8   13 years anton cmdutils: get rid of dummy contexts for examining AVOptions. Replace …
(edit) @fb4ca26b   13 years anton lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.
(edit) @c11fb828   13 years anton AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). It …
(edit) @5938e021   13 years rsbultje cpu detection: avoid a signed overflow 1<<31 overflows because 1 is …
(edit) @757b86cd   13 years alex.converse codec-regression: force vsync 0 on the me_threshold test to make sure …
(edit) @62486948   13 years anton avconv: fix some bugs introduced in …
(edit) @9bc9188e   13 years anton libmp3lame: fix typo FF_API_LAME_GLOBAL_OPTIONS => …
(edit) @bea5670   13 years anton AVOptions: drop av_ prefix from static av_get_number().
(edit) @14400374   13 years anton libx264: use X264_THREADS_AUTO constant instead of 0.
(edit) @5d06f152   13 years anton libx264: set default thread count to 0 (auto)
(edit) @f013cb81   13 years anton lavc: cosmetics, group deprecated codec flags
(edit) @aed79007   13 years anton mpeg12: add 'scan_offset' private option. Deprecate …
(edit) @4bcee8e7   13 years anton h263/p encoder: add 'structured_slices' private option. Deprecate …
(edit) @0d904de8   13 years anton h263/p encoder: add 'obmc' private option. Deprecate CODEC_FLAG_OBMC
(edit) @e3922d11   13 years anton h263p encoder: add 'aiv' private option. Deprecate CODEC_FLAG_H263P_AIV
(edit) @9bb2d1a3   13 years anton h263p encoder: add 'umv' private option. Deprecate CODEC_FLAG_H263P_UMV
(edit) @0e5d3730   13 years anton mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. …
(edit) @1f0c7020   13 years anton mjpegdec: add 'extern_huff' private option. Deprecate …
(edit) @4623420d   13 years anton mpeg4enc: add 'data_partitioning' private option. Deprecate …
(edit) @0cc06b9e   13 years anton snow: add 'memc_only' private option. Deprecate CODEC_FLAG2_MEMC_ONLY
(edit) @0dc5e12f   13 years anton libx264: add 'mbtree' private option. Deprecate CODEC_FLAG2_MBTREE
(edit) @38934f19   13 years anton libx264: add 'psy' private option. Deprecate CODEC_FLAG2_PSY
(edit) @a7cec3a0   13 years anton libmp3lame: add 'reservoir' private option. Deprecate …
(edit) @88262ca8   13 years anton mpeg2enc: add 'non_linear_quant' private option Deprecate …
(edit) @2c5e1efc   13 years anton mpeg12enc: add drop_frame_timecode private option. Deprecate …
(edit) @297d9cb3   13 years anton mpeg12enc: add intra_vlc private option. Deprecate CODEC_FLAG2_INTRA_VLC.
(edit) @d2f119a1   13 years anton VC1: Support dynamic dimension changes Fixes SA00072, SA00073, …
(edit) @a18e04bc   13 years anton mjpeg: treat external huffman table setup failure as codec init …
(edit) @7485e547   13 years anton lavc: deprecate CODEC_FLAG2_BRDO It's been unused for the last 3 years.
(edit) @cf90c5d0   13 years anton libx264: add 'aud' private option. Deprecate CODEC_FLAG2_AUD.
(edit) @3b82aeee   13 years anton libx264: add 'fast-pskip' private option. Deprecate CODEC_FLAG2_FASTPSKIP.
(edit) @373257fa   13 years anton libx264: add '8x8dct' private option. Deprecate CODEC_FLAG2_8X8DCT.
(edit) @eab21c32   13 years anton libx264: add 'mixed-refs' private option. Deprecate …
(edit) @0f29699d   13 years anton libx264: add 'weightb' private option. Deprecate CODEC_FLAG2_BPYRAMID.
Note: See TracRevisionLog for help on using the revision log.