source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d37f007d   17 years Aurélien Jacobs remove #include "mpegvideo.h" where it is not needed Originally …
(edit) @3bfe9260   17 years Aurélien Jacobs move relevant declarations to mpeg12data.h Originally committed as …
(edit) @6d934615   17 years Aurélien Jacobs move run length table constants to rl.h Originally committed as …
(edit) @288a44fb   17 years Aurélien Jacobs move ff_emulated_edge_mc() to dsputil Originally committed as …
(edit) @8d4bef64   17 years michaelni Remove unused elements from tables. Originally committed as revision …
(edit) @6a287b73   17 years michaelni Detect and prevent reading over the end of counts_*. We pass the error …
(edit) @1a2a1d90   17 years michaelni Prevent segfault due to reading over the end of the input buffer. …
(edit) @7998988   17 years Aurélien Jacobs fix wmv3 dependencies Originally committed as revision 12314 to …
(edit) @49c35f16   17 years Aurélien Jacobs Fix compilation on powerpc. DECLARE_ALIGNED_8 is not defined at that …
(edit) @015d0bb9   17 years Aurélien Jacobs remove old draw_edges declaration cruft Originally committed as …
(edit) @4c79b95c   17 years Aurélien Jacobs move ff_init_scantable() into dsputil Originally committed as …
(edit) @675b8390   17 years michaelni Ignore flags after pts/dts if there are no bytes left. Fixes decoding …
(edit) @5a6a9e78   17 years Aurélien Jacobs move draw_edges() into dsputil Originally committed as revision 12309 …
(edit) @ce7f71a2   17 years Aurélien Jacobs dsputil.h is a local header Originally committed as revision 12308 to …
(edit) @c8deab7a   17 years Aurélien Jacobs include required header Originally committed as revision 12307 to …
(edit) @6e196eac   17 years Aurélien Jacobs include required headers for int64_t and AV_RB16() Originally …
(edit) @abf2dc9c   17 years Aurélien Jacobs avi.h does not use anything from avcodec.h. Originally committed as …
(edit) @22f86547   17 years mans Fix endian test with grep not handling non-text files POSIX grep is …
(edit) @0e9fbd35   17 years mans remove invalid free() forgotten in r12300 Originally committed as …
(edit) @932ccf39   17 years mans remove unnecessary backslashes Originally committed as revision 12302 …
(edit) @81124ba0   17 years vitor1001 Fix libavfilter compilation and make it more in line with the other …
(edit) @f15e6b8   17 years michaelni Provide non null class name to avoid crash with ffmpeg -h. Originally …
(edit) @6548ff57   17 years ramiro.polla Force DOS users to enable memalign hack when needed, the same way it's …
(edit) @40bcf4c   17 years banan Support setting the debuglevel (-g level) with --enable-debug=# …
(edit) @e7a5e2f6   17 years Reimar.Doeffinger Fix decoding of interlaced gif, e.g. …
(edit) @78db672c   17 years michaelni Use block_align as the avi spec says. fix issue274 Originally …
(edit) @143b0820   17 years michaelni Print slightly more useful info. Originally committed as revision …
(edit) @a7805e2   17 years michaelni Fallback to sample rate if bit rate is 0. This avoids 0 timebases in …
(edit) @9fdfd21c   17 years michaelni factorize Originally committed as revision 12293 to …
(edit) @a048febd   17 years michaelni subtitles (codec tag tables still missing ...) Originally committed …
(edit) @c6eed369   17 years ramiro.polla Use "disable" helper function Originally committed as revision 12291 …
(edit) @5b087549   17 years michaelni Store aspect ratio in avis. Originally committed as revision 12290 to …
(edit) @1f3d74d3   17 years michaelni Remove INFINITY as suggested by rich. Originally committed as …
(edit) @3948c74f   17 years michaelni Remove INFINITY. Originally committed as revision 12288 to …
(edit) @d8870f12   17 years justin.ruggles use scale factor instead of sum for downmix level adjustment. avoids …
(edit) @9d10e6e6   17 years justin.ruggles pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo …
(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 …
Note: See TracRevisionLog for help on using the revision log.