source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @27af8902   14 years Reimar.Doeffinger Fix indentation of ff_id3v2_read Originally committed as revision …
(edit) @c690fa97   14 years martin Reindent/rewrap Originally committed as revision 25291 to …
(edit) @38f8c80b   14 years martin rtsp: Reorganize if statements in rtsp_read_play Originally committed …
(edit) @ad4ad27   14 years martin rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet …
(edit) @96a7c975   14 years martin rtsp: Use a dynamically allocated receive buffer Originally committed …
(edit) @6705dd5f   14 years stefano.sabatini-lala Fix weird indent. Originally committed as revision 25287 to …
(edit) @0795b86   14 years mans avassert: add missing #include <stdlib.h> Originally committed as …
(edit) @f23ceeb   14 years mans avassert: prettify macro Originally committed as revision 25285 to …
(edit) @b64b4134   14 years mans Rename libavutil/assert.h to avassert.h This avoids conflicts with …
(edit) @8a47d90b   14 years michaelni Fix av_cmp_q() with negative denominators. Originally committed as …
(edit) @0f4cd732   14 years tomas.hardin Add myself as maintainer of lxfdec.c Originally committed as revision …
(edit) @8878e3b2   14 years tomas.hardin Add demuxer for LXF (Leitch/Harris' VR native stream format) …
(edit) @fbeabfca   14 years tomas.hardin Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF …
(edit) @c619572a   14 years michaelni Fix a typo in the nameing of av_assert0() in currently not compiled …
(edit) @b926b628   14 years michaelni av_assert() system. With this the developer can now choose if he wants …
(edit) @59b4e5ba   14 years Aurélien Jacobs add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' …
(edit) @838dc131   14 years Aurélien Jacobs add FF_API_SET_STRING_OLD define to disable the deprecated …
(edit) @0743de4   14 years Aurélien Jacobs add FF_API_USE_LPC define to disable the deprecated …
(edit) @ab3efd00   14 years stefano.sabatini-lala Return AVERROR(EINVAL) rather than -1 in case of invalid values. …
(edit) @448ce925   14 years Aurélien Jacobs add FF_API_SUBTITLE_OLD define to disable the deprecated …
(edit) @164bc38c   14 years Aurélien Jacobs add FF_API_VIDEO_OLD define to disable the deprecated decode_video API …
(edit) @d8e45640   14 years baptiste.coudurier Correct tag is m2v1 Originally committed as revision 25271 to …
(edit) @a377cfa   14 years Aurélien Jacobs add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API …
(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 …
Note: See TracRevisionLog for help on using the revision log.