source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e75e603c   16 years rsbultje Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent …
(edit) @ee6624ef   16 years diego Remove deprecated and now unused Mersenne Twister PRNG. Originally …
(edit) @6a03a34b   16 years kostya.shishkov Register myself as Smacker maintainer Originally committed as …
(edit) @9f5da4d1   16 years diego When warning about forbidden pseudo random number generation …
(edit) @573e0118   16 years diego Fix reference to av_random_init where av_lfg_init was meant. …
(edit) @0e4cb6cb   16 years diego Fix reference to av_random where av_lfg_get was meant. Originally …
(edit) @e1dc16ae   16 years kostya.shishkov Make Smacker audio decoder output audio in original bit depth Patch …
(edit) @2bbd8571   16 years diego Remove deprecated functions and structures on next version bump. …
(edit) @986b6f8f   16 years cschieli Fix build failure on x86_32 Mac OS X with PIC enabled Originally …
(edit) @64159a58   16 years baptiste.coudurier check if feed max file size is too small Originally committed as …
(edit) @1f611549   16 years baptiste.coudurier cosmetics, reindent and remove empty line Originally committed as …
(edit) @861ec13a   16 years baptiste.coudurier new Truncate option which will make feeder truncate feed file …
(edit) @899a8fa1   16 years Reimar.Doeffinger Fix avpicture_get_size for non-paletted formats with a helper palette …
(edit) @6f348086   16 years Reimar.Doeffinger Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest …
(edit) @31e2d5d3   16 years baptiste.coudurier update ffserver regression ref Originally committed as revision 18105 …
(edit) @85fe4ae0   16 years baptiste.coudurier do not call av_find_stream_info if stream is ffm, should fix stalling …
(edit) @0bdd8b85   16 years baptiste.coudurier send busy reply if max connections number is exceeded Originally …
(edit) @1a4ab332   16 years lessen42 Reindent Originally committed as revision 18102 to …
(edit) @6e6abd0   16 years lessen42 Fix Speex header parsing in ogg demuxer Originally committed as …
(edit) @1fa9726c   16 years lessen42 Document ogg_codec's header function Originally committed as revision …
(edit) @be2a6e2f   16 years baptiste.coudurier fix compilation when DEBUG_SEEK is defined Originally committed as …
(edit) @92a0f338   16 years baptiste.coudurier fix valid seeking range Originally committed as revision 18098 to …
(edit) @7e24aa0c   16 years baptiste.coudurier adjust write index if not set Originally committed as revision 18097 …
(edit) @a9c6fc7b   16 years baptiste.coudurier update seek regression ref due to 18063 Originally committed as …
(edit) @d7687763   16 years justin.ruggles Take over sole maintainership for all FLAC-related stuff Originally …
(edit) @59f60d05   16 years justin.ruggles Fix the ogg regression test, which was broken by r18092. This is an …
(edit) @0e442b84   16 years justin.ruggles add myself as maintainer for new FLAC files Originally committed as …
(edit) @0fb2182d   16 years justin.ruggles add a function to calculate a more accurate estimate for maximum FLAC …
(edit) @f5187c7f   16 years justin.ruggles flacdec: account for frame and subframe header overhead when …
(edit) @f1216221   16 years justin.ruggles revert accidental unrelated change in last commit Originally …
(edit) @d4df4e50   16 years justin.ruggles share sample rate and blocksize tables between the FLAC encoder and …
(edit) @b4800b8b   16 years baptiste.coudurier protect realloc overflow Originally committed as revision 18088 to …
(edit) @b9b4fc5e   16 years justin.ruggles flacenc: remove unneeded variable, 'min_encoded_framesize' and use …
(edit) @29b0d168   16 years justin.ruggles seek backwards 4 bytes if 'fLaC' marker is not found Originally …
(edit) @d9e7fa80   16 years justin.ruggles flacdec: remove unneeded variable, 'assignment' Originally committed …
(edit) @2a346725   16 years justin.ruggles flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' Originally …
(edit) @ad52941f   16 years justin.ruggles flacenc: remove unneeded context variable, 'ch_code' Originally …
(edit) @3159780   16 years justin.ruggles share channel mode constants between the FLAC decoder and FLAC encoder …
(edit) @c15020dd   16 years lessen42 Hostile takeover of the ogg demuxer, agreed to by Mans on irc …
(edit) @432603e3   16 years stefano.sabatini-lala Remove declaration of the removed function img_convert(). Originally …
(edit) @39b60944   16 years banan Get rid of av_random in cook.c Originally committed as revision 18079 …
(edit) @3b0b8479   16 years banan Get rid of av_random in nellymoserdec.c Originally committed as …
(edit) @effcedf7   16 years Carl Eugen Hoyos PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. Patch by Daniel …
(edit) @20ddf5a8   16 years Reimar.Doeffinger Avoid crash on planarCopy to a destination without alpha. Makes …
(edit) @1cd98da8   16 years benoit.fouet Initialize pointer arrays which may be freed before being initialized. …
(edit) @04ef1d3f   16 years Reimar.Doeffinger Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides …
(edit) @d55ef636   16 years Reimar.Doeffinger Fix swscale compilation with Altivec enabled. Originally committed as …
(edit) @3164d25e   16 years cschieli Reindent after last commit Originally committed as revision 29014 to …
(edit) @b3b5946c   16 years cschieli Add a changelog entry for the alpha scaler support Originally …
(edit) @110f147a   16 years cschieli Also test the alpha channel in swscale-example Originally committed …
(edit) @6268f55b   16 years cschieli YUVA420P is now supported as output format Originally committed as …
(edit) @6858492e   16 years cschieli Add alpha channel scaling Originally committed as revision 29011 to …
(edit) @3acd545   16 years cschieli Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters Originally …
(edit) @a9ddb5b1   16 years cschieli Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled …
(edit) @f6cf4ed0   16 years cschieli Use a simpler and more general check for the gray case in the …
(edit) @9731e7f1   16 years ramiro.polla mlp, truehd: support non 1:1 channel mapping. Originally committed as …
(edit) @cbf3cf19   16 years ramiro.polla Support "next parameter flags present" flag. Originally committed as …
(edit) @932cee5d   16 years ramiro.polla truehd: support up to 3 substreams. Originally committed as revision …
(edit) @952e2083   16 years gbeauchesne Rename hwaccel_data_private to hwaccel_picture_private. Originally …
(edit) @294eaa26   16 years diego Replace random() usage in test programs by av_lfg_*(). Originally …
(edit) @c7594e07   16 years diego Only build motion-test if MMX is enabled. Originally committed as …
(edit) @578f90a8   16 years diego Align test program output columns. Originally committed as revision …
(edit) @fa7aec5c   16 years diego Remove unused libavutil/random.h #include. Originally committed as …
(edit) @e814a59f   16 years diego Use correct header for struct AVLFG. Originally committed as revision …
(edit) @7c45723a   16 years baptiste.coudurier resync ffm if error in stream Originally committed as revision 18065 …
(edit) @21c6438f   16 years baptiste.coudurier typo, fix eof check Originally committed as revision 18064 to …
(edit) @b9edbe9   16 years baptiste.coudurier do not write ffm write index by default, detect if file is being …
(edit) @cf16c17a   16 years rsbultje Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR …
(edit) @e9fce261   16 years rsbultje Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add …
(edit) @20f93c3c   16 years baptiste.coudurier check av_find_stream_info return value Originally committed as …
(edit) @77553ae3   16 years baptiste.coudurier uniformize log messages and add some more Originally committed as …
(edit) @042819c5   16 years baptiste.coudurier use lfg and ff_random_get_seed instead of deprecated av_random …
(edit) @637af098   16 years baptiste.coudurier check if feed and stream already exist before registering new one …
(edit) @7349392   16 years diego Make softfloat test program compile again: Setting the av_log_level …
(edit) @b56e34c5   16 years diego Make AES test program compile again: Setting the av_log_level variable …
(edit) @54ea7736   16 years diego Initialize *srcContext, *dstContext, *outContext to NULL, avoids the …
(edit) @e29c3f93   16 years Carl Eugen Hoyos Remove useless casting in asm "m" operand. Patch by Matthieu Castet, …
(edit) @ecf05a59   16 years Carl Eugen Hoyos Remove useless casting in asm "m" operand. Patch by Matthieu Castet, …
(edit) @90da2b50   16 years stefano.sabatini-lala Make ffmpeg fail if the argument provided to the -pix_fmt option is …
(edit) @87657891   16 years baptiste.coudurier set avi fsize to INT64_MAX if riff tag end is not set and file size is …
(edit) @3a560188   16 years baptiste.coudurier move max analyze duration check before considering new packet …
(edit) @dd35beb2   16 years ramiro.polla Allocate executable memory with VirtualAlloc() in Windows. Originally …
(edit) @7c5bfe7a   16 years ramiro.polla Check for VirtualAlloc() so it may be used to allocate executable …
(edit) @16a3717   16 years ramiro.polla Drop unnecessary cast and cosmetically align. Originally committed as …
(edit) @23d9cc45   16 years ramiro.polla Support raw TrueHD files Originally committed as revision 18049 to …
(edit) @45bae968   16 years Reimar.Doeffinger Fix indentation after r18047. Originally committed as revision 18048 …
(edit) @c9d6e847   16 years Reimar.Doeffinger Change linesize alignment method to ensure that linesize[0] == …
(edit) @b435725b   16 years Reimar.Doeffinger Do not set linesize for palette data, it does not make sense and …
(edit) @9ba4821d   16 years ramiro.polla Split TrueHD decoder from MLP Originally committed as revision 18045 …
(edit) @5c3d507f   16 years alex.converse MOV: Use the AOT enum for the mp4_audio_types mapping. Originally …
(edit) @9326d3f3   16 years michaelni Revert Date: Wed Mar 18 23:11:50 2009 New Revision: 28996 Log: …
(edit) @8e3d8a82   16 years michaelni typedef int x86_reg on non x86 Originally committed as revision 18043 …
(edit) @72ef3dd   16 years michaelni Fix 10l typo. Originally committed as revision 29002 to …
(edit) @2029e934   16 years diego Nicely align output columns. Originally committed as revision 18042 …
(edit) @0411072e   16 years michaelni Unscaled converters for YUYV->YUV420P YUYV->YUV422P UYVY->YUV420P …
(edit) @07d16e2e   16 years justin.ruggles share some constants between the FLAC encoder and FLAC decoder …
(edit) @bb504ac4   16 years diego Fix compilation of adler32 test program: Use av_log_set_level() …
(edit) @23869b4a   16 years diego Fix copy and paste typo in input/output devices section. Originally …
(edit) @62651fa7   16 years Reimar.Doeffinger Fix libswscale compilation on non-x86, hopefully without breaking …
(edit) @29c66386   16 years stefano.sabatini-lala Use read_yesno() in opt_output_file(). Originally committed as …
Note: See TracRevisionLog for help on using the revision log.