source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @63826ceb   15 years mans intreadwrite: ensure arch-specific versions are always used if defined …
(edit) @57c36bdc   15 years mans intreadwrite: allow arch-specific 24-bit access macros Originally …
(edit) @e6956a6e   15 years mans ARM: first value loaded in AV_RN64 needs to be early-clobber …
(edit) @7f6d9b30   15 years mans version.sh: use standard sed syntax Originally committed as revision …
(edit) @9b734d44   15 years ramiro.polla Indent libswscale: - Use 4 spaces throughout for indentation; - Fix …
(edit) @2513b2b4   15 years diego Use pkg-config to generate the linker flags for libdirac. We do the …
(edit) @d15f2e00   15 years diego Fix bug caused by difference in stride and picture width. When a …
(edit) @0ebe3b8e   15 years diego cosmetics: indentation, prettyprinting, K&R coding style Originally …
(edit) @c6438000   15 years diego Drop some more useless braces around if/for constructs. Originally …
(edit) @e6cb49bf   15 years diego Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. …
(edit) @bb937155   15 years robert.swain Add a function that can apply an order 2 rational transfer function …
(edit) @735a3804   15 years diego Remove useless braces around if/for/while expressions. Originally …
(edit) @7c809dc   15 years diego Simplify 'if' condition statements. Drop useless '!= 0' from 'exp != …
(edit) @cea0b527   15 years Reimar.Doeffinger Fix start_display_time/end_display_time to be relative to packet pts …
(edit) @ebe5dec   15 years ramiro.polla Indent. Originally committed as revision 29518 to …
(edit) @4a3190ed   15 years Reimar.Doeffinger Reindent. Originally committed as revision 19645 to …
(edit) @fd35d6d0   15 years Reimar.Doeffinger Remove code that is now dead. Originally committed as revision 19644 …
(edit) @90ea6fce   15 years Reimar.Doeffinger Simplify initialization of AVSubtitle by using memset. Originally …
(edit) @df47d245   15 years Reimar.Doeffinger Make sure AVSubtitle is initialized, memset it to 0. Originally …
(edit) @266649a5   15 years Reimar.Doeffinger 100l, error out if subtitle encoder failed instead of writing an …
(edit) @ffbe087b   15 years Reimar.Doeffinger Fix cmd_pos bounds check to avoid the overflow case. Originally …
(edit) @84c1b149   15 years Carl Eugen Hoyos Fix typo. Originally committed as revision 19639 to …
(edit) @52154148   15 years ramiro.polla Vertical yuv -> yuv16 scaler. Originally committed as revision 29517 …
(edit) @562f6853   15 years ramiro.polla BGR32 MMX special convertor. Patch by Peter Schlaile < peter at …
(edit) @9ae443f4   15 years mans 10L: remove instruction left over from debugging Originally committed …
(edit) @e814015d   15 years mans ARM: NEON optimised vorbis_inverse_coupling 12% faster Vorbis …
(edit) @737cbcde   15 years ramiro.polla Indent. Originally committed as revision 29512 to …
(edit) @f51fb686   15 years ramiro.polla Introduce av_clip_uint16(). Originally committed as revision 19636 to …
(edit) @d426ea20   15 years ramiro.polla swscale-example: Don't check for chroma planes in mono formats. …
(edit) @48f4c612   15 years ramiro.polla MMX2 horizontal scaler: Determine code size at runtime. Originally …
(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 …
Note: See TracRevisionLog for help on using the revision log.