source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4dece8c7   14 years darkshikari Try to fix crashes introduced by r25218 r25218 made assumptions about …
(edit) @01d46198   14 years astrange All else being equal, prefer PTS over DTS in timestamp correction …
(edit) @7a8bfa5d   14 years astrange Extract timestamp correction code from ffplay.c to cmdutils.c …
(edit) @6d19fd5c   14 years baptiste.coudurier In mov demuxer, check that nb_streams is valid before using it in …
(edit) @bd8154d   14 years baptiste.coudurier 100l fix if condition Originally committed as revision 32395 to …
(edit) @df0743e0   14 years baptiste.coudurier Y400A (gray alpha) input support in libswscale Originally committed …
(edit) @59cb40b9   14 years Carl Eugen Hoyos Fix index_entries pos: It was being set wrong for files with …
(edit) @c6625ad5   14 years stefano.sabatini-lala Update APIchanges after r25236. Originally committed as revision …
(edit) @483480b5   14 years mans Fix out of tree builds with vf_yadif and mmx Originally committed as …
(edit) @c85eef4e   14 years stefano.sabatini-lala Move av_set_options_string() from libavfilter to libavutil. …
(edit) @486adc55   14 years stefano.sabatini-lala Use more expressive names for the avfilter_insert_filter() in and out …
(edit) @fa6f4ebc   14 years Aurélien Jacobs use a Makefile in x86 subdir Originally committed as revision 25234 …
(edit) @236f794   14 years Aurélien Jacobs merge #if with if() Originally committed as revision 25233 to …
(edit) @2a5db1aa   14 years baptiste.coudurier In dv decoder, set sample aspect aspect ratio, fix issue #1612
(edit) @348a323   14 years baptiste.coudurier In dv decoder, use the expected aspect ratio logic, like other …
(edit) @9f694f0   14 years janne-ffmpeg swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in …
(edit) @829e5daf   14 years janne-ffmpeg cosmetics: break long line update_flags_cpu Originally committed as …
(edit) @d04247a1   14 years janne-ffmpeg use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*] Options …
(edit) @db9dfa3c   14 years stefano.sabatini-lala Make avfilter_insert_filter() propagate an error code in case the …
(edit) @4ecf1539   14 years stefano.sabatini-lala Add APIchanges entry after r25227. Originally committed as revision …
(edit) @acc0490f   14 years stefano.sabatini-lala Make AVFilterLink store the pointers to the source and destination …
(edit) @b3dd5e59   14 years stefano.sabatini-lala Add APIchanges entry after r25225. Originally committed as revision …
(edit) @372e2884   14 years stefano.sabatini-lala Move av_get_token() from libavfilter to libavutil. Originally …
(edit) @4a94cfea   14 years martin rtpproto: Use a sockaddr_storage instead of a sockaddr_in with …
(edit) @6e73cef6   14 years michaelni Fix several security issues in flicvideo.c This fixes CVE-2010-3429 …
(edit) @1620939   14 years tomas.hardin mpegtsenc: Indent Originally committed as revision 25222 to …
(edit) @d1ac0351   14 years tomas.hardin mpegtsenc: Write subtitle extradata if set Originally committed as …
(edit) @be0e596a   14 years stefano.sabatini-lala Simplify include, since opt.c is now in libavutil there is no need to …
(edit) @8f1afd3b   14 years stefano.sabatini-lala Cosmetics: apply misc style fixes. Originally committed as revision …
(edit) @e2983d6e   14 years darkshikari Improve error concealment of lost frames If a frame is lost, replace …
(edit) @b1a05b82   14 years stefano.sabatini-lala Make avfilter_destroy() code less convoluted, introducing a temporary …
(edit) @41f87daa   14 years stefano.sabatini-lala Bump version and update APIchanges after r25210. Originally committed …
(edit) @536e229a   14 years mans yadif: remove unnecessary #include Originally committed as revision …
(edit) @13fabd7a   14 years stefano.sabatini-lala Port MPlayer blackframe filter. See thread: Subject: [FFmpeg-devel] …
(edit) @b6c06894   14 years mans configure: detect nasm vs yasm and set flags correspondingly …
(edit) @32881771   14 years mans ARM: change return type of AV_RN16() to unsigned This prevents gcc …
(edit) @33ce384   14 years ramiro.polla fix typos and grammar Originally committed as revision 32370 to …
(edit) @8c26d83e   14 years michaelni Make the avoptions list of sws more complete. Originally committed as …
(edit) @635d4ae   14 years michaelni Split alloc and init of context so that parameters can be set in the …
(edit) @f4203ff3   14 years ramiro.polla swscale: use full chroma input for point scaler Originally committed …
(edit) @66772498   14 years martin Bump minor version for the addition of the G.722 encoder Originally …
(edit) @6ed04040   14 years michaelni Move AVOptions from libavcodec to libavutil Originally committed as …
(edit) @cba322d7   14 years kostya.shishkov Make WMV3 decoder attempt to decode WMVP as well Originally committed …
(edit) @10f93363   14 years kostya.shishkov RES_SM in WMV3 is really two flags, so split it in decoder Originally …
(edit) @b0f65613   14 years stefano.sabatini-lala Cosmetics: fix style nits. Originally committed as revision 25207 to …
(edit) @02b424d9   14 years Reimar.Doeffinger Add d suffix to movd target register to make it work with nasm. …
(edit) @dc77e985   14 years Reimar.Doeffinger Split and then simplify address generation macro. Allows nasm to work …
(edit) @8c067b5d   14 years mans Update rv20 seek test reference Originally committed as revision …
(edit) @53eb458a   14 years michaelni Fix rv20 encoding so the binary decoder can decode it. Originally …
(edit) @48f7f29f   14 years baptiste.coudurier In yadif filter, use current frame when previous is missing, better …
(edit) @b9f9e59a   14 years stefano.sabatini-lala Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the …
(edit) @2c1da681   14 years mans Create libavfilter/$arch when building outside source tree Originally …
(edit) @9f27ca3   14 years michaelni Stefanos port was missing DIRS variable in the Makefile for the newly …
(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 …
Note: See TracRevisionLog for help on using the revision log.