| Commit message (Expand) | Author | Age | Files | Lines |
* | hlsenc: Add a proper dependency on the mpegts muxer | Martin Storsjö | 2013-08-15 | 1 | -1/+1 |
* | libavutil: Make avpriv_open a library-internal function on msvcrt | Martin Storsjö | 2013-08-10 | 1 | -0/+2 |
* | riff: Move demuxing code to a separate file. | Diego Biurrun | 2013-08-06 | 1 | -0/+1 |
* | riff: Move muxing code to a separate file | Diego Biurrun | 2013-08-06 | 1 | -0/+1 |
* | lavf: Support unix sockets | Luca Barbato | 2013-08-05 | 1 | -0/+1 |
* | build: Add missing img2.o dependency to apetag.o | Diego Biurrun | 2013-08-05 | 1 | -1/+1 |
* | Makefile: Remove stray tabs | Michael Niedermayer | 2013-07-07 | 1 | -1/+1 |
* | tests: Only run noproxy test if networking is enabled | Diego Biurrun | 2013-07-06 | 1 | -2/+3 |
* | avf: move url utility functions in a separate file | Luca Barbato | 2013-06-16 | 1 | -0/+1 |
* | avf: split off format register and lookup function | Luca Barbato | 2013-06-16 | 1 | -0/+1 |
* | libavformat: Fix standalone compilation of the webm muxer | Martin Storsjö | 2013-06-06 | 1 | -1/+1 |
* | lavf: add a raw WavPack muxer. | Anton Khirnov | 2013-05-28 | 1 | -0/+1 |
* | matroskaenc: support muxing WavPack | Anton Khirnov | 2013-05-28 | 1 | -1/+1 |
* | wvdec: split block header parsing into a separate file | Anton Khirnov | 2013-05-28 | 1 | -1/+1 |
* | lavf: rename wv.c to wvdec.c | Anton Khirnov | 2013-05-28 | 1 | -1/+1 |
* | build: output-example: Add avutil to ELIBS in link command | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | lavf: Add a fate test for the noproxy pattern matching | Martin Storsjö | 2013-02-27 | 1 | -1/+2 |
* | rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer | Martin Storsjö | 2013-01-20 | 1 | -0/+1 |
* | rtpdec: Split mpegts parsing to a normal depacketizer | Martin Storsjö | 2013-01-20 | 1 | -0/+1 |
* | lavf: Add a fate test for the SRTP functions | Martin Storsjö | 2013-01-15 | 1 | -0/+1 |
* | lavf: Add a protocol for SRTP encryption/decryption | Martin Storsjö | 2013-01-15 | 1 | -0/+1 |
* | rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) | Martin Storsjö | 2013-01-15 | 1 | -1/+2 |
* | au: use ff_raw_write_packet() | Justin Ruggles | 2013-01-09 | 1 | -1/+1 |
* | build: Add rtpenc_chain extra config option | Diego Biurrun | 2012-12-28 | 1 | -4/+4 |
* | tak: demuxer, parser, and decoder | Paul B Mahol | 2012-12-07 | 1 | -0/+1 |
* | build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place | Diego Biurrun | 2012-12-03 | 1 | -19/+19 |
* | build: Make the ISMV muxer select the MOV muxer | Diego Biurrun | 2012-12-03 | 1 | -3/+0 |
* | hlsenc: stand alone hls segmenter | Luca Barbato | 2012-11-13 | 1 | -0/+1 |
* | build: The A64 muxer depends on rawenc.o for ff_raw_write_packet() | Diego Biurrun | 2012-11-05 | 1 | -1/+1 |
* | pcmdec: remove dependency from rawdec | Luca Barbato | 2012-10-25 | 1 | -20/+20 |
* | g722: refactor out of rawdec.c | Luca Barbato | 2012-10-25 | 1 | -1/+1 |
* | rawvideo: use a specific read_header | Luca Barbato | 2012-10-25 | 1 | -1/+1 |
* | lavf: split wav muxer and demuxer into separate files. | Anton Khirnov | 2012-10-16 | 1 | -3/+3 |
* | rmdec: Move SIPR code shared with Matroska demuxer to a separate file | Diego Biurrun | 2012-10-15 | 1 | -3/+3 |
* | avutil: Duplicate ff_log2_tab instead of sharing it across libs | Diego Biurrun | 2012-10-12 | 1 | -0/+1 |
* | fate: Add tests of the ff_make_absolute_url function | Martin Storsjö | 2012-10-09 | 1 | -1/+2 |
* | avformat: split muxing functions from util.c | Luca Barbato | 2012-10-01 | 1 | -0/+1 |
* | rtp: Packetization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-23 | 1 | -0/+1 |
* | smoothstreaming: Export the mp4 codec tags | Martin Storsjö | 2012-09-18 | 1 | -1/+1 |
* | Add a smooth streaming segmenter muxer | Martin Storsjö | 2012-09-12 | 1 | -0/+1 |
* | rtp: Depacketization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-09 | 1 | -0/+1 |
* | build: allow non-standard variations of linker -l/-L flags | Mans Rullgard | 2012-08-29 | 1 | -1/+1 |
* | swf: Move shared table out of the header file | Diego Biurrun | 2012-08-09 | 1 | -3/+3 |
* | Support urlencoded http authentication credentials | Antti Seppälä | 2012-07-26 | 1 | -5/+6 |
* | build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled | Diego Biurrun | 2012-07-24 | 1 | -0/+1 |
* | RTMPTE protocol support | Samuel Pitoiset | 2012-07-23 | 1 | -0/+1 |
* | RTMPE protocol support | Samuel Pitoiset | 2012-07-23 | 1 | -0/+2 |
* | G.723.1 demuxer and decoder | Mohamed Naufal Basheer | 2012-07-22 | 1 | -0/+1 |
* | RTMPTS protocol support | Samuel Pitoiset | 2012-07-17 | 1 | -0/+1 |
* | RTMPS protocol support | Samuel Pitoiset | 2012-07-17 | 1 | -0/+1 |