17741 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)
 

Author SHA1 Message Date
Stefan Gehrer 620b8a2ed7 fix doxygen file reference 16 years ago
Baptiste Coudurier 8dc81a4524 seek at 0 when timestamp requested is negative 16 years ago
Aurelien Jacobs eded5c4309 add a ff_gcd() function again, for compatibility with old libavcodec 16 years ago
Aurelien Jacobs 73c87551e5 vp5: don't try decoding a P frame before any I frame was parsed 16 years ago
Aurelien Jacobs 7a42067176 make it clear that the new metadata API is a work in progress 16 years ago
Diego Biurrun 99ed41a808 Fix filenames in Doxygen comments. 16 years ago
Stefano Sabatini bd591ead45 Update preset files documentation to match with r16795. 16 years ago
Stefano Sabatini 822005ed45 Implement avfilter_graph_check_validity(). 16 years ago
Stefano Sabatini e1b6bdbb83 Change "H.263 Intel" long name to "Intel H.263". 16 years ago
Måns Rullgård 4f924f9aa0 configure: exit with error if OS is unknown 16 years ago
Benoit Fouet 115d095e5f Add a Changelog entry for the ALSA stuff. 16 years ago
Kostya Shishkov 9289a32a8e Fix AAC data smuggling: 16 years ago
Diego Biurrun 811bfa76ce Remove misleading comment about how to build SHA1 test program. 16 years ago
Benoit Fouet a6cef9651d Remove unneeded check. 16 years ago
Benoit Fouet a44cb89b0f Fix an exploit in indeo by checking we are not writing out of the strip array. 16 years ago
Måns Rullgård f2f35d3364 Fix version.h dependency on version.sh 16 years ago
Nicolas George 35fd81224a Add ALSA support in libavdevice. 16 years ago
Diego Biurrun 1db2c5c9ef version.h depends on version.sh. 16 years ago
Diego Biurrun 67eb5da61a HAVE_3DNOW --> HAVE_AMD3DNOW 16 years ago
David Conrad 137ae32760 Workaround for gcc 3.4 to align sh properly 16 years ago
Diego Biurrun 8076c4731f Reorganize header #includes: Unconditionally #include standard C headers, 16 years ago
Robert Swain 1777168269 Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and 16 years ago
Diego Biurrun 1e60e93355 10l: Add #undefs for system free/malloc/realloc, which must be used here. 16 years ago
Robert Swain a1a84f693f Add (un)installation targets for ffpresets using the new DATADIR variable 16 years ago
Diego Biurrun 77652a6aaf C files should #include the header files of the same name. 16 years ago
Måns Rullgård 14a8acf108 configure: add datadir variable and write to config.{h,mak} 16 years ago
Diego Biurrun b58f29a171 Disambiguate the macros used to disable fprintf/printf/puts functions. 16 years ago
Diego Biurrun ed0fd852a3 Add required limits.h header. 16 years ago
Robert Swain c79de5c07b The default subq value in the x264 CLI is now 6, not 5. 16 years ago
Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Diego Biurrun ebc3209a7d HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Diego Biurrun 0f73b510f0 Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. 16 years ago
Diego Biurrun 3bf96eec17 Add AMD 3DNow! instruction enabling/disabling support in the build system. 16 years ago
Diego Biurrun 75aa95a6d9 Drop redundant architecture extension dependencies. 16 years ago
Diego Biurrun 3bb13a4770 Drop _MSC_VER case from macro declaration. 16 years ago
Diego Biurrun 5090122f90 Drop deprecated av_fifo_write function with the next libavutil version bump. 16 years ago
Diego Biurrun 4ce9492339 Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. 16 years ago
Diego Biurrun c60208e7a1 Directly #include some required headers. 16 years ago
Diego Biurrun 30e98e62b1 Add missing architecture-specific options to summary output. 16 years ago
Reimar Döffinger 724cc2dfaa Use AV_WL32/AV_WB32 in bitstream.h 16 years ago
Diego Biurrun 7996d1536e SSE depends on x86. 16 years ago
Diego Biurrun 692c315e3a Do not #include common.h without necessity. 16 years ago
Stefano Sabatini 57be00bea7 Make more descriptive the long names for the various variants of H.263. 16 years ago
Stefano Sabatini 4815e24623 Move documentation of av_register_all() from allformats.c to 16 years ago
Diego Biurrun f3c04c1385 Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: 16 years ago
Diego Biurrun 6b8b7258e4 Move internal.h #include to the end of the file so that it is after 16 years ago
Måns Rullgård bd53b426b7 ARM: NEON optimised H.264 weighted prediction 16 years ago
Måns Rullgård 5a29589b81 ARM: NEON optimised H.264 biweighted prediction 16 years ago
Diego Biurrun 1615fb91a1 Declare struct SwsContext before using it, fixes the checkheaders warning: 16 years ago
Diego Biurrun dfe44a855d Disable C code when compiling AltiVec code, fixes the warning: 16 years ago