source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4477b9f4   17 years diego Properly check for AltiVec CFLAGS instead of guessing based on …
(edit) @b96644bf   17 years ramiro.polla Add attribute_align_arg to os2thread.c. Patch by Dave Yeo. Originally …
(edit) @69b192ac   17 years ramiro.polla Typo Originally committed as revision 12446 to …
(edit) @e982d4d   17 years diego Remove the unused function roundToInt16. It is a duplicate of the same …
(edit) @5dff04fc   17 years diego Only check for altivec.h when not using Apple gcc and not adding …
(edit) @0870c767   17 years diego cosmetics: Reformat Apple cc check. Originally committed as revision …
(edit) @216d513c   17 years diego typos Originally committed as revision 12443 to …
(edit) @b2c26e27   17 years diego Use correct t printf modifier for pointer differences. Originally …
(edit) @4e9b8211   17 years baptiste.coudurier useless null Originally committed as revision 12441 to …
(edit) @82213f68   17 years baptiste.coudurier remove useless img_write_trailer func Originally committed as …
(edit) @6e69586b   17 years diego Build ffserver_g as well as ffserver, consistent with the other …
(edit) @99c763d1   17 years baptiste.coudurier log aspect ratio forbidden value, and fail if error resilience is high …
(edit) @d04d9e16   17 years mans new attempt at portable endian test Originally committed as revision …
(edit) @ccae51d5   17 years mans hopefully portable endian test Originally committed as revision 12436 …
(edit) @768a920   17 years diego #include stddef.h instead of sys/types.h, the former is a standard C …
(edit) @a2338352   17 years baptiste.coudurier do not fail badly if aspect ratio is 0/forbidden, fix issue 369 …
(edit) @32573a74   17 years diego #include stdint.h instead of inttypes.h like all libavutil headers do. …
(edit) @bfb80dbe   17 years diego This file does not use size_t, so no need to #include <sys/types.h>. …
(edit) @a087028a   17 years diego Add #include "config.h" to headers that need it. Originally committed …
(edit) @9d2cc8c1   17 years michaelni If consumed does not match nalsize, favor nalsize. Fixes issue385. …
(edit) @6ef29128   17 years diego Add missing stdint.h #include to headers that use it. Originally …
(edit) @2cab6401   17 years diego typo fixes Originally committed as revision 12428 to …
(edit) @88a7a2dc   17 years diego wording improvement by the Wanderer Originally committed as revision …
(edit) @a6f6b237   17 years diego typos Originally committed as revision 26228 to …
(edit) @315c741d   17 years diego Move dependency generation commands into configure. This will allow …
(edit) @8b83d568   17 years robert.swain Fix configure to properly build without PIC by default on Darwin …
(edit) @fecf966f   17 years mike Ministry of English Composition edits, courtesy of the Wanderer …
(edit) @0138c54e   17 years diego Use proper library versions instead of SPPVERSION in Darwin SHFLAGS. …
(edit) @f63b6dc   17 years diego Do not calculate dependencies for header files in the .vhookdepend …
(edit) @8df4da4e   17 years diego Use $ without header files instead of $(SRCS) to reference the …
(edit) @a04e324   17 years diego Mark Y variable in EPILOG macro as av_unused to avoid unused variable …
(edit) @bf99f4fc   17 years mike Ministry of English Composition edits Originally committed as …
(edit) @b7860763   17 years diego Clarify comment. Originally committed as revision 12419 to …
(edit) @98f6dfa6   17 years justin.ruggles make input buffer const, as it should be. fixes a warning. Originally …
(edit) @074ac3c2   17 years Aurélien Jacobs add out of bound stream index checks fix issue379 Originally …
(edit) @1b9cec96   17 years ramiro.polla Remove windows installer. I'm not aware of anyone that uses it. …
(edit) @6ed4eec   17 years Aurélien Jacobs add a temporary variable to simplify the code Originally committed as …
(edit) @30a3ad75   17 years diego Simplify .depend generation command. Originally committed as revision …
(edit) @7853bf93   17 years diego Replace the awkward '1>' with the more natural '>'. Originally …
(edit) @3c889b5c   17 years diego Merge SDL_CFLAGS handling for files that need it. Originally …
(edit) @5acef35f   17 years robert.swain Add AVClass to URLContext at next major version bump Patch by Björn …
(edit) @7ce68923   17 years diego misc spelling fixes Originally committed as revision 12410 to …
(edit) @06de58d2   17 years diego typo Originally committed as revision 26212 to …
(edit) @bab785a5   17 years diego vhooks really need libav* even if they compile fine without on Linux. …
(edit) @13ca50f3   17 years diego Rename --enable-swscaler --> enable-swscale to be consistent with the …
(edit) @781138d0   17 years takis.issaris Update the regression tests reference values after the changes to the …
(edit) @635a8cd2   17 years benoit.fouet Make av_class a pointer to const. Patch by Takis. Originally …
(edit) @710af50e   17 years benoit.fouet define VOF as double of VOFW. Originally committed as revision 26209 …
(edit) @3f0bc115   17 years diego Remove redundant swScaler: output from places where av_log() properly …
(edit) @32c3047c   17 years mike These video decoders do not need to include and initialize the DSP …
(edit) @d61af67a   17 years mike There is no reason to assign a variable to itself Originally …
(edit) @b847847a   17 years Aurélien Jacobs cosmetics: remove some empty lines Originally committed as revision …
(edit) @01ccf45b   17 years Aurélien Jacobs remove useless and misleading comments Originally committed as …
(edit) @1637930f   17 years michaelni smaller tables Originally committed as revision 12402 to …
(edit) @36b0782   17 years Aurélien Jacobs consistent use of MKTAG() in the codec_bmp_tags table Originally …
(edit) @ab0b2e55   17 years Aurélien Jacobs cosmetics: alignment of the codec_bmp_tags table Originally committed …
(edit) @9701840b   17 years Aurélien Jacobs add FF_ prefix to all (frame)_TYPE usage Originally committed as …
(edit) @88855b51   17 years diego Work around gcc stupidity: With -MM gcc outputs just the basename of …
(edit) @38dae9c   17 years justin.ruggles downmix before imdct unless different size transforms are used. about …
(edit) @95049fec   17 years michaelni Clarify the intended meaning of wont_fix. Originally committed as …
(edit) @811d9146   17 years kostya.shishkov indentation Originally committed as revision 12395 to …
(edit) @1ba3bae8   17 years kostya.shishkov Correctly handle empty frames Originally committed as revision 12394 …
(edit) @8c908d7d   17 years kostya.shishkov Fraps v5 decoding support Originally committed as revision 12393 to …
(edit) @6a02cb82   17 years kostya.shishkov Add step variable (for future v5 decoding) Originally committed as …
(edit) @d98878f4   17 years mike recognize the CLJR FourCC (Cirrus Logic AccuPak) Originally committed …
(edit) @39fc859   17 years ramiro.polla VFW grabber Originally committed as revision 12390 to …
(edit) @d76c3e07   17 years ramiro.polla Correctly handle case where buffer is 100% full Originally committed …
(edit) @fd9da087   17 years ramiro.polla add myself as vfwcap.c maintainer Originally committed as revision …
(edit) @5e474a6   17 years ramiro.polla dc1394.c has been renamed to libdc1394.c Originally committed as …
(edit) @d8436ba4   17 years ramiro.polla Split libavdevice maintainers out of libavformat Originally committed …
(edit) @ffa71b2   17 years ramiro.polla Typo + grammar Originally committed as revision 12385 to …
(edit) @c2345207   17 years ramiro.polla VFW capture support Originally committed as revision 12384 to …
(edit) @ab8ab30c   17 years ramiro.polla Introduce max_picture_buffer variable in AVFormatContext, set by …
(edit) @c123486e   17 years diego #error in case we do not know how to provide alignment. Originally …
(edit) @e73e4e75   17 years diego cosmetics: Fix indentation in a few more places. Originally committed …
(edit) @ef3dfbd   17 years diego cosmetics: Normalize {} placement after for, while, if. Originally …
(edit) @72b8963d   17 years diego Mention that libavdevice/x11grab.c is GPLed. Originally committed as …
(edit) @54b62496   17 years ramiro.polla Define WIN32_LEAN_AND_MEAN before including windows.h to exclude …
(edit) @a06ba2a1   17 years ramiro.polla Include windows.h instead of trying to redeclare Sleep os_support.h …
(edit) @4a24ab64   17 years diego Rename pp variable to postproc for consistency. Originally committed …
(edit) @6bd859d6   17 years mans check for x86 bswap instruction Originally committed as revision …
(edit) @a73cbf97   17 years Aurélien Jacobs huffman: add a zero_count flag and use it in fraps fixes issue349 …
(edit) @bac02ed3   17 years Aurélien Jacobs huffman: pass hnode_first as a flag instead of as an argument on its …
(edit) @409e1d71   17 years ramiro.polla Put network-related code under #ifdef Originally committed as …
(edit) @591cf117   17 years ramiro.polla Group network-related code together Originally committed as revision …
(edit) @8d06bd53   17 years diego Fix unused variable warnings. patch by mark cox, melbournemark+ffmpeg …
(edit) @61c51088   17 years diego cosmetics: prettyprinting Originally committed as revision 12369 to …
(edit) @3d323571   17 years diego Install libavfilter if it has been enabled. Originally committed as …
(edit) @4c85ae7b   17 years diego The videohook target does not depend on .libs. Originally committed …
(edit) @c7193373   17 years diego Make ffplay use parse_number_or_die instead of atoi. Stefano Sabatini, …
(edit) @69ed2c3   17 years diego cosmetics: Remove useless empty line. Originally committed as …
(edit) @0050adee   17 years diego cosmetics: Remove useless empty line. Originally committed as …
(edit) @2e7bd344   17 years diego cosmetics: Consistently move NAME and FFLIBS to the top of each …
(edit) @9b25f4a6   17 years diego cosmetics: Consistently move NAME and FFLIBS to the top of each …
(edit) @5dea9409   17 years ramiro.polla stdcall -> WINAPI Windows x64 has no stdcall. It is not yet …
(edit) @0e32c8c6   17 years mans simplify library version handling Originally committed as revision …
(edit) @88b5db9f   17 years mans replace -f pgmyuv with -f image2 -vcodec pgmyuv Originally committed …
(edit) @5b67e4f8   17 years mans Simplify do_video_encoding() in regression.sh All calls of this …
(edit) @6b60ac3e   17 years mans simplify library version handling Originally committed as revision …
(edit) @733a6d8   17 years mans Remove mp4psp regression test The PSP MP4 format requires an AAC …
Note: See TracRevisionLog for help on using the revision log.