| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat: Add an example how to use the metadata API | Reinhard Tartler | 2011-07-02 | 1 | -1/+1 |
* | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | build: Remove redundant config.mak includes from subdirectory Makefiles. | Diego Biurrun | 2011-06-25 | 1 | -2/+0 |
* | rtpenc: MP4A-LATM payload support | Juan Carlos Rodriguez | 2011-06-10 | 1 | -0/+1 |
* | Fix standalone compilation of WTV demuxer. | Diego Biurrun | 2011-05-04 | 1 | -1/+2 |
* | Add a protocol handler for AES CBC decryption with PKCS7 padding | Martin Storsjö | 2011-04-23 | 1 | -0/+1 |
* | lavf: remove FF_API_OLD_METADATA cruft | Anton Khirnov | 2011-04-19 | 1 | -1/+0 |
* | add xWMA demuxer | Max Horn | 2011-04-14 | 1 | -0/+1 |
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 1 | -0/+1 |
* | mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | Bitmap Brothers JV demuxer | Peter Ross | 2011-03-14 | 1 | -0/+1 |
* | Add Apple HTTP Live Streaming protocol handler | Martin Storsjö | 2011-03-06 | 1 | -0/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | movenchint: Use rtpenc_chain for setting up the chained RTP muxer | Martin Storsjö | 2011-02-04 | 1 | -1/+2 |
* | lavf: move the version macros to a new header | Anton Khirnov | 2011-01-21 | 1 | -1/+1 |
* | Split mp3 demuxer and muxer into separate files. | Anton Khirnov | 2011-01-21 | 1 | -3/+3 |
* | Missing parts of IVF muxer support. | Reimar Döffinger | 2011-01-18 | 1 | -0/+1 |
* | wtv: parse MPEG2 descriptor events | Peter Ross | 2010-12-29 | 1 | -1/+1 |
* | lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.c | Anton Khirnov | 2010-12-28 | 1 | -2/+2 |
* | Metadata demuxer. | Anton Khirnov | 2010-12-27 | 1 | -0/+1 |
* | Metadata muxer | Anton Khirnov | 2010-12-27 | 1 | -0/+1 |
* | Windows Televison (WTV) demuxer | Peter Ross | 2010-12-26 | 1 | -0/+1 |
* | Makefile: Fix dependencies of components | Martin Storsjö | 2010-12-22 | 1 | -0/+1 |
* | Add a missing dependency for the WebM muxer | Martin Storsjö | 2010-12-21 | 1 | -1/+1 |
* | Add missing dependency for matroska muxer. | Justin Ruggles | 2010-12-14 | 1 | -1/+1 |
* | rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 | Martin Storsjö | 2010-12-05 | 1 | -0/+1 |
* | Mobotix .mxg demuxer | Anatoly Nenashev | 2010-11-26 | 1 | -0/+1 |
* | In ts demuxer, support aac flexmux using extradata in iods, issue #2346 | Baptiste Coudurier | 2010-11-23 | 1 | -1/+1 |
* | S/PDIF demuxer | Anssi Hannula | 2010-11-22 | 1 | -0/+1 |
* | Move code to be used by the IEC 61937 demuxer from spifenc.c into common | Anssi Hannula | 2010-11-10 | 1 | -1/+1 |
* | Rename spdif.c as spdifenc,c to prepare for future spdif demuxer. | Anssi Hannula | 2010-11-09 | 1 | -1/+1 |
* | rtsp: Split out the RTSP demuxer functions to a separate, new file | Martin Storsjö | 2010-10-29 | 1 | -1/+1 |
* | Restore alphabetical order | Martin Storsjö | 2010-10-21 | 1 | -5/+5 |
* | rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer | Martin Storsjö | 2010-10-21 | 1 | -5/+5 |
* | Add a SAP demuxer | Martin Storsjö | 2010-10-13 | 1 | -0/+1 |
* | libavformat: Always build id3v1.o and id3v2.o | Martin Storsjö | 2010-10-09 | 1 | -10/+12 |
* | Add a SAP (Session Announcement Protocol, RFC 2974) muxer | Martin Storsjö | 2010-10-08 | 1 | -0/+1 |
* | rtsp: Factorize out code for opening a chained RTP muxer | Martin Storsjö | 2010-10-08 | 1 | -1/+2 |
* | Add RTP depacketization of the X-QT QuickTime format | Martin Storsjö | 2010-10-06 | 1 | -0/+1 |
* | Add demuxer for LXF (Leitch/Harris' VR native stream format) | Tomas Härdin | 2010-10-01 | 1 | -0/+1 |
* | cosmetics: Place concat protocol entry in alphabetical order. | Diego Biurrun | 2010-09-21 | 1 | -1/+1 |
* | Add a muxer and demuxer for raw G.722 | Martin Storsjö | 2010-09-09 | 1 | -0/+2 |
* | split raw.c into rawdec.c and rawenc.c | Aurelien Jacobs | 2010-08-30 | 1 | -78/+78 |
* | move raw video demuxer to its own file | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
* | move pcm muxers to their own file | Aurelien Jacobs | 2010-08-30 | 1 | -20/+20 |
* | move pcm demuxers to their own file | Aurelien Jacobs | 2010-08-30 | 1 | -30/+30 |
* | move null muxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -1/+1 |
* | move ac3/eac3 demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -2/+2 |
* | move dnxhd demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -1/+1 |
* | move dirac demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -1/+1 |