source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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.
(edit) @34dda12   13 years anton libx264: add 'b-pyramid' private option. Deprecate CODEC_FLAG2_BPYRAMID.
(edit) @5d4a1048   13 years anton libx264: add 'intra-refresh' private option. Deprecate …
(edit) @faaecd47   13 years anton libx264: add 'ssim' private option. Deprecate CODEC_FLAG2_SSIM.
(edit) @3b81636f   13 years anton libx264: make options compatible with x264 Replace '_' with '-', …
(edit) @dde37293   13 years lu_zero avcodec: remove misleading comment coded_width is the width before …
(edit) @2e2594ca   13 years anton avconv: remove -threads option. It's only shadowing the AVOption with …
(edit) @f593628e   13 years alex.converse avconv: Replace raw picture frame swapping hack.
(edit) @a8085231   13 years mans RV40: reuse some H.264 motion compensation functions in RV40. Since …
(edit) @22141917   13 years lu_zero Revert "h264: Properly set coded_{width, height} when parsing H.264." …
(edit) @8b722297   13 years diego isom: add missing AVC-Intra tags, rearrange list and update comments …
(edit) @c922816d   13 years anton avconv: remove stubs of crop* and pad* options
(edit) @ed5b1326   13 years anton avconv: re-add nb_streams to InputFile. It was mistakenly removed in …
(edit) @10397215   13 years anton Use deinterleavers for demangling audio packets in RealMedia. Unlike …
(edit) @52982dbe   13 years anton vf_scale: don't leak SWS context. Signed-off-by: Anton Khirnov …
(edit) @fa19c5c2   13 years diego doxygen: drop another pointless star from pointer variable name
(edit) @1717ba0c   13 years anton fifo: add FIFO API test program, and fate test Signed-off-by: Anton …
(edit) @f2011ed2   13 years anton fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() The new …
(edit) @f4f3300c   13 years siretart postprocess.c: filter name needs to be double 0 terminated …
(edit) @02494787   13 years diego doxygen: fix wrong comment syntax, < vs. /<
(edit) @0138a8de   13 years diego doxygen: drop pointless star from pointer variable names
(edit) @c960e67   13 years diego Replace deprecated av_find_stream_info() by avformat_find_stream_info().
(edit) @5f677aac   13 years diego xmv: eliminate superfluous zeroing of zero data Signed-off-by: Diego …
(edit) @d2ba1fb5   13 years diego configure: fix typo in avconv dependency list
(edit) @f913eeea   13 years rsbultje vp6: partially propagate huffman tree building errors during coeff …
(edit) @09c274e0   13 years rsbultje mpeg12: propagate chunk decode errors and fix conditional indentation …
(edit) @0d802ac5   13 years rsbultje vc1: fix VC-1 Pulldown handling. Pulldown flags are being set …
(edit) @1cf82cab   13 years rsbultje VC1: Fix first/last row checks with slices In some places 0/mb_height …
(edit) @ad6c7c1b   13 years alex.converse mp4: Handle non-trivial ES Descriptors.
(edit) @d4b99744   13 years rsbultje vc1: properly zero coded_block[] edges on new slice entry. …
(edit) @b9630bcf   13 years alex.converse avconv: Replace goto redo on decode fail with continue. This checks …
(edit) @389e0a5a   13 years alex.converse avconv: Remove dead store.
(edit) @4ae30cac   13 years anton libx264: add 'crf_max' private option. Deprecate corresponding global …
(edit) @c5dd0bc4   13 years anton libx264: add 'weightp' private option. Deprecate corresponding global …
Note: See TracRevisionLog for help on using the revision log.