source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f8bed30d   14 years rsbultje VC1: merge idct8x8, coeff adjustments and put_pixels. Merging these …
(edit) @8d9ac969   14 years rsbultje avio: rename av_alloc_put_byte -> avio_alloc_context for consistency …
(edit) @484a337c   14 years rsbultje dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
(edit) @bbfd2e7a   14 years rsbultje VC1: inline vc1_put_block() in vc1_decode_i_blocks(). Advantage is …
(edit) @c8c0189d   14 years mans lavfi: put color source in a dedicated file Move the color source …
(edit) @5ad06110   14 years mans lavfi: add drawutils Add drawutils.h and drawutils.c, and use them in …
(edit) @08df7f86   14 years mans Makefile: include deps from tools directory This ensures the tools …
(edit) @1efa772e   14 years mans amrnb: use correct size when copying lsf_r array lsf_r is an array of …
(edit) @ef669538   14 years mans x86: use raw opcode for xgetbv instruction This allows the CPU …
(edit) @d2bbf82e   14 years rsbultje Update version and APIchanges. Update libavformat/version.h and …
(edit) @e731b8d8   14 years rsbultje avio: move init_put_byte() to a new private header and rename it …
(edit) @ae628ec   14 years rsbultje avio: rename ByteIOContext to AVIOContext. Signed-off-by: Ronald S. …
(edit) @70aa916   14 years rsbultje VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv(). Advanced …
(edit) @87f1355f   14 years mans x86: check for AVX support This adds configure and runtime checks for …
(edit) @74d6871d   14 years rsbultje MMS: also discover streams in extended stream properties object …
(edit) @bf6fa732   14 years rsbultje dsputil_mmx.c: remove ff_vector128. Remove ff_vector128, it is …
(edit) @2bbec1ed   14 years siretart Fix invalid reads in VC1 decoder Patch discussed and taken from …
(edit) @a89f4ca0   14 years jason Fix VP3 edge emulation With negative stride, the start of the …
(edit) @9707f84f   14 years alex.converse aacdec: dsputilize the scalar multiplication in intensity stereo
(edit) @902685b8   14 years jason VP3: fix decoding of videos with stride > 2048 Also remove …
(edit) @351423a   14 years mans targa: fix potential buffer overreads Signed-off-by: Mans Rullgard …
(edit) @ed040f35   14 years rsbultje Fix PPC build.
(edit) @891b1f15   14 years jason VP8: init one less near_mv This one didn't actually need to be …
(edit) @eb3755a   14 years jason Force inlining of avutil common routines On some versions of gcc, …
(edit) @bcf4568f   14 years jason VP8: split out declarations to new header
(edit) @7634771e   14 years jason VP8: faster MV clipping
(edit) @12802ec0   14 years rsbultje dsputil: move VC1-specific stuff into VC1DSPContext.
(edit) @0b16cdc   14 years rsbultje VC1: simplify a calculation in a loop.
(edit) @1da6ea39   14 years rsbultje VC1: transpose IDCT 8x8 coeffs while reading.
(edit) @c2ca851b   14 years lu_zero ffserver: Try matching the RTSP url without a trailing slash If the …
(edit) @c3dbfa1a   14 years janne-ffmpeg Add SHA1s to APIChanges for av_dump_format, av_parse_time and …
(edit) @09d171b9   14 years janne-ffmpeg lavf, lavu: bump minor versions and add an APIChanges entry for av_ …
(edit) @ab0287fc   14 years janne-ffmpeg Move find_info_tag to lavu and add av_ prefix to it Signed-off-by: …
(edit) @979395bb   14 years mans mdct: remove unnecessary multiplication 3*n4 was already calculated in n3.
(edit) @5b54d4b3   14 years mans ac3enc: fix bug in stereo rematrixing decision. The rematrixing …
(edit) @9fcae973   14 years mans Replace remaining uses of parse_date with av_parse_time. …
(edit) @f6c7375   14 years mans Deprecate parse_date() in favor of av_parse_time(). The new …
(edit) @610219a5   14 years mans lavf: add av_ prefix to dump_format() Signed-off-by: Mans Rullgard …
(edit) @2c35a6bd   14 years lu_zero rtsp: udp_read_packet returning 0 doesn't mean success If …
(edit) @6741f7c9   14 years lu_zero ffserver: set the sample aspect ratio Hi. It seems that ffserver …
(edit) @0fa904c9   14 years janne-ffmpeg documentation: add encoders chapter Signed-off-by: Janne Grunau …
(edit) @009026e   14 years janne-ffmpeg In graph2dot, print more specific audio information for audio links. …
(edit) @6c60fcf8   14 years janne-ffmpeg spdifenc: set flag AVFMT_NOTIMESTAMPS There are no timestamps in IEC …
(edit) @50a82c2c   14 years janne-ffmpeg vbv_delay AVOption for ABI compatibility Signed-off-by: Michael …
(edit) @2e3c56a2   14 years janne-ffmpeg Set maximum lowres value for the MJPEG decoder to 3. While 4 works …
(edit) @1f004fc5   14 years rsbultje ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). …
(edit) @41cdc1ff   14 years rsbultje fix nsvdec.c compilation if DEBUG macro defined Signed-off-by: Ronald …
(edit) @22ec6b73   14 years mans Fix av_find_best_stream when using a program The current …
(edit) @938b6253   14 years janne-ffmpeg Document audio_resample_close(). Signed-off-by: Janne Grunau …
(edit) @54955283   14 years janne-ffmpeg Apply minor cosmetics fixes to the av_audio_resample_init() doxy. …
(edit) @5d820db2   14 years janne-ffmpeg Document that av_write_header sets stream time_base to a value of it …
(edit) @ec25f83   14 years janne-ffmpeg spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the …
(edit) @50d71404   14 years mans ac3enc: change default floor code to 7. This is to match the value in …
(edit) @9ac2085d   14 years lu_zero os_support: fix poll() implementation Our poll implementation does …
(edit) @737eb597   14 years siretart Merge libavcore into libavutil It is pretty hopeless that other …
(edit) @8ed4cc65   14 years mans APIchanges: update for 55bad0c: vbv_delay Signed-off-by: Mans …
(edit) @55bad0c6   14 years mans Pass VBV delay to the calling application via ctx VBV delay is useful …
(edit) @71f88b1f   14 years mans binkaudio: remove unused copy of AVCodecContext* Signed-off-by: Mans …
(edit) @9806fbd5   14 years mans binkaudio: fix channel count check Perform validity check on …
(edit) @d06497f3   14 years rsbultje fix nsvdec.c compilation if DEBUG defined Signed-off-by: Ronald S. …
(edit) @ead15f1d   14 years alex.converse aacdec: Implement LTP support. Ported from gsoc svn.
(edit) @77c330a0   14 years mans APIchanges: update for 12c14cd Signed-off-by: Mans Rullgard …
(edit) @2dd1ee4b   14 years mans mpegtsenc: whitespace cosmetics Signed-off-by: Mans Rullgard …
(edit) @3f2d3a19   14 years mans mpegtsenc: set audio_type according to st->disposition Signed-off-by: …
(edit) @60e73066   14 years mans mpegts: set st->disposition according to ISO 639 language descriptor …
(edit) @935ee1b9   14 years mans apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag …
(edit) @24a83bd1   14 years mans lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag Signed-off-by: Mans …
(edit) @70c275f8   14 years lu_zero Make avfilter_config_links() propagate audio information of the source …
(edit) @b08f59dc   14 years rsbultje Fix spelling error. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(edit) @275189a2   14 years rsbultje mmst: fix reading uninitialized data for ping packets. Fixes errors …
(edit) @08a459f0   14 years mans Update APIchanges for 910b5b8 Signed-off-by: Mans Rullgard …
(edit) @910b5b82   14 years mans Add sample_aspect_ratio to AVFilterLink Signed-off-by: Mans Rullgard …
(edit) @b7ec5cc4   14 years mans Remove disabled legacy code in ffplay. The code was setting aspect …
(edit) @916dee9f   14 years mans aac: remove dead SBR input scaling It has been unused since …
(edit) @aabc2682   14 years mans asfdec: fix build for big endian targets Signed-off-by: Mans Rullgard …
(edit) @fbb6b49d   14 years rsbultje ac3enc: Add x86-optimized function to speed up log2_tab(). …
(edit) @1a973feb   14 years rsbultje wtv: ignore empty data_guid chunks Signed-off-by: Ronald S. Bultje …
(edit) @5cbd3b5d   14 years rsbultje asfdec: don't export empty metadata Signed-off-by: Ronald S. Bultje …
(edit) @8bf6db1b   14 years rsbultje asfdec: split reading stream properties out of asf_read_header() This …
(edit) @70630e35   14 years rsbultje mmst: print packet type with error status code message Signed-off-by: …
(edit) @3ad464bf   14 years mans configure: fix non-standard regex used with expr The colon operator …
(edit) @7a4abe59   14 years mans mpeg4video: ignore broken GOP headers Some MPEG4 cameras produce …
(edit) @5d57846   14 years mans configure: report full gcc version string This makes the cc_ident …
(edit) @bb7a22b5   14 years mans configure: add cleanws() function This function removes leading and …
(edit) @e6b1ed69   14 years janne-ffmpeg FFT: factor a shuffle out of the inner loop and merge it into …
(edit) @3c33c0e2   14 years janne-ffmpeg lavf: print stream disposition in dump_stream_format Signed-off-by: …
(edit) @57f2c9ae   14 years janne-ffmpeg spdifenc: fix byte order on big-endian systems There is a check for …
(edit) @482d98f6   14 years janne-ffmpeg spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI Signed-off-by: …
(edit) @23153921   14 years mans bink: permute Bink version 'b' quant matrices by inverse scan order …
(edit) @cb62510c   14 years mans bink: simplify how quantization matrices are passed to …
(edit) @f344903c   14 years mans Fix MMX rgb24 to yuv conversion with gcc 4.6 When built with gcc 4.6, …
(edit) @44b11207   14 years mans movenc: Force first sample as SYNC Signed-off-by: Mans Rullgard …
(edit) @47d62c96   14 years mans Make tables generation insensitive to floating-point implementation …
(edit) @e063f588   14 years mans Fix script command in a FAQ entry In the FAQ section "How do I encode …
(edit) @4032137   14 years mans Allow "make clean" to clean files in tools Signed-off-by: Mans …
(edit) @cd6a5a57   14 years mans Add lavfi-showfiltfmts and graph2dot to $(TOOLS) Allow make clean to …
(edit) @646739a0   14 years mans Fix qtrle regression test, actually test qtrle. Signed-off-by: Mans …
(edit) @b2dd842d   14 years rsbultje rtsp/rdt: Assign the RTSPStream index to AVStream->id This is used …
(edit) @74b1f968   14 years rsbultje Add check for Athlon64 and similar AMD processors with slow SSE2. …
(edit) @2a03e873   14 years rsbultje Add missing terminating backslash
Note: See TracRevisionLog for help on using the revision log.