source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8541cc27   17 years diego Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin. patch by …
(edit) @a4de6dd2   17 years justin.ruggles Use 24-bit fixed-point transform coefficients until just before MDCT. …
(edit) @74e21d03   17 years mike fix wc3movie demuxer to conform to the PTS API Originally committed …
(edit) @be0995b1   17 years lorenm more aspect ratios added in one of the ammendments Originally …
(edit) @40e8e497   17 years mike fix the id CIN demuxer by using the pts API correctly Originally …
(edit) @73260a11   17 years Aurélien Jacobs simplification proposed by Rich Originally committed as revision …
(edit) @2401daaf   17 years michaelni add cdvc (from a patch by Dmitry Vassiliev slydiman mail ru) …
(edit) @79aeec08   17 years benoit.fouet Make AMR-NB block size const and 8 bits. Originally committed as …
(edit) @675bc0bc   17 years benoit.fouet Define block size for AMR-WB (use IF2 table). Spotted by John …
(edit) @b5a33ff1   17 years michaelni suppress the second warning Originally committed as revision 12276 to …
(edit) @7e14b808   17 years Reimar.Doeffinger Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but …
(edit) @48026fbe   17 years baptiste.coudurier 1000l parenthesis Originally committed as revision 12274 to …
(edit) @83f0288   17 years baptiste.coudurier code is ok for 4bpp in mov too, fix 16grey.mov Originally committed …
(edit) @0de2157   17 years baptiste.coudurier set codec bps to grayscale bits, fix 256grey.mov Originally committed …
(edit) @2c62e737   17 years diego Add empty line in output to increase readability. Originally …
(edit) @61d251db   17 years mans check for inline asm support Originally committed as revision 12270 …
(edit) @2e98d87c   17 years mans simplify lzo-test rule Originally committed as revision 12269 to …
(edit) @93420809   17 years mans fix version in libavfilter.pc Originally committed as revision 12267 …
(edit) @800b9c24   17 years banan Add more riff IDs to support remuxing. Originally committed as …
(edit) @da00a1bd   17 years baptiste.coudurier add weird first atom to probe, finally fix bartjones.mov Originally …
(edit) @f436a23   17 years mans fix versions in .pc files Originally committed as revision 12264 to …
(edit) @dbb37657   17 years baptiste.coudurier free in case of multiple type == 2 Originally committed as revision …
(edit) @2f4568e5   17 years baptiste.coudurier return error if malloc fails Originally committed as revision 12262 …
(edit) @dbb7cbf2   17 years baptiste.coudurier fix possible overflow with memmove Originally committed as revision …
(edit) @a6601d69   17 years mans fix libavfilter version extraction Originally committed as revision …
(edit) @ab4b28f0   17 years vitor1001 Print libavfilter version if it is enabled in configure Originally …
(edit) @0b247953   17 years Aurélien Jacobs makes really sure that no undefined behavior can happen Originally …
(edit) @b85976ba   17 years michaelni better include Originally committed as revision 12257 to …
(edit) @3635791a   17 years michaelni include dependencies ... Originally committed as revision 12256 to …
(edit) @c91d512b   17 years diego Add multiple inclusion guards. Originally committed as revision 12255 …
(edit) @dc3f320d   17 years diego Add explanatory comment to '#define FLOAT float'. Originally …
(edit) @d597655f   17 years Aurélien Jacobs Avoid infinite loop. uint64_t >> 64 is an undefined operation …
(edit) @b2eb2ff   17 years michaelni Make gcc ignore the distinction between +0.0 and -0.0, this allows it …
(edit) @f65c9da1   17 years mans print enabled things in columns Originally committed as revision …
(edit) @3cde40a   17 years vitor1001 10l, alphabetic ordering Originally committed as revision 12250 to …
(edit) @f7679c54   17 years vitor1001 Build system changes for libavfilter addition. Add --enable-avfilter …
(edit) @be19d752   17 years vitor1001 Make libavfilter define its version like the other libav* libs …
(edit) @147e7692   17 years mans simplify version number extraction Originally committed as revision …
(edit) @e08e6bb6   17 years mans less preprocessor magic in version number macros Originally committed …
(edit) @800c289   17 years mans less preprocessor magic in version number macros Originally committed …
(edit) @11fdbc44   17 years michaelni 25% faster floating point AAN IDCT. Other float code likely benefits …
(edit) @499e4700   17 years michaelni Stuffing bytes to not violate minimum legality rate. Note, this is a …
(edit) @cc611675   17 years michaelni Remove another temporary variable with which gcc has problems. …
(edit) @26846ba5   17 years baptiste.coudurier support keyframes indexes starting at 0, broken files created by …
(edit) @221e21b7   17 years baptiste.coudurier support mov reference files, ref.mov/ref.m2v/ref.wav and detect …
(edit) @94ae6788   17 years diego cosmetics: Demplayerify indentation. Originally committed as revision …
(edit) @301df480   17 years diego Add comments to some #endif directives. Originally committed as …
(edit) @e6464f8b   17 years diego cosmetics: spelling/grammar Originally committed as revision 12238 to …
(edit) @c3a3d34   17 years michaelni Alternative and faster (on gcc x86) plane rotation. Originally …
(edit) @8af4d0fc   17 years michaelni Get rid of another useless variable. Originally committed as revision …
(edit) @92ac614   17 years michaelni Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), …
(edit) @e6d7ef64   17 years michaelni One variable less. No real change to the actual code. Originally …
(edit) @6f08c541   17 years michaelni floating point AAN IDCT Originally committed as revision 12233 to …
(edit) @60f5c96e   17 years baptiste.coudurier remove useless braces Originally committed as revision 12232 to …
(edit) @18978a49   17 years baptiste.coudurier indentation Originally committed as revision 12231 to …
(edit) @6d680e1b   17 years baptiste.coudurier rescale frame size, fix i.3g2 Originally committed as revision 12230 …
(edit) @f296563e   17 years baptiste.coudurier move parameters reset after setting stream parameters, will need those …
(edit) @042e0add   17 years lorenm decode mng color decorrelation Originally committed as revision 12228 …
(edit) @d248905b   17 years diego Remove START_TIMER and STOP_TIMER macros. Originally committed as …
(edit) @269820f1   17 years diego Disable vhook on Interix, patch by Pete Ross, pross xvid org. …
(edit) @fe0c188   17 years diego This header just needs stdint.h, not inttypes.h, which is a superset …
(edit) @00829b9b   17 years lorenm simplify Originally committed as revision 12224 to …
(edit) @97d1d009   17 years Aurélien Jacobs split encoding part of dsputil_mmx into its own file Originally …
(edit) @4847a997   17 years diego Remove commented-out av_log calls. Originally committed as revision …
(edit) @b6bffc46   17 years michaelni Fix trellis quant + AAN DCT. Originally committed as revision 12221 …
(edit) @2936438a   17 years michaelni Make diego happy. Originally committed as revision 12220 to …
(edit) @57b9863   17 years Aurélien Jacobs compile various fdct only when encoders are enabled Originally …
(edit) @a02dd7eb   17 years michaelni Fix MSVC identification, patch by Eddie Pang. Originally committed as …
(edit) @4fa1f6cc   17 years michaelni Make code C conformant. Originally committed as revision 12217 to …
(edit) @53d1bdba   17 years diego Clarify the documentation for 'ffmpeg -v'. patch by Stefano Sabatini, …
(edit) @15067504   17 years diego Improve wording/grammar of Doxygen comments. Originally committed as …
(edit) @062942e7   17 years michaelni Clarify which BSD license. Originally committed as revision 12214 to …
(edit) @4bfc91a0   17 years diego cosmetics: prettyprint Originally committed as revision 12213 to …
(edit) @5b0d04d3   17 years michaelni Allow use of my AAN DCT under BSD, AMD has agreed to write and …
(edit) @7c84b8bc   17 years benoit.fouet Make parse_options() use parse_number_or_die(). Patch by Stefano …
(edit) @60b5a745   17 years benoit.fouet Export and document in cmdutils.h the function parse_number_or_die(). …
(edit) @4649fa90   17 years baptiste.coudurier fix mace duration Originally committed as revision 12209 to …
(edit) @852859ff   17 years baptiste.coudurier protect malloc overflow Originally committed as revision 12208 to …
(edit) @17871a02   17 years baptiste.coudurier indentation Originally committed as revision 12207 to …
(edit) @b014dd76   17 years baptiste.coudurier fail if extradata cannot be allocated Originally committed as …
(edit) @9c7fd997   17 years baptiste.coudurier 10l, protect malloc overflow Originally committed as revision 12205 …
(edit) @b8d3daca   17 years baptiste.coudurier support QDM2 in aiff, QDM2.aif Originally committed as revision 12204 …
(edit) @4c638f0c   17 years baptiste.coudurier remove useless close function Originally committed as revision 12203 …
(edit) @54d8fd20   17 years baptiste.coudurier indentation Originally committed as revision 12202 to …
(edit) @c6f53812   17 years baptiste.coudurier remove useless casts Originally committed as revision 12201 to …
(edit) @9df21f2   17 years baptiste.coudurier cosmetics Originally committed as revision 12200 to …
(edit) @b4dc27a8   17 years baptiste.coudurier remove useless tags, codec_get_id matches independently and qt uses …
(edit) @e13c0783   17 years baptiste.coudurier set bps to uncompressed original sound data for compressed audio …
(edit) @e0130159   17 years baptiste.coudurier fix duration for ima4 Originally committed as revision 12197 to …
(edit) @3a957df4   17 years baptiste.coudurier ima4 in aiff support Originally committed as revision 12196 to …
(edit) @4a5b619d   17 years lorenm png filters Originally committed as revision 12195 to …
(edit) @e281d684   17 years diego Fix outdated comment. Originally committed as revision 26099 to …
(edit) @88517699   17 years mans #include "libavutil/avutil.h" in swscale.h Originally committed as …
(edit) @76a448ed   17 years mans Install headers in $prefix/include/$libname Install each library's …
(edit) @bd58e7f7   17 years lorenm remove a memcpy Originally committed as revision 12193 to …
(edit) @8af9090f   17 years diego cosmetics: Sort and prettyprint codec_wav_tags[]. Originally …
(edit) @6f4e2b5a   17 years mans fix memory leaks in vp3 decoder Originally committed as revision …
(edit) @ac6f1330   17 years michaelni Set indexmem to a saner default. Originally committed as revision …
(edit) @f018bc10   17 years Reimar.Doeffinger asm volatile -> asm volatile part 3 Originally committed as …
(edit) @f2217d6f   17 years Reimar.Doeffinger asm volatile -> asm volatile part 2 Originally committed as …
Note: See TracRevisionLog for help on using the revision log.