| Commit message (Expand) | Author | Age | Files | Lines |
* | Add system-specific network link flags to inet_aton test. This should fix | Michael Kostylev | 2008-01-18 | 1 | -1/+1 |
* | Use check_lib2 instead of check_lib in SDL test. This is helpful in | KO Myung-Hun | 2008-01-16 | 1 | -1/+1 |
* | pentium4m is a valid CPU name, add it to the list. | Igor Mozolevsky | 2008-01-16 | 1 | -1/+1 |
* | Move "Creating config.mak and config.h..." message down to the point where | Diego Biurrun | 2008-01-16 | 1 | -2/+2 |
* | refer users to ffmpeg-user list in case of errors | Måns Rullgård | 2008-01-12 | 1 | -1/+1 |
* | Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ... | Alessandro Sappia | 2008-01-11 | 1 | -1/+12 |
* | Move printing of the license status at the end of configure output, so | Roberto Togni | 2008-01-07 | 1 | -3/+4 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 1 | -0/+2 |
* | Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de... | Luca Abeni | 2008-01-04 | 1 | -1/+1 |
* | Rationalize some dependencies between rtsp and rtp | Luca Abeni | 2008-01-03 | 1 | -3/+3 |
* | Add portable way to check for the existence of definitions and | Dave Yeo | 2008-01-01 | 1 | -0/+21 |
* | Check for the presence of llrint(), lrint(), round() and roundf() | Michael Kostylev | 2007-12-27 | 1 | -3/+9 |
* | Check for the presence of sys/select.h and conditionally #include it. | Michael Kostylev | 2007-12-27 | 1 | -0/+2 |
* | djgpp port, first part | Michael Kostylev | 2007-12-24 | 1 | -0/+7 |
* | dv1394 depends on dv_demuxer, fixes linking with demuxers disabled. | Diego Biurrun | 2007-12-17 | 1 | -1/+1 |
* | Remove unnecessary system include path from pkg-config files. | Diego Biurrun | 2007-12-17 | 1 | -1/+1 |
* | Revert r11202: do not create copy relocations when linking to shared libs | Måns Rullgård | 2007-12-12 | 1 | -4/+6 |
* | do not create copy relocations when linking to shared libs | Måns Rullgård | 2007-12-11 | 1 | -6/+4 |
* | Add --list-indevs and --list-outdevs command line options. | Diego Biurrun | 2007-12-06 | 1 | -0/+4 |
* | Add --disable-devices to --help output. | Diego Biurrun | 2007-12-06 | 1 | -0/+1 |
* | Add input and output devices to configure output. | Diego Biurrun | 2007-12-06 | 1 | -1/+1 |
* | Remove unnecessary quotes. | Diego Biurrun | 2007-12-06 | 1 | -1/+1 |
* | OS/2 support restored in cleaner form. | Dave Yeo | 2007-12-05 | 1 | -0/+31 |
* | use -Bsymbolic linker flag if supported | Måns Rullgård | 2007-12-04 | 1 | -0/+1 |
* | Add a --disable-devices flag which disables all muxers and demuxers of | Panagiotis Issaris | 2007-12-03 | 1 | -0/+2 |
* | Fix out of tree builds after introduction of libavdevice. | Diego Biurrun | 2007-11-23 | 1 | -0/+2 |
* | cosmetics: Consistently indent with 4 spaces, break some long lists into single | Diego Biurrun | 2007-11-23 | 1 | -373/+389 |
* | Fix the creation of alldevices.c (create it without any rename). | Luca Abeni | 2007-11-23 | 1 | -2/+2 |
* | Introduce libavdevice | Luca Abeni | 2007-11-22 | 1 | -2/+14 |
* | main() --> main(void) | Diego Biurrun | 2007-11-20 | 1 | -5/+5 |
* | whitespace consistency cosmetics | Diego Biurrun | 2007-11-20 | 1 | -3/+3 |
* | remove now useless libogg support | Baptiste Coudurier | 2007-11-12 | 1 | -11/+0 |
* | fix libogg muxer dependency checking | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | Keep -lvorbis in libvorbis linker flags even when only used for encoding. | Diego Biurrun | 2007-11-06 | 1 | -1/+1 |
* | Remove libvorbis Vorbis decoding support. Our native decoder is complete | Diego Biurrun | 2007-11-04 | 1 | -5/+4 |
* | List enabled code in configure output | Ramiro Polla | 2007-11-04 | 1 | -0/+12 |
* | Speed up show_list | Ramiro Polla | 2007-11-04 | 1 | -5/+5 |
* | Rename --disable-opts option to --disable-optimizations in order to be less | Diego Biurrun | 2007-10-24 | 1 | -3/+2 |
* | Rename optimize variable to the slightly more meaningful optimizations. | Diego Biurrun | 2007-10-24 | 1 | -6/+6 |
* | Install MSVC import libraries without version numbering in the filename. | Ramiro Polla | 2007-10-19 | 1 | -2/+2 |
* | Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF. | Ramiro Polla | 2007-10-19 | 1 | -12/+14 |
* | Simplify one variable setting. | Diego Biurrun | 2007-10-18 | 1 | -3/+1 |
* | Rename LIB to LIBNAME for consistency. | Diego Biurrun | 2007-10-18 | 1 | -4/+4 |
* | Add multiple inclusion guards to config.h. | Diego Biurrun | 2007-10-17 | 1 | -0/+4 |
* | Add SLIB_UNINSTALL_EXTRA_CMD for MinGW. | Diego Biurrun | 2007-10-17 | 1 | -0/+1 |
* | Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via | Dave Yeo | 2007-10-17 | 1 | -0/+1 |
* | comment grammar fix | Diego Biurrun | 2007-10-16 | 1 | -1/+1 |
* | Remove gcc import libraries from Win32 builds. | Ramiro Polla | 2007-10-15 | 1 | -2/+2 |
* | ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line() | Ramiro Polla | 2007-10-12 | 1 | -1/+1 |
* | Use single quotes to get rid of a bunch of backslash escapes. | Diego Biurrun | 2007-10-12 | 1 | -8/+8 |