| Commit message (Expand) | Author | Age | Files | Lines |
* | Apparently nowadays things should be installed in /boot/common on Haiku. | Diego Biurrun | 2010-06-10 | 1 | -1/+1 |
* | Remove unneeded -nostart SHFLAG for Haiku. | Diego Biurrun | 2010-06-10 | 1 | -1/+0 |
* | Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants. | Diego Biurrun | 2010-06-10 | 1 | -23/+2 |
* | librtmp may link to different ssl implementations | Luca Barbato | 2010-06-06 | 1 | -1/+1 |
* | libvpx now has an (L)GPL-compatible license. | Diego Biurrun | 2010-06-05 | 1 | -1/+0 |
* | VP8 encoding via libvpx. | James Zern | 2010-06-03 | 1 | -1/+3 |
* | Properly initialize x264_picture_t in libx264. | Jason Garrett-Glaser | 2010-06-02 | 1 | -2/+2 |
* | Use .p2align in ASMALIGN() macro | Måns Rullgård | 2010-06-02 | 1 | -7/+1 |
* | Do not check_lib for -lva if vaapi is disabled, having -lva in extralibs | Reimar Döffinger | 2010-06-01 | 1 | -1/+1 |
* | automatically enable buffer_filter when compiling ffmpeg | Peter Ross | 2010-05-30 | 1 | -0/+1 |
* | Require --enable-nonfree flag for libvpx. | Diego Biurrun | 2010-05-29 | 1 | -0/+1 |
* | mmst_protocol depends on network | Måns Rullgård | 2010-05-25 | 1 | -0/+1 |
* | Look for libvpx headers in the vpx subdirectory in configure, too | Martin Storsjö | 2010-05-25 | 1 | -1/+1 |
* | VP8 decoding via libvpx. | James Zern | 2010-05-25 | 1 | -0/+5 |
* | Change inter-protocol dependencies from _deps to _select | Martin Storsjö | 2010-05-14 | 1 | -2/+2 |
* | Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs. | Janne Grunau | 2010-05-11 | 1 | -1/+1 |
* | Remove hardcoded-tables hack for IA-64: with latest binutils that now actually | Reimar Döffinger | 2010-05-08 | 1 | -5/+0 |
* | Enable libavfilter by default and fix pading for mxf-d10 | Michael Niedermayer | 2010-05-07 | 1 | -1/+2 |
* | configure: update suncc SPARC CPU name mapping | Michael Kostylev | 2010-05-07 | 1 | -2/+2 |
* | SPARC: disable VIS for Niagara CPU | Michael Kostylev | 2010-05-07 | 1 | -0/+4 |
* | Add intra refresh and crf-max support to the libavcodec libx264 wrapper. | Jason Garrett-Glaser | 2010-05-06 | 1 | -2/+2 |
* | configure: allow compiler-specific flags for --disable-optimizations | Måns Rullgård | 2010-05-03 | 1 | -0/+3 |
* | Allow to set archiver tool ar. | Carl Eugen Hoyos | 2010-05-02 | 1 | -3/+5 |
* | Set ARCH=c with --disable-asm, fix build | Måns Rullgård | 2010-04-26 | 1 | -1/+1 |
* | Make WMAVoice decoder depend on DCT/RDFT | Ronald S. Bultje | 2010-04-23 | 1 | -1/+1 |
* | Workaround for missing llrintf() | Måns Rullgård | 2010-04-23 | 1 | -0/+2 |
* | Revert "Fix libx264 configure check to use pkg-config if available." | Måns Rullgård | 2010-04-19 | 1 | -1/+1 |
* | Fix libx264 configure check to use pkg-config if available. | Jason Garrett-Glaser | 2010-04-19 | 1 | -1/+1 |
* | configure: simplify $COMPONENT_LIST handling | Måns Rullgård | 2010-04-19 | 1 | -23/+7 |
* | configure: simplify vaapi dependencies | Måns Rullgård | 2010-04-19 | 1 | -5/+1 |
* | configure: simplify vdpau dependencies | Måns Rullgård | 2010-04-19 | 1 | -5/+2 |
* | configure: restore -mdynamic-no-pic on darwin (missing since r20497) | Alexander Strange | 2010-03-30 | 1 | -1/+2 |
* | Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via | Howard Chu | 2010-03-28 | 1 | -0/+4 |
* | Implement av_strerror(). | Stefano Sabatini | 2010-03-25 | 1 | -0/+2 |
* | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård | 2010-03-16 | 1 | -1/+2 |
* | configure: do not use $_ | Måns Rullgård | 2010-03-16 | 1 | -4/+4 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -5/+6 |
* | Add FATE tests | Måns Rullgård | 2010-03-15 | 1 | -0/+3 |
* | Add dependencies used by the RDT and ASF/RTP code | Martin Storsjö | 2010-03-15 | 1 | -0/+1 |
* | Separate DWT from snow and dsputil | Måns Rullgård | 2010-03-14 | 1 | -1/+3 |
* | Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. | Diego Biurrun | 2010-03-12 | 1 | -0/+1 |
* | Document --disable-everything in configure --help. | Ramiro Polla | 2010-03-12 | 1 | -0/+1 |
* | configure: remove stray semicolon | Måns Rullgård | 2010-03-11 | 1 | -1/+1 |
* | configure: use map() function in a couple of places | Måns Rullgård | 2010-03-11 | 1 | -6/+2 |
* | configure: add --disable-everything option | Måns Rullgård | 2010-03-11 | 1 | -0/+9 |
* | configure: allow mips64el and powerpc64 as values for --arch | Måns Rullgård | 2010-03-10 | 1 | -2/+2 |
* | undef av_always_inline before redefining | Måns Rullgård | 2010-03-10 | 1 | -0/+1 |
* | configure: always write shared lib variables to config.mak | Måns Rullgård | 2010-03-09 | 1 | -11/+8 |
* | Enable tcp_protocol when enabling http | Peter Ross | 2010-03-09 | 1 | -0/+1 |
* | Add missing build dependencies for the AAC decoder caused by adding of SBR. | Georgi Chorbadzhiyski | 2010-03-09 | 1 | -1/+1 |