source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @18b6a69c   14 years rsbultje Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." This …
(edit) @1a5e4fd8   14 years alex.converse Replace strncpy() with av_strlcpy().
(edit) @aab6374b   14 years alex.converse indeo3: Eliminate use of long.
(edit) @47bc52f8   14 years alex.converse get_bits: make cache unsigned to eliminate undefined signed overflow.
(edit) @0bd433a9   14 years rsbultje asfdec: fix assert failure on invalid files Add an extra size …
(edit) @0699dbb8   14 years rsbultje avfilter: check malloc return values.
(edit) @d969e93a   14 years rsbultje mpegvideo: reindent.
(edit) @76432655   14 years rsbultje nutenc: check malloc return values.
(edit) @f8af93ab   14 years rsbultje avfilter: don't av_malloc(0).
(edit) @25588d3b   14 years rsbultje nutenc: don't av_malloc(0).
(edit) @fb22c237   14 years rsbultje mpegvideo: don't av_malloc(0).
(edit) @f8b12459   14 years rsbultje asfdec: fix parsing of packets that overrun into padding. …
(edit) @8ce67bca   14 years siretart Implement fate-rsync target
(edit) @e3b540b4   14 years lu_zero Make ffmpeg support generic data stream The patch is the first step …
(edit) @4773d90   14 years anton vp8: frame-multithreading. Tested on a Mac Pro, 2 CPUs, 2 cores each, …
(edit) @975a1447   14 years diego Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. …
(edit) @6209669d   14 years diego Replace deprecated av_get_pict_type_char() with …
(edit) @b178cd76   14 years diego dpx: Do not use DPX encoder for decoding. 10l to the one who hasn't …
(edit) @ad1862d6   14 years diego ALPHA: Replace sized int_fast integer types with plain int/unsigned. …
(edit) @e27ce0ee   14 years siretart DPX image encoder
(edit) @40662915   14 years siretart DPX decoder: read sample aspect ratio Signed-off-by: Michael …
(edit) @3777ea13   14 years siretart DPX decoder: add buffer size checks.
(edit) @63b1866a   14 years justin.ruggles ac3enc: clip large coefficient values and negative exponents rather …
(edit) @177fed4e   14 years justin.ruggles ac3enc: do not store a bandwidth code for each channel. Although AC-3 …
(edit) @a1d0f511   14 years justin.ruggles ac3enc: remove bandwidth reduction as fallback for bit allocation …
(edit) @ba6bce51   14 years justin.ruggles ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
(edit) @4142487   14 years justin.ruggles ac3enc: return error if frame+exponent bits are too large instead of …
(edit) @987fe2dc   14 years justin.ruggles ac3enc: differentiate between current block and reference block in …
(edit) @6b2636b   14 years justin.ruggles ac3enc: simplify exponent_init() by calculating exponent_group_tab[] …
(edit) @e0b33d47   14 years justin.ruggles ac3enc: simplify stereo rematrixing decision options
(edit) @a28b0587   14 years siretart Update URL to fate samples
(edit) @70892657   14 years siretart AMV: disable DR1 and don't override EMU_EDGE This works around a …
(edit) @7c152a45   14 years siretart lavf: inspect more frames for fps when container time base is coarse …
(edit) @0247bdee   14 years siretart Fix races in default av_log handler Prevent competing threads from …
(edit) @cf3ac543   14 years diego vorbis: Replace sized int_fast integer types with plain int/unsigned. …
(edit) @a734fa57   14 years diego Remove disabled non-optimized code variants.
(edit) @e610098e   14 years diego bswap.h: Remove disabled code.
(edit) @2e15305b   14 years diego Remove some disabled printf debug cruft.
(edit) @09cbf60f   14 years diego Replace more disabled printf() calls by av_dlog().
(edit) @03acaa4a   14 years diego tests: Remove disabled code.
(edit) @045dd4b9   14 years diego Replace some commented-out debug printf() / av_log() messages with …
(edit) @d1be646e   14 years diego vorbisdec: Replace some sizeof(type) by sizeof(*variable).
(edit) @a3b7dabb   14 years diego vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.
(edit) @5b81e295   14 years martin avio: Fix the deprecated fallback URL-prefixed open flags While …
(edit) @05a18adf   14 years siretart avoid duplicate -lm in .pc files
(edit) @62d33dbc   14 years siretart mpeg12: terminate mpeg2_video_profiles arrays Make …
(edit) @f2c85458   14 years martin network: Check POLLERR and POLLHUP in ff_network_wait_fd Previously, …
(edit) @f8fec050   14 years anton mpegtsenc: make PMT PID really start on pmt_start_pid
(edit) @f9fb574d   14 years anton nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @87e45ae1   14 years anton rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @c90626b2   14 years anton hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
(edit) @a1f4d075   14 years anton crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel …
(edit) @1afbae10   14 years anton libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation …
(edit) @b2395268   14 years diego vorbisdec: Rename silly "class_" variable to plain "class".
(edit) @81afa5a2   14 years diego simple_idct_alpha: Drop some useless casts.
(edit) @3fd3632f   14 years diego Simplify av_log_missing_feature(). Do not print the results of the …
(edit) @8745e9c4   14 years justin.ruggles ac3enc: remove check for mismatching channels and channel_layout
(edit) @688b09fa   14 years justin.ruggles If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is …
(edit) @168f9e8c   14 years justin.ruggles If AVCodecContext.channel_layout and AVCodecContext.channels are both …
(edit) @3dfc3e70   14 years justin.ruggles cosmetics: indentation
(edit) @8b00ab01   14 years justin.ruggles Check AVCodec.supported_samplerates and AVCodec.channel_layouts in …
(edit) @767848d   14 years justin.ruggles aacdec: remove sf_scale and sf_offset. Instead, scalefactors are …
(edit) @62717940   14 years justin.ruggles aacdec: use a scale of 2 in the LTP MDCT rather than doubling the …
(edit) @d70fa4c4   14 years justin.ruggles Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets …
(edit) @e4744b59   14 years justin.ruggles Large intensity stereo and PNS indices are legal. Clip them instead of …
(edit) @f4e043ff   14 years rsbultje qpeg: use reget_buffer() in decode_frame() Decoder relies on previous …
(edit) @4f0b8059   14 years rsbultje ultimotion: use reget_buffer() in ulti_decode_frame() Decoder relies …
(edit) @4f2954e2   14 years rsbultje smacker: remove unnecessary call to avctx->release_buffer in …
(edit) @5eef4afb   14 years rsbultje avparser: don't av_malloc(0). Signed-off-by: Ronald S. Bultje …
(edit) @79ee8977   14 years justin.ruggles ac3enc: correct the flipped sign in the ac3_fixed encoder
(edit) @e6ff0648   14 years diego Eliminate pointless '#if 1' statements without matching '#else'.
(edit) @9d35fa52   14 years siretart Add AVX FFT implementation. Signed-off-by: Reinhard Tartler …
(edit) @13dfce3d   14 years siretart Increase alignment of av_malloc() as needed by AVX ASM. …
(edit) @33cbfa6f   14 years siretart Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. …
(edit) @76cd98b4   14 years siretart mjpeg: Detect overreads in mjpeg_decode_scan() and error out. …
(edit) @4bc28232   14 years anton documentation: extend documentation for ffmpeg -aspect option …
(edit) @893722ce   14 years anton APIChanges: update commit hashes for recent additions.
(edit) @bebe72f4   14 years anton lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums …
(edit) @30fe9719   14 years anton aac: add headers needed for log2f() Signed-off-by: Anton Khirnov …
(edit) @6deae83e   14 years anton lavc: remove FF_API_MB_Q cruft
(edit) @694c1424   14 years anton lavc: remove FF_API_RATE_EMU cruft
(edit) @e7021c0e   14 years anton lavc: remove FF_API_HURRY_UP cruft
(edit) @73a4f7c2   14 years anton pad: make the filter parametric Signed-off-by: Stefano Sabatini …
(edit) @0bbb28c7   14 years anton vsrc_movie: add key_frame and pict_type. Signed-off-by: Roger Pau …
(edit) @5eb901cf   14 years anton vsrc_movie: fix leak in request_frame() Also set movie->picref to …
(edit) @10d3940   14 years anton lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. …
(edit) @7a11c82f   14 years anton vsrc_buffer: add sample_aspect_ratio fields to arguments. This fixes …
(edit) @2f84bb42   14 years anton lavfi: add fieldorder filter Signed-off-by: Stefano Sabatini …
(edit) @68e23c08   14 years anton scale: make the filter parametric Make the filter accept parametric …
(edit) @b137bf7d   14 years anton yadif: support 16-bit Fixes by Michael Niedermayer <michaelni@gmx.at> …
(edit) @88312a4d   14 years anton yadif: support more than yuv420p. and correctly support grey8 …
(edit) @d85e18e6   14 years anton yadif: Fix assert() failure Signed-off-by: Anton Khirnov …
(edit) @f80b381b   14 years anton graphparser: add a NULL check on the argument passed to strstr Fix …
(edit) @c61bfc11   14 years anton setdar: prefer "sar" over "par" in log info message This is more …
(edit) @b04d1abb   14 years anton fade: fix draw_slice() check on fade->factor value draw_slice() …
(edit) @9026b27e   14 years anton fade: make draw_slice() chroma check against planes 1 and 2 …
(edit) @ba9327ea   14 years lu_zero win32: include the correct header in cmdutils.c CommandLineToArgvW …
(edit) @6ad2bafc   14 years janne-libav ac3: fix memleak in fixed-point encoder caused by typo in mdct_end
(edit) @a14c0824   14 years diego flashsv: Return more meaningful error values.
(edit) @46cb2da1   14 years diego flashsv: Employ explicit AVCodec struct initializers.
Note: See TracRevisionLog for help on using the revision log.