| Commit message (Expand) | Author | Age | Files | Lines |
* | split rm muxer and demuxer in their own files | Aurelien Jacobs | 2007-05-30 | 1 | -2/+2 |
* | RoQ muxer, patch by Vitor, vitor1001 gmail com | Vitor Sessak | 2007-05-09 | 1 | -0/+1 |
* | Renderware TXD demuxer | Ivo van Poorten | 2007-05-07 | 1 | -0/+1 |
* | cosmetics: Sort entries by CONFIG_ name. | Diego Biurrun | 2007-05-02 | 1 | -39/+38 |
* | Make protocols configure selectable and also cleanup the CONFIG_NETWORK | Alex Beregszaszi | 2007-04-26 | 1 | -3/+10 |
* | cosmetics: sort() | Diego Biurrun | 2007-04-26 | 1 | -5/+5 |
* | proper dependency on mpegts_demuxer for rtp_muxer | Diego Biurrun | 2007-04-26 | 1 | -1/+1 |
* | CRYO APC demuxer | Anssi Hannula | 2007-04-07 | 1 | -0/+1 |
* | Bethsoft VID demuxer and video decoder | Nicholas Tung | 2007-04-07 | 1 | -0/+1 |
* | Interplay C93 demuxer and video decoder | Anssi Hannula | 2007-04-07 | 1 | -0/+1 |
* | There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring | Diego Biurrun | 2007-04-03 | 1 | -7/+2 |
* | Get rid of unnecessary conditionals. | Diego Biurrun | 2007-04-03 | 1 | -9/+4 |
* | CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. | Diego Biurrun | 2007-04-03 | 1 | -1/+1 |
* | cosmetics: Put audio (de)muxer entries in alphabetical order. | Diego Biurrun | 2007-04-03 | 1 | -3/+2 |
* | Audio (de)muxer dependency on OSS is handled by configure. | Diego Biurrun | 2007-04-03 | 1 | -2/+0 |
* | support for the THP game format by Marco Gerards, mgerards xs4all nl | Diego Biurrun | 2007-04-01 | 1 | -0/+1 |
* | DXA demuxer and decoder | Kostya Shishkov | 2007-03-14 | 1 | -0/+1 |
* | Remove useless conditional. | Diego Biurrun | 2007-02-27 | 1 | -2/+0 |
* | rename video4linux[2] variables to v4l[2], consistent with --disable options | Måns Rullgård | 2007-02-14 | 1 | -1/+1 |
* | Move base64.[ch] to libavutil. | Carl Eugen Hoyos | 2007-02-13 | 1 | -1/+1 |
* | Remove commented-out NUT muxer entry, can be added once we have a native muxer. | Diego Biurrun | 2007-02-09 | 1 | -1/+0 |
* | cosmetics: Reorder NUT entries. | Diego Biurrun | 2007-02-09 | 1 | -6/+6 |
* | Properly separate native and libnut NUT (de)muxers. | Diego Biurrun | 2007-02-09 | 1 | -5/+3 |
* | Move conditional CFLAGS and OBJS setting to common place. | Diego Biurrun | 2007-01-25 | 1 | -2/+0 |
* | cosmetics: sort | Diego Biurrun | 2007-01-25 | 1 | -1/+1 |
* | reorder alphabetically | Måns Rullgård | 2007-01-21 | 1 | -12/+6 |
* | remove no longer needed ifeq tests | Måns Rullgård | 2007-01-21 | 1 | -12/+0 |
* | Musepack SV7 decoding support | Kostya Shishkov | 2006-12-24 | 1 | -0/+1 |
* | Make the X11 frame grabber disabled by default. | Diego Biurrun | 2006-12-22 | 1 | -1/+4 |
* | Original X11 device demuxer patch from Clemens Fruhwirth | Guillaume Poirier | 2006-12-13 | 1 | -0/+1 |
* | revert broken commit of x11 device demuxer patch | Guillaume Poirier | 2006-12-13 | 1 | -1/+0 |
* | Original X11 device demuxer patch from Clemens Fruhwirth | Guillaume Poirier | 2006-12-12 | 1 | -0/+1 |
* | move common voc muxer and demuxer data to voc.c | Aurelien Jacobs | 2006-11-21 | 1 | -3/+3 |
* | split voc.c into vocdec.c and vocenc.c | Aurelien Jacobs | 2006-11-21 | 1 | -3/+3 |
* | Move BeOS-specific code into os_support.c. | Diego Biurrun | 2006-11-14 | 1 | -3/+0 |
* | check for inet_aton in configure | Måns Rullgård | 2006-11-14 | 1 | -1/+1 |
* | Remove wrong/misleading comment. | Diego Biurrun | 2006-11-14 | 1 | -1/+0 |
* | Add libnut support until ffmpeg gets an independant and complete de/muxer for... | Oded Shimon | 2006-11-12 | 1 | -2/+8 |
* | updating nut demuxer to latest spec | Michael Niedermayer | 2006-11-11 | 1 | -2/+2 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -1/+1 |
* | add support for rtp/h264 streaming | Ryan Martell | 2006-11-07 | 1 | -1/+1 |
* | kill AVImageFormat | Baptiste Coudurier | 2006-11-02 | 1 | -6/+0 |
* | cosmetics: Restore alphabetical order. | Diego Biurrun | 2006-10-31 | 1 | -1/+1 |
* | move up (in the file) AAC audio handling moved from below | Ryan Martell | 2006-10-28 | 1 | -1/+1 |
* | Revert putting EXTRALIBS in common.mak, linking fails on MinGW. | Diego Biurrun | 2006-10-15 | 1 | -1/+2 |
* | Consistently use $(BUILD_ROOT). | Diego Biurrun | 2006-10-15 | 1 | -1/+1 |
* | support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c... | Baptiste Coudurier | 2006-10-12 | 1 | -0/+1 |
* | new mtv demuxer | Reynaldo H. Verdejo Pinochet | 2006-10-12 | 1 | -0/+1 |
* | support for Delphine Software .cin files demuxing / audio and video decoding,... | Baptiste Coudurier | 2006-10-11 | 1 | -0/+1 |
* | Move CFLAGS handling to common.mak. | Diego Biurrun | 2006-10-11 | 1 | -3/+1 |