source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eb97dbb0   13 years anton movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings
(edit) @2c81d5f4   13 years anton avconv: remove a write-only variable
(edit) @40fc2810   13 years anton avconv: remove pointless parameter from new_*_stream(). New streams …
(edit) @169f0647   13 years anton avconv: cosmetics, move code Move find_codec_or_die(), …
(edit) @86530f41   13 years anton avconv: cosmetics -- move copy_chapters(). It's only used in …
(edit) @f233cfed   13 years anton avconv: cosmetics -- move parse_forced_key_frames(). …
(edit) @64db1a82   13 years anton lavc: add audio flag to the 'b' option, deprecate 'ab'. Its only …
(edit) @f4ad238c   13 years anton avconv: rename sameq to same_quant It's often mistakenly used as …
(edit) @7478ab5a   13 years anton doc/avconv: add forgotten end of chapter.
(edit) @320d7693   13 years anton Changelog: document avconv incompatibilities with ffmpeg.
(edit) @92f1940e   13 years anton avconv: replace -vcodec/-acodec/-scodec with a better system. The new …
(edit) @ff884c79   13 years anton avconv: remove presets. Nothing except x264 uses them and native x264 …
(edit) @a3e215c   13 years anton svq3: propagate codec memory allocation failure in context init …
(edit) @cc73511e   13 years rsbultje Fix NASM include directive Signed-off-by: Ronald S. Bultje …
(edit) @48f7163f   13 years alex.converse dsputil_mmx: Honor HAVE_AMD3DNOW
(edit) @c14fe6bc   13 years anton lavf,lavd: remove all usage of AVFormatParameters from demuxers. …
(edit) @a7c93da   13 years anton jack: add 'channels' private option. Get rid of AVFormatParameters usage.
(edit) @0e86965   13 years diego VC-1: fix reading of custom PAR. Custom PAR num/denum are in 1-256 …
(edit) @e9fb7636   13 years diego Remove redundant and dubious video codec detection by its extradata …
(edit) @2bfdb34c   13 years diego mpeg12: remove repeat-field code disabled since May 2002 …
(edit) @2dbdb309   13 years anton patch checklist: suggest fate instead of regression tests …
(edit) @5c59fa56   13 years anton Turn on resampling on sudden size change instead of bailing out during …
(edit) @428c59d9   13 years anton avtools: reinitialise filter chain when input video stream changes …
(edit) @24efdea7   13 years alex.converse aacenc: Fix number of coefficients used in a LFE channel. The spec …
(edit) @51a1d4d9   13 years alex.converse aacenc: Fix a segfault with grouped psymodel. 10l: Forgot about …
(edit) @3304a1e6   13 years lu_zero swscale: add dithering to yuv2yuvX_altivec_real It just does that …
(edit) @78622ef3   13 years rsbultje rv34: free+allocate buffer instead of reallocating it to preserve …
(edit) @28ca701e   13 years rsbultje h264: add missing brackets. This caused failure of a few fate tests.
(edit) @28c1115a   13 years rsbultje swscale: use 15-bit intermediates for 9/10-bit scaling.
(edit) @b2c08787   13 years rsbultje Move x86util.asm from libavcodec/ to libavutil/. This allows using it …
(edit) @3a39195b   13 years rsbultje Move x86inc.asm to libavutil/. This allows using it in libswscale/ also.
(edit) @e3a70c7c   13 years anton APIchanges: note error_recognition in lavf Signed-off-by: Anton …
(edit) @2f63440c   13 years anton lavf: add support for error_recognition, use it in avidec, and bump …
(edit) @8d2e4a7e   13 years anton avconv: change semantics of -map New syntax contains an optional …
(edit) @3d4f0dab   13 years anton avconv: get rid of new* options. They are confusing, irregular and …
(edit) @d4863fc1   13 years anton cmdutils: allow precisely specifying a stream for AVOptions.
(edit) @f60d1366   13 years siretart configure: add missing CFLAGS to fix building on the HURD …
(edit) @69c4bee   13 years siretart libx264: Include hint for possible values for configuring libx264 The …
(edit) @d70e5122   13 years anton cmdutils: allow ':'-separated modifiers in option names.
(edit) @e6e6060c   13 years anton avconv: make -map_metadata work consistently with the other options …
(edit) @c9065c29   13 years anton avconv: remove deprecated options.
(edit) @b9aac90b   13 years anton avconv: make -map_chapters accept only the input file index. This is …
(edit) @6291d7e   13 years anton Make a copy of ffmpeg under a new name -- avconv. It will be further …
(edit) @791a86c3   13 years anton ffmpeg: add a warning stating that the program is deprecated.
(edit) @b86ab381   13 years rsbultje Add weighted motion compensation for RV40 B-frames Signed-off-by: …
(edit) @e5ec6869   13 years rsbultje RV3/4: calculate B-frame motion weights once per frame Signed-off-by: …
(edit) @d241f51e   13 years rsbultje Move RV3/4-specific DSP functions into their own context …
(edit) @21d70372   13 years rsbultje mjpeg: propagate decode errors from ff_mjpeg_decode_sos and …
(edit) @bac3ab13   13 years rsbultje h264: notice memory allocation failure Signed-off-by: Ronald S. …
(edit) @c766eb1c   13 years justin.ruggles ac3enc: add macros for option names to make them more understandable.
(edit) @9542ca9f   13 years justin.ruggles ac3enc: fix 'channel_coupling' option to actually allow 'auto'. Use …
(edit) @4a71da0f   13 years mans cavs: fix some crashes with invalid bitstreams This removes all …
(edit) @069083a4   13 years justin.ruggles ac3enc: clip coupling coordinates during calculation This is faster …
(edit) @d271d5b2   13 years justin.ruggles Remove incorrect info in documentation of …
(edit) @1d36fb13   13 years anton lavc: fix parentheses placement in avcodec_open2(). Signed-off-by: …
(edit) @7221139b   13 years anton lavc: make avcodec_init() static on next bump. It's called from …
(edit) @d1d33e07   13 years justin.ruggles ac3enc: remove unneeded #include
(edit) @fce33f9e   13 years justin.ruggles ac3enc: restructure coupling coordinate reuse calculation
(edit) @c3d63262   13 years justin.ruggles ac3enc: allow new coupling coordinates to be sent independently for …
(edit) @d55ad59a   13 years justin.ruggles ac3enc: separate exponent bit counting from exponent grouping. Move …
(edit) @12fe7594   13 years rsbultje h264: propagate error return values for AV_LOG_ERROR-triggering events …
(edit) @94d47382   13 years alex.converse aac: Don't attempt to output configure an invalid channel configuration.
(edit) @4d58e4c   13 years anton Rename ffserver to avserver.
(edit) @9e12f0bf   13 years anton Rename ffprobe to avprobe.
(edit) @266463da   13 years anton Rename ffplay to avplay.
(edit) @7351eb14   13 years diego Pretty-print RV3/4 decoder source Signed-off-by: Diego Biurrun …
(edit) @9791c02   13 years rsbultje Saner RV1/2 initialisation and RV2 header parsing. Old version was …
(edit) @5caa2de1   13 years anton libx264: do not set pic quality if no frame is output Avoids …
(edit) @07a227b4   13 years anton libx264: add preset, tune, profile and fastfirstpass private options …
(edit) @b2700a5c   13 years rsbultje lavc: fix misspelling in comment Signed-off-by: Ronald S. Bultje …
(edit) @680b1852   13 years alex.converse aac: propagate error return values for AV_LOG_ERROR-triggering events
(edit) @6a925512   13 years lu_zero lsws: remove optimization debug logs in sws_init_context() The logged …
(edit) @347167ec   13 years lu_zero lsws: use array for storing the supported in/out information Also …
(edit) @1bf6cb85   13 years lu_zero applehttp: fix variant discard logic The v->ctx is always not NULL …
(edit) @ad62507   13 years alex.converse h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.
(edit) @fed6c90b   13 years diego cosmetics: remove some stray comments from AVCodec declarations
(edit) @933a6fd5   13 years diego cosmetics: fix indentation/alignment in AVCodec declarations
(edit) @9a83ada   13 years martin arm: Avoid using the movw instruction needlessly This fixes building …
(edit) @d0a2f0af   13 years martin Move an int64_t down in MpegEncContext This allows using the same arm …
(edit) @62ee0e6   13 years rsbultje Revert "swscale: use 15-bit intermediates for 9/10-bit scaling." This …
(edit) @ac0fb593   13 years rsbultje swscale: use 15-bit intermediates for 9/10-bit scaling.
(edit) @18b131de   13 years rsbultje dct32: Add SSE2 ASM optimizations Signed-off-by: Ronald S. Bultje …
(edit) @6f7fe472   13 years rsbultje Correct chroma vector calculation for RealVideo 3. Old version …
(edit) @73e8e8db   13 years lu_zero lavf: Add an option to discard corrupted frames Signed-off-by: Zohar …
(edit) @50815142   13 years lu_zero mpegts: Mark wrongly-sized packets as corrupted Signed-off-by: Zohar …
(edit) @cdb9884a   13 years lu_zero mpegts: Move scan test to handle_packets This fixes an issue where …
(edit) @ce9e3165   13 years lu_zero mpegts: Mark corrupted packets Signed-off-by: Zohar Kelrich …
(edit) @c64f80b0   13 years lu_zero mpegts: Reset continuity counter on seek Signed-off-by: Zohar Kelrich …
(edit) @8b9df201   13 years lu_zero mpegts: Fix for continuity counter Make continuity counter respect …
(edit) @be9c0061   13 years lu_zero mpegts: Silence "can't seek" warning on unseekable Do not try to seek …
(edit) @5038f9b2   13 years lu_zero apichange: add an entry for AV_PKT_FLAG_CORRUPT
(edit) @9d39cbf   13 years lu_zero avpacket: signal possibly corrupted packets Use AV_PKT_FLAG_CORRUPT …
(edit) @4326f6f5   13 years diego mpeg4videodec: remove dead code that would have detected erroneous …
(edit) @a6c49f18   13 years alex.converse aac: Remove some suspicious illegal memcpy()s from LTP.
(edit) @e11a5fcc   13 years alex.converse bink: Eliminate unnecessary shadow declaration.
(edit) @b4ea1c5a   13 years anton Remove the ffserver test. It doesn't work and is therefore useless.
(edit) @e5fc6ab6   13 years anton Remove ffserver.h It's unused an serves no purpose.
(edit) @18cb40f0   13 years rsbultje lavc: Deprecate unused FF_ER_VERY_AGGRESSIVE Signed-off-by: Ronald S. …
(edit) @1442d295   13 years anton x11grab: add show_region AVOption. Draw the current grabbing region …
(edit) @085791a9   13 years anton x11grab: add follow_mouse AVOption. -follow_mouse centered|PIXELS …
Note: See TracRevisionLog for help on using the revision log.