summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-26
* configure: exit with error if OS is unknownMåns Rullgård2009-01-26
* Add a Changelog entry for the ALSA stuff.Benoit Fouet2009-01-26
* Fix AAC data smuggling:Kostya Shishkov2009-01-26
* Remove misleading comment about how to build SHA1 test program.Diego Biurrun2009-01-26
* Remove unneeded check.Benoit Fouet2009-01-26
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
* Fix version.h dependency on version.shMåns Rullgård2009-01-26
* Add ALSA support in libavdevice.Nicolas George2009-01-26
* version.h depends on version.sh.Diego Biurrun2009-01-26
* HAVE_3DNOW --> HAVE_AMD3DNOWDiego Biurrun2009-01-26
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-25
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-25
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-25
* Add (un)installation targets for ffpresets using the new DATADIR variableRobert Swain2009-01-25
* C files should #include the header files of the same name.Diego Biurrun2009-01-25
* configure: add datadir variable and write to config.{h,mak}Måns Rullgård2009-01-25
* Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun2009-01-25
* Add required limits.h header.Diego Biurrun2009-01-25
* The default subq value in the x264 CLI is now 6, not 5.Robert Swain2009-01-25
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-25
* Add AMD 3DNow! instruction enabling/disabling support in the build system.Diego Biurrun2009-01-25
* Drop redundant architecture extension dependencies.Diego Biurrun2009-01-25
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-25
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-25
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-25
* Directly #include some required headers.Diego Biurrun2009-01-25
* Add missing architecture-specific options to summary output.Diego Biurrun2009-01-25
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-25
* SSE depends on x86.Diego Biurrun2009-01-25
* Do not #include common.h without necessity.Diego Biurrun2009-01-25
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
* Move documentation of av_register_all() from allformats.c toStefano Sabatini2009-01-25
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-25
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-01-25
* ARM: NEON optimised H.264 weighted predictionMåns Rullgård2009-01-25
* ARM: NEON optimised H.264 biweighted predictionMåns Rullgård2009-01-25
* Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Diego Biurrun2009-01-25
* spelling/grammar cosmeticsDiego Biurrun2009-01-25
* Fix #endif comments.Diego Biurrun2009-01-25
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-25
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-25
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-25
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25