source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6a786b15   14 years michaelni VC1: merge idct8x8, coeff adjustments and put_pixels. Merging these …
(edit) @90ed2776   14 years michaelni avio: rename av_alloc_put_byte -> avio_alloc_context for consistency …
(edit) @34bb0575   14 years michaelni dsputil: make {add/put/put_signed}_pixels_clamped() non-static. …
(edit) @713f4904   14 years michaelni VC1: inline vc1_put_block() in vc1_decode_i_blocks(). Advantage is …
(edit) @5effda08   14 years michaelni Makefile: include deps from tools directory This ensures the tools …
(edit) @46382ae2   14 years michaelni amrnb: use correct size when copying lsf_r array lsf_r is an array of …
(edit) @f1f79211   14 years michaelni x86: use raw opcode for xgetbv instruction This allows the CPU …
(edit) @f9c61974   14 years michaelni Add shadow support to the drawtext filter Signed-off-by: Michael …
(edit) @a64a2c5f   14 years michaelni factor draw_glyphs out of drawtext filter Signed-off-by: Michael …
(edit) @bccea088   14 years michaelni Fix and optimize yuv blend in the drawtext filter Signed-off-by: …
(edit) @7d279022   14 years michaelni get rid of divisions in the inner loop of the drawtext filter …
(edit) @476aaec6   14 years michaelni fix chroma alpha in the drawtext filter Signed-off-by: Michael …
(edit) @edbaedf7   14 years michaelni Simplify chroma blend in the drawtext filter Signed-off-by: Michael …
(edit) @bd8e7503   14 years michaelni Port drawtext filter by Hemanth from the libavfilter soc repo, with …
(edit) @704865f   14 years michaelni lavfi: add fade filter Port fade filter from libavfilter soc repo, …
(edit) @fd0b42cc   14 years michaelni lavfi: put color source in a dedicated file Move the color source …
(edit) @bcfd9e82   14 years michaelni lavfi: add drawutils Add drawutils.h and drawutils.c, and use them in …
(edit) @bbcaaf75   14 years michaelni Update version and APIchanges. Update libavformat/version.h and …
(edit) @ae99313a   14 years michaelni avio: move init_put_byte() to a new private header and rename it …
(edit) @471fe57   14 years michaelni avio: rename ByteIOContext to AVIOContext. Signed-off-by: Ronald S. …
(edit) @a8858ee1   14 years michaelni VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv(). Advanced …
(edit) @cdeba2de   14 years michaelni x86: check for AVX support This adds configure and runtime checks for …
(edit) @91861ce   14 years michaelni MMS: also discover streams in extended stream properties object …
(edit) @6a717eb4   14 years michaelni dsputil_mmx.c: remove ff_vector128. Remove ff_vector128, it is …
(edit) @c614d32e   14 years michaelni Fix invalid reads in VC1 decoder Patch discussed and taken from …
(edit) @0cfcbf21   14 years michaelni Fix VP3 edge emulation With negative stride, the start of the …
(edit) @695f39c8   14 years michaelni aacdec: dsputilize the scalar multiplication in intensity stereo …
(edit) @d1472386   14 years michaelni VP3: fix decoding of videos with stride > 2048 Also remove …
(edit) @5c20c81b   14 years michaelni Fix issue2619. regression introduced in …
(edit) @7782cb20   14 years michaelni targa: fix potential buffer overreads Signed-off-by: Mans Rullgard …
(edit) @56cbc5f1   14 years michaelni Fix PPC build. (cherry picked from commit …
(edit) @1d37e908   14 years michaelni VP8: init one less near_mv This one didn't actually need to be …
(edit) @545dc699   14 years michaelni Force inlining of avutil common routines On some versions of gcc, …
(edit) @8e624c1   14 years michaelni VP8: split out declarations to new header (cherry picked from commit …
(edit) @625e9309   14 years michaelni VP8: faster MV clipping (cherry picked from commit …
(edit) @9a1ced3   14 years michaelni dsputil: move VC1-specific stuff into VC1DSPContext. (cherry picked …
(edit) @6c0d9369   14 years michaelni VC1: simplify a calculation in a loop. (cherry picked from commit …
(edit) @2739dc5d   14 years michaelni VC1: transpose IDCT 8x8 coeffs while reading. (cherry picked from …
(edit) @003c32e7   14 years michaelni ffserver: Try matching the RTSP url without a trailing slash If the …
(edit) @b2f893ac   14 years michaelni Add SHA1s to APIChanges for av_dump_format, av_parse_time and …
(edit) @0ef52334   14 years michaelni lavf, lavu: bump minor versions and add an APIChanges entry for av_ …
(edit) @1b98107c   14 years michaelni Move find_info_tag to lavu and add av_ prefix to it Signed-off-by: …
(edit) @9c9912b9   14 years michaelni mdct: remove unnecessary multiplication 3*n4 was already calculated …
(edit) @6159bd0d   14 years michaelni ac3enc: fix bug in stereo rematrixing decision. The rematrixing …
(edit) @ee60e04c   14 years michaelni Replace remaining uses of parse_date with av_parse_time. …
(edit) @40c3fe2c   14 years michaelni Deprecate parse_date() in favor of av_parse_time(). The new …
(edit) @0ebf4754   14 years michaelni lavf: add av_ prefix to dump_format() Signed-off-by: Mans Rullgard …
(edit) @09e22efc   14 years michaelni rtsp: udp_read_packet returning 0 doesn't mean success If …
(edit) @34c340d   14 years michaelni ffserver: set the sample aspect ratio Hi. It seems that ffserver …
(edit) @728d56e8   14 years michaelni documentation: add encoders chapter Signed-off-by: Janne Grunau …
(edit) @5d329e2e   14 years michaelni In graph2dot, print more specific audio information for audio links. …
(edit) @2613c811   14 years michaelni spdifenc: set flag AVFMT_NOTIMESTAMPS There are no timestamps in IEC …
(edit) @02d08035   14 years michaelni Reduce picture size for yadif. Signed-off-by: Michael Niedermayer …
(edit) @bad82d3d   14 years michaelni Change yadif to not use out of picture lines. Fixes issue2272. …
(edit) @20a2a3da   14 years michaelni ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). …
(edit) @c4461aa8   14 years michaelni fix nsvdec.c compilation if DEBUG macro defined Signed-off-by: Ronald …
(edit) @33af787d   14 years michaelni Fix av_find_best_stream when using a program The current …
(edit) @20bc55ce   14 years michaelni Document audio_resample_close(). Signed-off-by: Janne Grunau …
(edit) @438198e7   14 years michaelni Document that av_write_header sets stream time_base to a value of it …
(edit) @fabb93e3   14 years michaelni spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the …
(edit) @660ab0e6   14 years michaelni ac3enc: change default floor code to 7. This is to match the value in …
(edit) @a41aebf1   14 years michaelni os_support: fix poll() implementation Our poll implementation does …
(edit) @7ffe76e5   14 years michaelni Merge libavcore into libavutil Done to keep ABI compatible. Otherwise …
(edit) @fad8143   14 years michaelni vbv_delay AVOption for ABI compatibility Signed-off-by: Michael …
(edit) @2f6c6a34   14 years michaelni APIchanges: update for 55bad0c: vbv_delay Signed-off-by: Mans …
(edit) @b6d07000   14 years michaelni Pass VBV delay to the calling application via ctx VBV delay is useful …
(edit) @c4c9fb46   14 years michaelni binkaudio: remove unused copy of AVCodecContext* Signed-off-by: Mans …
(edit) @13690156   14 years michaelni binkaudio: fix channel count check Perform validity check on …
(edit) @73b3b522   14 years michaelni fix nsvdec.c compilation if DEBUG defined Signed-off-by: Ronald S. …
(edit) @ece6cca1   14 years michaelni aacdec: Implement LTP support. Ported from gsoc svn. (cherry picked …
(edit) @d3c4829a   14 years michaelni APIchanges: update for 12c14cd Signed-off-by: Mans Rullgard …
(edit) @5c878d4b   14 years michaelni mpegtsenc: whitespace cosmetics Signed-off-by: Mans Rullgard …
(edit) @932a45a   14 years michaelni mpegtsenc: set audio_type according to st->disposition Signed-off-by: …
(edit) @e2db6b59   14 years michaelni mpegts: set st->disposition according to ISO 639 language descriptor …
(edit) @3c9fcab5   14 years michaelni apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag …
(edit) @2ea7e1f   14 years michaelni lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag Signed-off-by: Mans …
(edit) @e24c05cd   14 years michaelni Better threshold for the gcd based r_frame_rate calculation. Fixes …
(edit) @ee028bbd   14 years michaelni Fix spelling error. Signed-off-by: Ronald S. Bultje …
(edit) @e8431451   14 years michaelni mmst: fix reading uninitialized data for ping packets. Fixes errors …
(edit) @30391c6b   14 years michaelni Update APIchanges for 910b5b8 Signed-off-by: Mans Rullgard …
(edit) @9d375bf5   14 years michaelni Remove disabled legacy code in ffplay. The code was setting aspect …
(edit) @4a7d9924   14 years michaelni aac: remove dead SBR input scaling It has been unused since …
(edit) @288b62b1   14 years michaelni asfdec: fix build for big endian targets Signed-off-by: Mans Rullgard …
(edit) @7539a1fe   14 years michaelni ac3enc: Add x86-optimized function to speed up log2_tab(). …
(edit) @e590448c   14 years michaelni wtv: ignore empty data_guid chunks Signed-off-by: Ronald S. Bultje …
(edit) @607f5fe5   14 years michaelni asfdec: split reading stream properties out of asf_read_header() This …
(edit) @2594d75f   14 years michaelni mmst: print packet type with error status code message Signed-off-by: …
(edit) @e0099fda   14 years michaelni configure: fix non-standard regex used with expr The colon operator …
(edit) @48e05567   14 years michaelni configure: report full gcc version string This makes the cc_ident …
(edit) @8429368d   14 years michaelni configure: add cleanws() function This function removes leading and …
(edit) @11ab1e40   14 years michaelni FFT: factor a shuffle out of the inner loop and merge it into …
(edit) @709946b3   14 years michaelni lavf: print stream disposition in dump_stream_format Signed-off-by: …
(edit) @af1e8ffd   14 years michaelni spdifenc: fix byte order on big-endian systems There is a check for …
(edit) @ec0a6889   14 years michaelni spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI Signed-off-by: …
(edit) @f20886e4   14 years michaelni bink: permute Bink version 'b' quant matrices by inverse scan order …
(edit) @a093650   14 years michaelni bink: simplify how quantization matrices are passed to …
(edit) @4064d770   14 years michaelni Fix MMX rgb24 to yuv conversion with gcc 4.6 When built with gcc 4.6, …
(edit) @62bacc4e   14 years michaelni movenc: Force first sample as SYNC Signed-off-by: Mans Rullgard …
(edit) @6985d7bf   14 years michaelni Make avfilter_config_links() propagate audio information of the source …
(edit) @1762d9ce   14 years michaelni Restructure video filter implemenattion in ffmpeg.c. This fixes …
Note: See TracRevisionLog for help on using the revision log.