source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5900deeb   14 years stefano.sabatini-lala Bump lavfi minor and add Changelog notice after yadif addition. …
(edit) @96a1459   14 years michaelni Fix 0 vs 1 porting bug from mplayer. Originally committed as revision …
(edit) @acbac567   14 years michaelni yadif filter, based on stefanos port of my yadif from mplayer. …
(edit) @b299c4e4   14 years banan Support deinterlacing of YUVJ422P in old deinterlacer. Patch by Maksym …
(edit) @1afab338   14 years stefano.sabatini-lala Prefix enum var_name symbols with VAR_, to avoid conflicts with …
(edit) @921bf9f1   14 years stefano.sabatini-lala Fix memleak introduced in: r25185 | stefano | 2010-09-25 03:18:43 …
(edit) @0fb226b3   14 years stefano.sabatini-lala Document udp protocol. Based on a patch by Aviad Rozenhek aviadr1 @ …
(edit) @6ef93402   14 years stefano.sabatini-lala Slightly clarify expression in for the anullsrc source documentation. …
(edit) @b641982b   14 years Reimar.Doeffinger rawdec: ensure that there is always a valid palette for formats that …
(edit) @f0a55438   14 years stefano.sabatini-lala Add asink_anullsink - null audio sink. Patch by "S.N. Hemanth …
(edit) @1ee410f3   14 years stefano.sabatini-lala Add asrc_anullsrc - null audio source. Based on a patch by "S.N. …
(edit) @6afd569e   14 years stefano.sabatini-lala Make ffprobe able to set AVFormatContext options. Originally …
(edit) @20e021c7   14 years stefano.sabatini-lala Add more missing checks in opt_default(), prevent a crash if …
(edit) @75b67a8a   14 years stefano.sabatini-lala Make the crop filters accept parametric expressions. Originally …
(edit) @2bc05d35   14 years stefano.sabatini-lala Change the syntax of the crop filter from x:y:w:h to w:h:x:y. …
(edit) @d66a546   14 years mans vorbisenc: remove VLAs Originally committed as revision 25183 to …
(edit) @a6881c6a   14 years stefano.sabatini-lala Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. …
(edit) @12011922   14 years stefano.sabatini-lala Add missing NULL checks, fix crash. Originally committed as revision …
(edit) @6df40295   14 years martin Add an AVOption max_delay for AVFormatContext->max_delay This can …
(edit) @d860aaf8   14 years stefano.sabatini-lala Add missing existence checks in opt_default(). Originally committed …
(edit) @d7cd001f   14 years michaelni indent Originally committed as revision 25178 to …
(edit) @8a19053   14 years michaelni Cosmetic (rename detect_repeats to is_atty which matches the truth) …
(edit) @3f07e8db   14 years michaelni Doxy consistency cosmetics Originally committed as revision 25176 to …
(edit) @6b6bca64   14 years michaelni Enable AV_LOG_SKIP_REPEATED to maintain previous behavior. Originally …
(edit) @1c1c80f   14 years michaelni 2nd try to fix av_log() repeated detection Originally committed as …
(edit) @7e117771   14 years rsbultje Remove unused variable. Originally committed as revision 25173 to …
(edit) @ae112918   14 years rsbultje Unroll loop in h264_idct_add16intra_sse2(). Basically identical to …
(edit) @4bca6774   14 years rsbultje Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] …
(edit) @d801f1c8   14 years rsbultje Update docs regarding writing optimizations: - mention clobber-marking …
(edit) @32eba9f   14 years stefano.sabatini-lala Remove unnecessary av_strdup() and av_free(). Originally committed as …
(edit) @07cac2a0   14 years stefano.sabatini-lala Update doc/APIchanges after the last API changes. Originally …
(edit) @f66eb58e   14 years stefano.sabatini-lala Make ffplay -h show the settable AVOptions. Originally committed as …
(edit) @e44c0156   14 years stefano.sabatini-lala Deprecate av_opt_show() in favor of a new function av_opt_show2(), …
(edit) @4794108   14 years stefano.sabatini-lala Add frei0r filter. See thread: Subject: [FFmpeg-devel] [POC] frei0r …
(edit) @21e681b   14 years martin Add a G.722 encoder Originally committed as revision 25164 to …
(edit) @2efcde73   14 years Reimar.Doeffinger rawdec: only allocate a full-frame size buffer if it actually will be …
(edit) @177477f   14 years michaelni Correct terminology bug in poll_frame() it returns the number of …
(edit) @c4795e80   14 years mans fate: print commands being executed with V=1 Originally committed as …
(edit) @b7d56a17   14 years Carl Eugen Hoyos Fix indentation after r25158. Originally committed as revision 25160 …
(edit) @70f77361   14 years lucabe72 Allow to set the frame rate in v4l2 devices Patch by José Miguel …
(edit) @6ac6e3d1   14 years Carl Eugen Hoyos Fix aspect ratio for files that have it stored in …
(edit) @9c193cc4   14 years rsbultje Fix typo (instruciton -> instruction). Originally committed as …
(edit) @392c9900   14 years ikalvachev The debug text output of macroblocks can indicate MB_TYPE_INTERLACED, …
(edit) @26d5112c   14 years diego cosmetics: Place concat protocol entry in alphabetical order. …
(edit) @b4162676   14 years martin tcp: Check both wfds and efds when waiting for the result from connect …
(edit) @c0bc8b9a   14 years mans x86: disable SSE functions using stack when stack is not aligned This …
(edit) @bdefad73   14 years mans Disable ALIGNED_STACK with icc 10 or prior on x86_32 Originally …
(edit) @59782b82   14 years mans Add HAVE_ALIGNED_STACK config setting This is set to 1 if the stack …
(edit) @75c490f4   14 years mans ARM: disable movw/movt for relocated values on Apple platforms …
(edit) @1790d3b3   14 years stefano.sabatini-lala Move log_callback_help to cmdutils.[hc], for allowing sharing. …
(edit) @4792d1e7   14 years banan Support deinterlacing of YUVJ420P. Originally committed as revision …
(edit) @63206a8f   14 years martin Check for the IPPROTO_IPV6 define before using it This fixes building …
(edit) @f41237c9   14 years mans x86: remove hack disabling sse2 h264 loop filter with 32-bit icc …
(edit) @217d3d8f   14 years mans Request 16-byte aligned stack with icc on x86_32 Originally committed …
(edit) @ff19d16b   14 years justin.ruggles 10l: error in last commit. use decoder channels not encoder channels. …
(edit) @37f5a713   14 years justin.ruggles Change remaining ost->st->codec and ist->st->codec to enc and dec in …
(edit) @6141078   14 years darkshikari Remove legacy x264 presets Since we now have the official x264 …
(edit) @6e2ecc2   14 years vitor1001 Remove pointless semicolon Originally committed as revision 25141 to …
(edit) @ada65af   14 years rsbultje Don't access upper 32 bits of a 32-bit int on 64-bit systems. …
(edit) @8328ad13   14 years ramiro.polla configure: print minimum lame version number required after revision …
(edit) @6c3d0218   14 years rsbultje Properly add HAVE_YASM around yasmified symbols. Should fix compile …
(edit) @e2e34104   14 years rsbultje Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to …
(edit) @d0acc2d2   14 years rsbultje Move sse16_sse2() from inline asm to yasm. It is one of the functions …
(edit) @6de163e   14 years mans configure: detect Open64 compiler Originally committed as revision …
(edit) @b9f5e3bd   14 years ramiro.polla swscale-test: cosmetic alignment Originally committed as revision …
(edit) @dcb90374   14 years stefano.sabatini-lala Cosmetics: fix weird align. Originally committed as revision 25134 to …
(edit) @e6c4a417   14 years stefano.sabatini-lala Use <> for system headers inclusion. Originally committed as revision …
(edit) @0a7d6e01   14 years stefano.sabatini-lala Fix copyright notice, make it more consistent with the rest of FFmpeg. …
(edit) @58d94364   14 years stefano.sabatini-lala Fix grammar in the ocv_smooth filter documentation. Originally …
(edit) @b1094275   14 years stefano.sabatini-lala Prefer "X" over X, looks more readable and more consistent with …
(edit) @eb6fb058   14 years Carl Eugen Hoyos Remove useless comment. Originally committed as revision 25129 to …
(edit) @5a901737   14 years ramiro.polla swscale: remove useless temporary variable Originally committed as …
(edit) @cf1cd520   14 years ramiro.polla swscale: factorize plane copying code out of 2 functions Originally …
(edit) @f1084cb0   14 years ramiro.polla swscale-test: always use bilinear scaler to get output for SSD …
(edit) @efec9ac8   14 years Carl Eugen Hoyos Allow float values for libmp3lame quality. Patch by James Darnley, …
(edit) @6c834328   14 years justin.ruggles Allow audiogen to take commandline parameters for sample rate and …
(edit) @160918d5   14 years martin rtsp: Handle standard assigned codec names for private payload types, …
(edit) @0048a2a8   14 years martin Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 …
(edit) @82eac2f   14 years Reimar.Doeffinger Check avctx width/height more thoroughly (e.g. all values 0 except …
(edit) @4faf628f   14 years michaelni Clarify what av_read_frame() returns. Originally committed as …
(edit) @180ec37d   14 years mans Update pathscale compiler detection Originally committed as revision …
(edit) @4a6cc8fa   14 years mans ARM: fix NEON h264_idct_add8 Originally committed as revision 25121 …
(edit) @bc6f0af2   14 years tomas.hardin Add av_popcount() to libavutil/common.h and bump minor version …
(edit) @1d16a1c   14 years rsbultje Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from …
(edit) @6ebf0bf   14 years stefano.sabatini-lala Implement libopencv smooth filter. Originally committed as revision …
(edit) @c12f7b2d   14 years ramiro.polla rgb2rgb: don't misuse HAVE_* defines Introduce and use …
(edit) @c157fe63   14 years michaelni Limit av_log repeat detection to terminals so as to avoid filling …
(edit) @6639af56   14 years Carl Eugen Hoyos Reindent after r25115. Originally committed as revision 25116 to …
(edit) @43836928   14 years Carl Eugen Hoyos Add R10k decoder. Original patch by Zhou Zongyi, zhouzy A os pku edu …
(edit) @527c91e3   14 years Carl Eugen Hoyos Test lowres before codec init. Originally committed as revision 25114 …
(edit) @40b433b6   14 years ramiro.polla swscale: indentation and emtpy line cosmetics Originally committed as …
(edit) @6527e561   14 years ramiro.polla swscale: avoid reading prior to the source buffer in planar2x() MMX2 …
(edit) @b3555bf0   14 years siretart fix x11grab example in e.g. the manpage so that they actually work …
(edit) @4660143   14 years stefano.sabatini-lala Apply minor simplification in av_read_image_line(). Originally …
(edit) @78b19cf0   14 years mans pixdesc: indent Originally committed as revision 25111 to …
(edit) @9525243   14 years mans pixdesc: use 8-bit accesses when possible in …
(edit) @4b9ac6de   14 years stefano.sabatini-lala Cosmetics: use x ? y : z construct and merge intialization and …
(edit) @01058893   14 years stefano.sabatini-lala Cosmetics: simplify layout of fmt_conversion_table, make it shorter …
(edit) @9b4bf9c2   14 years ramiro.polla swscale-test: allow specifying src/dst pixel formats Originally …
(edit) @9075bc7c   14 years ramiro.polla indent Originally committed as revision 32214 to …
Note: See TracRevisionLog for help on using the revision log.