source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e2f0214a   14 years Carl Eugen Hoyos Fix a yuv420p sample that was incorrectly detected as yuv411p (576i50 …
(edit) @f3f5eb6e   14 years stefano.sabatini-lala Document url_filesize(). Originally committed as revision 25268 to …
(edit) @0a216bd   14 years stefano.sabatini-lala Make register_protocol() use the function av_register_protocol2() …
(edit) @0093ebc2   14 years michaelni User application side of Codec specific parameters. Originally …
(edit) @f34fcdc8   14 years stefano.sabatini-lala Set default values for the scale context in sws_alloc_context(). …
(edit) @e60c906a   14 years stefano.sabatini-lala Set the default value of param0 and param1 to SWS_PARAM_DEFAULT. …
(edit) @6d21d67b   14 years stefano.sabatini-lala Set valid default values for the srcw, srch, dstw, dsth options in the …
(edit) @584b8edb   14 years stefano.sabatini-lala Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2(). …
(edit) @826481ea   14 years baptiste.coudurier Remove duplicate entries Originally committed as revision 25264 to …
(edit) @3432c263   14 years baptiste.coudurier Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on …
(edit) @a52ffc3f   14 years rsbultje Move static inline function to a macro, so that constant propagation …
(edit) @fc7c40c2   14 years stefano.sabatini-lala Cosmetics: put "if (...)" and "av_log(...)" in the same line for …
(edit) @1bb56bdb   14 years astrange rawdec: Properly pass reordered_opaque through the decoder Originally …
(edit) @3dedbeff   14 years rsbultje Check return value of get_chunk_header(). Since enum can be unsigned, …
(edit) @329d689   14 years rsbultje Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor …
(edit) @77336a5e   14 years michaelni Allow setting the impulse block bias for libvorbis through a private …
(edit) @dc51a72b   14 years michaelni Move allocation and init to defaults of the private codec contexts to …
(edit) @cd17285e   14 years rsbultje Merge b_idx and edge variables, and optimize the ASM to directly load …
(edit) @0cc8a5d0   14 years rsbultje Remove mv_mask variable. Replace the related pand -1/0 instructions by …
(edit) @c0673f2c   14 years rsbultje Remove d_idx as a variable, and instead load it as a constant in the …
(edit) @2c3135f6   14 years rsbultje Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which …
(edit) @4b81511c   14 years rsbultje Unloop the outer loop in h264_loop_filter_strength_mmx2(), which …
(edit) @d29e863e   14 years stefano.sabatini-lala Put if (...) av_log() in the same line, more compact and increase …
(edit) @5abd626e   14 years stefano.sabatini-lala Amend constraints for the src_format and dst_format options in the …
(edit) @5ba24e49   14 years rsbultje Fix compile on Darwin (FATE). Compile error: yadif.c:226: error: can't …
(edit) @655c36b   14 years michaelni Add AVClass for the private context, this will be used for codec …
(edit) @c24b404b   14 years stefano.sabatini-lala Cosmetics: fix braces placement. Originally committed as revision …
(edit) @0810a584   14 years stefano.sabatini-lala Deprecate sws_getContext(), use sws_alloc_context() and …
(edit) @499287e0   14 years stefano.sabatini-lala Add documentation for the returned value of sws_init_context(). …
(edit) @c5812793   14 years stefano.sabatini-lala Add APIchanges entry for lsws change of r32368. Originally committed …
(edit) @c508ab67   14 years stefano.sabatini-lala Bump minor version after the addition of sws_alloc_context() and …
(edit) @c10676ac   14 years stefano.sabatini-lala Make init() return sensible error code rather than -1 in case of …
(edit) @46daee6e   14 years stefano.sabatini-lala Cosmetics: apply nits. Originally committed as revision 25247 to …
(edit) @f03f30d7   14 years stefano.sabatini-lala Make new doxy follows the agreed upon style and grammatical …
(edit) @2e5ff4d   14 years stefano.sabatini-lala Group togheter filter dependency specifications. Originally committed …
(edit) @e40032e2   14 years stefano.sabatini-lala Add the drawbox filter from the soc libavfilter repo. Pedagogically …
(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. …
Note: See TracRevisionLog for help on using the revision log.