2009-03-21 |
Diego Biurrun | Remove deprecated and now unused Mersenne Twister PRNG.
|
commit | commitdiff | tree |
2009-03-21 |
Diego Biurrun | When warning about forbidden pseudo random number generation...
|
commit | commitdiff | tree |
2009-03-21 |
Diego Biurrun | Fix reference to av_random_init where av_lfg_init was...
|
commit | commitdiff | tree |
2009-03-21 |
Diego Biurrun | Fix reference to av_random where av_lfg_get was meant.
|
commit | commitdiff | tree |
2009-03-21 |
Diego Biurrun | Remove deprecated functions and structures on next...
|
commit | commitdiff | tree |
2009-03-20 |
Diego Biurrun | Replace random() usage in test programs by av_lfg_*().
|
commit | commitdiff | tree |
2009-03-20 |
Diego Biurrun | Only build motion-test if MMX is enabled.
|
commit | commitdiff | tree |
2009-03-20 |
Diego Biurrun | Align test program output columns.
|
commit | commitdiff | tree |
2009-03-20 |
Diego Biurrun | Remove unused libavutil/random.h #include.
|
commit | commitdiff | tree |
2009-03-20 |
Diego Biurrun | Use correct header for struct AVLFG.
|
commit | commitdiff | tree |
2009-03-20 |
Diego Biurrun | Make softfloat test program compile again: Setting...
|
commit | commitdiff | tree |
2009-03-20 |
Diego Biurrun | Make AES test program compile again: Setting the av_log_leve...
|
commit | commitdiff | tree |
2009-03-19 |
Diego Biurrun | Initialize *srcContext, *dstContext, *outContext to...
|
commit | commitdiff | tree |
2009-03-19 |
Diego Biurrun | Nicely align output columns.
|
commit | commitdiff | tree |
2009-03-19 |
Diego Biurrun | Fix compilation of adler32 test program: Use av_log_set_level()
|
commit | commitdiff | tree |
2009-03-19 |
Diego Biurrun | Fix copy and paste typo in input/output devices section.
|
commit | commitdiff | tree |
2009-03-18 |
Diego Biurrun | Consistently use ff_ prefixes for internal symbols.
|
commit | commitdiff | tree |
2009-03-18 |
Diego Biurrun | Add list of supported input/output devices.
|
commit | commitdiff | tree |
2009-03-18 |
Diego Biurrun | Adjust @columnfractions settings to reflect the number...
|
commit | commitdiff | tree |
2009-03-17 |
avcoder | cosmetics: fix indentation, patch by avcoder, ffmpeg...
|
commit | commitdiff | tree |
2009-03-17 |
Diego Biurrun | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_g...
|
commit | commitdiff | tree |
2009-03-17 |
Diego Biurrun | whitespace cosmetics: Consistently format function...
|
commit | commitdiff | tree |
2009-03-15 |
Matthieu Castet | Disallow out-of-tree builds with config.h in the source...
|
commit | commitdiff | tree |
2009-03-15 |
Diego Biurrun | Remove code that was disabled by the recent major version...
|
commit | commitdiff | tree |
2009-03-15 |
Diego Biurrun | cosmetics: Remove file name from file header.
|
commit | commitdiff | tree |
2009-03-14 |
Diego Biurrun | Add av_uninit to vbA[1-8], vbB[1-8] variables to work...
|
commit | commitdiff | tree |
2009-03-14 |
Diego Biurrun | prettyprinting cosmetics
|
commit | commitdiff | tree |
2009-03-14 |
Diego Biurrun | Add av_uninit to vsrcBuc variable to work around some
|
commit | commitdiff | tree |
2009-03-14 |
Diego Biurrun | Improve description of next_free_data_block_num struct...
|
commit | commitdiff | tree |
2009-03-13 |
Diego Biurrun | Remove 'lib' and 'swscale-error' from list of phony...
|
commit | commitdiff | tree |
2009-03-13 |
Diego Biurrun | Mark all clean targets as phony.
|
commit | commitdiff | tree |
2009-03-09 |
Diego Biurrun | Replace all `` by $(), the latter can be nested more...
|
commit | commitdiff | tree |
2009-03-09 |
Diego Biurrun | Fix MMX2 check, 'movss' is not an MMX2 instruction...
|
commit | commitdiff | tree |
2009-03-09 |
Diego Biurrun | Remove all remaining code that was disabled through...
|
commit | commitdiff | tree |
2009-03-07 |
Diego Biurrun | cosmetics: fix indentation
|
commit | commitdiff | tree |
2009-03-06 |
Diego Biurrun | Get rid of redundant vdpau option, decoders can still...
|
commit | commitdiff | tree |
2009-03-06 |
Diego Biurrun | Add '#undef rand' to fix test program build.
|
commit | commitdiff | tree |
2009-03-06 |
Diego Biurrun | cosmetics: Fix test program warnings.
|
commit | commitdiff | tree |
2009-03-05 |
Diego Biurrun | Mark variables "j" and "structure" in execute_ref_pic_markin...
|
commit | commitdiff | tree |
2009-03-05 |
Diego Biurrun | Directly read the version number from a VERSION file...
|
commit | commitdiff | tree |
2009-03-05 |
Diego Biurrun | cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks...
|
commit | commitdiff | tree |
2009-03-05 |
Diego Biurrun | cosmetics: Order changelog entries chronologically.
|
commit | commitdiff | tree |
2009-03-05 |
Diego Biurrun | Remove duplicated MUL16 macro definition, fixes the...
|
commit | commitdiff | tree |
2009-03-05 |
Diego Biurrun | Mark pos_min and pos_max variables as av_uninit to...
|
commit | commitdiff | tree |
2009-03-05 |
Diego Biurrun | Mark dvdaudio_substream_type variable as av_uninit...
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | Do not use a macro to generate a single AVCodec declaration.
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | Add vhook removal to the changelog.
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | Remove deprecated vhook subsystem.
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | Start Changelog for next version.
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | cosmetics: Add some empty lines for readability.
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | cosmetics: Fix indentation.
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE...
|
commit | commitdiff | tree |
2009-03-03 |
Diego Biurrun | Remove mpeg4aac dependency declaration, the decoder...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | version.h should depend on config.mak.
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Mention non-recursive Makefiles in the changelog.
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | cosmetics: spelling/wording fixes
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Revert previous removal of PAM, PBM, PGM, PGMYUV and...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "DPCM" comes...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "ADPCM" comes...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "PCM" comes...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | small spelling/grammar fixes
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | xvmc works with MPEG-2 as well as MPEG-1, note this...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Change a bunch of codec long_names to be more consistent...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Another round of missing codecs and name updates to...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Add some more missing codecs and update names to match...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Merge MP2, MP3 and MPEG audio demuxer entries.
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Add some missing codecs and update names to match the...
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Integer-only decoding of AC-3 is not supported.
|
commit | commitdiff | tree |
2009-03-02 |
Diego Biurrun | Targa encoding is supported.
|
commit | commitdiff | tree |
2009-03-02 |
Daniel Verkamp | Add missing image formats, patch by Daniel Verkamp...
|
commit | commitdiff | tree |
2009-03-02 |
Daniel Verkamp | Split PGM and PPM in image formats section.
|
commit | commitdiff | tree |
2009-03-02 |
Daniel Verkamp | cosmetics: Break image format lines before comments.
|
commit | commitdiff | tree |
2009-03-01 |
Diego Biurrun | Add release version number.
|
commit | commitdiff | tree |
2009-02-25 |
Gwenole Beauchesne | Add missing prototype for ff_is_hwaccel_pix_fmt().
|
commit | commitdiff | tree |
2009-02-25 |
Diego Biurrun | spelling/wording/grammar cosmetics
|
commit | commitdiff | tree |
2009-02-25 |
Diego Biurrun | spelling/wording/grammar cosmetics
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | 10l: Ignore error output from failed attempt to read...
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | Read revision string from the file snapshot_version...
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | cosmetics: Use $() instead of ``, the former can be...
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | Rename yuv2rgb2.c --> yuv2rgb.c.
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | 100l: Revert removal of GPL check for libswscale.
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | Relicense AltiVec optimizations as LGPL with the permission...
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | The software scaler is no longer GPLed.
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | Update information regarding LGPL libswscale.
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | Remove GPL version of yuv2rgb.c that has been replaced...
|
commit | commitdiff | tree |
2009-02-24 |
Diego Biurrun | Mark two variables with av_uninit to avoid false positive...
|
commit | commitdiff | tree |
2009-02-23 |
Diego Biurrun | Check if -lrt is required for nanosleep, as is the...
|
commit | commitdiff | tree |
2009-02-23 |
Daniel Verkamp | Document 'ffmpeg -formats', patch by Daniel Verkamp...
|
commit | commitdiff | tree |
2009-02-23 |
Diego Biurrun | Updates notes about which files are GPL.
|
commit | commitdiff | tree |
2009-02-22 |
Diego Biurrun | Fix xvmc object dependencies.
|
commit | commitdiff | tree |
2009-02-22 |
Diego Biurrun | Fix gcc detection: Not all gcc versions have "(GCC...
|
commit | commitdiff | tree |
2009-02-21 |
Patrik Kullman | Check the return values of a few functions to avoid...
|
commit | commitdiff | tree |
2009-02-21 |
Patrik Kullman | Check return value of posix_memalign and explicitly...
|
commit | commitdiff | tree |
2009-02-21 |
Patrik Kullman | Use av_strdup to allocate string, prevents the warning:
|
commit | commitdiff | tree |
2009-02-21 |
Diego Biurrun | Revert adding av_uninit to out_width/out_height variables.
|
commit | commitdiff | tree |
2009-02-21 |
Diego Biurrun | Bail out if regtest-flashsv is run but zlib is not...
|
commit | commitdiff | tree |
2009-02-21 |
Diego Biurrun | Fix swscale-error vs. swscale_error typo; it is marked...
|
commit | commitdiff | tree |
2009-02-19 |
Diego Biurrun | Mark functions only used within the test programs as...
|
commit | commitdiff | tree |
2009-02-19 |
Diego Biurrun | Only enable SSE/3DNOW optimizations when they have...
|
commit | commitdiff | tree |
next |