source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @07287788   15 years ramiro.polla Protect mmx2 filter code buffers so they are not executable and …
(edit) @b0e1343b   15 years ramiro.polla Remove duplicate define (it is the same in the lum code). Originally …
(edit) @bcdedf67   15 years ramiro.polla Rename "funny" code to "mmx2 filter" code. Originally committed as …
(edit) @475f3613   15 years ramiro.polla Indent. Originally committed as revision 29506 to …
(edit) @e55ed689   15 years ramiro.polla swscale-example: Remove hack to end loop by setting variables to …
(edit) @d7cf0a6f   15 years ramiro.polla swscale-example: Don't return random value from main(). Originally …
(edit) @f5a9c4ee   15 years ramiro.polla swscale-example: Check for Gray formats. Originally committed as …
(edit) @d4d6ae16   15 years robert.swain Add ff_celp_circ_addf() function to be used for sparse vector circular …
(edit) @51fdb6f0   15 years Reimar.Doeffinger Fix a memleak with win32 threads: the handle returned by …
(edit) @c0b88f19   15 years pross Moves the display of metadata to dump_format() Originally committed …
(edit) @5f71844   15 years kostya.shishkov Parse ID3 tags in Musepack SV7 files Patch by Matti Hamalainen …
(edit) @311f96a8   15 years kostya.shishkov Parse APE metadata tags in Musepack SV7 files Patch by Matti …
(edit) @191e34cd   15 years kostya.shishkov Move APE tag parsing into separate module. Based on patch by Matti …
(edit) @6984380c   15 years kostya.shishkov Do not use internals of ByteIOContext during APE tags parsing. Patch …
(edit) @22667e40   15 years kostya.shishkov Remove incorrect APE tag size adjustment based on flags. Patch by …
(edit) @ffd38d8b   15 years Carl Eugen Hoyos Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native …
(edit) @d094052c   15 years lorenm fix a crash in SVQ1 with cmp!=sad Originally committed as revision …
(edit) @7a9c86e   15 years Aurélien Jacobs avidec: simplify, using av_rescale_q() instead of av_rescale() …
(edit) @2bf74f49   15 years Aurélien Jacobs actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() …
(edit) @8306be9c   15 years Aurélien Jacobs matroskadec: disable h264 parser as long as it totally mess up frame …
(edit) @194d4b49   15 years Aurélien Jacobs matroskadec: correctly parse flags for simpleblock frames Originally …
(edit) @aef6bd1b   15 years mans Fix dependency generation with ccache/gcc When running behind ccache, …
(edit) @8f0c157   15 years mans configure: fix gcc detection for v2.95 Originally committed as …
(edit) @c5e8610   15 years diego cosmetics: whitespace, prettyprinting, coding style fixes Originally …
(edit) @740e89cf   15 years diego Sony Wave64 demuxer patch by Daniel Verkamp, daniel drv nu Originally …
(edit) @3d7b15e4   15 years diego Remove disabled code cruft. Originally committed as revision 19616 to …
(edit) @10f840bd   15 years diego Remove pointless #ifdefs from conditionally used files. Originally …
(edit) @9bb3f3ed   15 years diego Remove disabled debug code. Originally committed as revision 29485 to …
(edit) @2704bd1   15 years astrange Fix the EBX available configure check on Darwin/i386. …
(edit) @87a920c6   15 years mans eval: include libavutil/mathematics.h for NAN and M_PI Originally …
(edit) @9a88c1df   15 years mans eval: include our headers after system headers Originally committed …
(edit) @bd41c06f   15 years mans Define INFINITIY and NAN in mathematics.h if missing Originally …
(edit) @184410e   15 years ramiro.polla Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. …
(edit) @df226e63   15 years kostya.shishkov Remove 'offset' argument from PUTRGB* macros since it's unneeded and …
(edit) @5a8597a0   15 years Carl Eugen Hoyos Document the output of ffmpeg -formats. Patch by William R. Zwicky, …
(edit) @07dec06e   15 years mans Generate dependencies while compiling if supported by compiler …
(edit) @c1c3933a   15 years mans Generate dependencies when object files are built Originally …
(edit) @0bf18ed3   15 years diego Remove disabled crufty code. Originally committed as revision 29482 …
(edit) @188842ef   15 years Aurélien Jacobs fix riff subtitle timebase Originally committed as revision 19607 to …
(edit) @966116b   15 years diego Remove some hunks of unused and disabled code cruft. Originally …
(edit) @547d2055   15 years diego Remove commented-out cruft. Originally committed as revision 19605 to …
(edit) @8b93ddc3   15 years mans configure: allow comma-separated list in --enable/disable-thing=name …
(edit) @be8f2501   15 years mans configure: allow wildcards in --enable/disable-thing=name The name …
(edit) @d22c13a   15 years mans configure: support --cpu=host to tune for the host system This …
(edit) @1746e2a9   15 years diego Make WMV2 encoder depend on H.263 encoder in configure. Originally …
(edit) @c37de5e1   15 years diego Make MPEG-4 encoder depend on H.263 encoder in configure. Originally …
(edit) @665507aa   15 years diego Make WMV1 encoder depend on H.263 encoder in configure. Originally …
(edit) @0bd48530   15 years diego Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. The …
(edit) @4d4b4bd1   15 years diego Make FLV encoder depend on H.263 encoder in configure. Originally …
(edit) @965424da   15 years diego Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. …
(edit) @fe629c2   15 years diego Make H.263+ (H263P) encoder depend on H.263 encoder in configure. …
(edit) @4e169d89   15 years diego Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders …
(edit) @735e36a3   15 years diego Do not redundantly check for preprocessor definitions of …
(edit) @b2bf38b4   15 years diego Declare the dependency of RV10/RV20 encoder on the H.263 encoder in …
(edit) @3106f489   15 years benoit.fouet Add a Changelog entry for noX handling for OPT_BOOL X. Originally …
(edit) @bb5b99a7   15 years justin.ruggles cosmetics: move fixed_coeffs into the aligned arrays comment group …
(edit) @a521aad   15 years justin.ruggles cosmetics: reindent after last commit Originally committed as …
(edit) @25dcd182   15 years justin.ruggles ac3dec: simplify zero-bit mantissa dithering by calculating it …
(edit) @b972c06a   15 years justin.ruggles cosmetics: indentation and line wrap Originally committed as revision …
(edit) @c36ea060   15 years justin.ruggles cosmetics after last commit Originally committed as revision 19586 to …
(edit) @3f937168   15 years justin.ruggles Modify decode_band_structure() so that the actual band structure is …
(edit) @60313902   15 years justin.ruggles Use coupling band sizes instead of coupling band structure when …
(edit) @faccfeec   15 years rsbultje Parse frame size code, see "svq3.c: parse frame size" thread on ML. …
(edit) @73f04f5e   15 years rsbultje Make me maintainer of rtp_asf.* Originally committed as revision …
(edit) @98ae6acf   15 years benoit.fouet Make 'stats' a bool option again. To disable stats, use -nostats …
(edit) @3f87f39c   15 years darkshikari Update x264 asm code to latest to add support for 64-bit Windows. Use …
(edit) @d8c2f8f7   15 years diego Split RV10 encoder off into its own file. Originally committed as …
(edit) @b6767d6   15 years diego Split RV20 encoder into its own file. Originally committed as …
(edit) @eb98cdfa   15 years justin.ruggles cosmetics: add more detailed information to the documentation for …
(edit) @81b44c42   15 years heydowns Cosmetic: Reindent after last commit Originally committed as revision …
(edit) @ca6493a   15 years heydowns Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master …
(edit) @d5652f38   15 years robert.swain Correct the sign of the arithmetic in …
(edit) @f7e13535   15 years diego Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. …
(edit) @b1d6e5e8   15 years benoit.fouet Handle noX for OPT_BOOL X. Originally committed as revision 19572 to …
(edit) @33ae681f   15 years robert.swain Expose QCELP's floating-point LSP-to-LPC function qcelp_lsp exported a …
(edit) @1e1e02e   15 years robert.swain Make the LSP naming more consistent Use the convention from lsp.c: an …
(edit) @b5fe06ab   15 years justin.ruggles Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. …
(edit) @c15508dc   15 years ramiro.polla Use enums instead of int. Originally committed as revision 19568 to …
(edit) @c959c6ee   15 years ramiro.polla vfwcap: Move vfw_read_close to avoid forward declaration. Patch by …
(edit) @e4d65ba5   15 years diego Remove commented-out cruft. Originally committed as revision 19566 to …
(edit) @4d8eecf4   15 years diego Make XVMC mpegvideo decoder depend on mpegvideo decoder. It makes no …
(edit) @b25a8818   15 years diego cosmetics: K&R coding style, prettyprinting Originally committed as …
(edit) @da136c7e   15 years saschasommer add approved hunks of the wmapro decoder Originally committed as …
(edit) @577d383b   15 years diego cosmetics: K&R coding style Originally committed as revision 19562 to …
(edit) @9544892   15 years diego cosmetics: K&R coding style Originally committed as revision 19561 to …
(edit) @6b620372   15 years baptiste.coudurier cosmetics, reindent Originally committed as revision 19560 to …
(edit) @ee5b26f5   15 years baptiste.coudurier cosmetics, reindent Originally committed as revision 19559 to …
(edit) @4546bf41   15 years baptiste.coudurier fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set Originally …
(edit) @062394e   15 years Carl Eugen Hoyos Fix regression when converting to nv12/nv21. Patch by Guennadi …
(edit) @cbf29889   15 years mans RTMP needs tcp_protocol Originally committed as revision 19557 to …
(edit) @9fd6b843   15 years kostya.shishkov RTMP protocol support (as a client) Originally committed as revision …
(edit) @abbe30a   15 years heydowns Make av_always_inline a no-op when --disable-optimizations is supplied …
(edit) @9ebdf3ec   15 years baptiste.coudurier Increase audio queue size in FFplay so files with big audio/video …
(edit) @75af0749   15 years diego Revert addition of '#undef av_always_inline' to config.h in the small …
(edit) @1e1a0b18   15 years baptiste.coudurier Display stats by default in FFplay and increase refresh time. Change …
(edit) @8b4e7c28   15 years diego Mark conditionally used variable T2 as av_unused; avoids the warning: …
(edit) @8b44de1   15 years diego Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf …
(edit) @7881793d   15 years diego Remove unused debug av_log() calls. Originally committed as revision …
(edit) @e12e284   15 years diego Undefine av_always_inline before setting it to an empty value. This …
(edit) @46c9eb57   15 years baptiste.coudurier cosmetics, remove spaces after '(' and before ')' Originally …
Note: See TracRevisionLog for help on using the revision log.