| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: Add const qualifiers to ffio_read_indirect | Ben Avison | 2013-08-08 | 3 | -6/+6 |
* | libavformat: use avpriv_open() | Rémi Denis-Courmont | 2013-08-07 | 1 | -1/+2 |
* | rtsp: Don't include the listen flag in the SDP demuxer flags | Martin Storsjö | 2013-08-07 | 1 | -2/+2 |
* | deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead | Kostya Shishkov | 2013-08-07 | 1 | -1/+1 |
* | rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf | Martin Storsjö | 2013-08-07 | 1 | -5/+8 |
* | rtspenc: Check the return value from ffio_open_dyn_packet_buf | Martin Storsjö | 2013-08-07 | 1 | -2/+2 |
* | riff: Move demuxing code to a separate file. | Diego Biurrun | 2013-08-06 | 3 | -204/+230 |
* | riff: Move muxing code to a separate file | Diego Biurrun | 2013-08-06 | 3 | -269/+298 |
* | avformat/dv: K&R formatting cosmetics | Diego Biurrun | 2013-08-06 | 1 | -79/+97 |
* | tcp: Use a different log message and level if there's more addresses to try | Martin Storsjö | 2013-08-06 | 4 | -7/+15 |
* | unix: Convert from AVERROR to errno range before comparing error codes | Martin Storsjö | 2013-08-06 | 1 | -1/+1 |
* | riff.h: Remove stray extern declaration for non-existing symbol | Diego Biurrun | 2013-08-05 | 1 | -1/+0 |
* | mpegts: Remove one 64-bit integer modulus operation per packet | Ben Avison | 2013-08-05 | 1 | -1/+4 |
* | network: Use SOCK_CLOEXEC when available | Luca Barbato | 2013-08-05 | 5 | -4/+15 |
* | lavf: Support unix sockets | Luca Barbato | 2013-08-05 | 3 | -0/+158 |
* | mpegts: Make discard_pid() faster for single-program streams | Ben Avison | 2013-08-05 | 1 | -0/+11 |
* | mpegts: Remove one memcpy per packet | Ben Avison | 2013-08-05 | 1 | -13/+28 |
* | avio: Add an internal function for reading without copying | Ben Avison | 2013-08-05 | 2 | -0/+29 |
* | build: Add missing img2.o dependency to apetag.o | Diego Biurrun | 2013-08-05 | 1 | -1/+1 |
* | mxfenc: switch to av_reallocp_array() and check allocation errors | Alexandra Khirnova | 2013-08-04 | 1 | -18/+29 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 7 | -0/+25 |
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 2 | -2/+2 |
* | rtmp: Add seek support | Gavriloaie Eugen-Andrei | 2013-08-02 | 2 | -1/+56 |
* | flvdec: Eliminate completely silly goto | Diego Biurrun | 2013-08-01 | 1 | -11/+7 |
* | flvdec: K&R formatting cosmetics | Diego Biurrun | 2013-08-01 | 1 | -323/+386 |
* | flvdec: Fix = vs. == typo in sample rate check | Diego Biurrun | 2013-08-01 | 1 | -1/+1 |
* | rtsp: Simplify code for forming the remote peer url | Martin Storsjö | 2013-08-01 | 1 | -8/+5 |
* | rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url | Martin Storsjö | 2013-08-01 | 1 | -2/+11 |
* | rtpproto: Check the size before reading buf[1] | Martin Storsjö | 2013-08-01 | 1 | -0/+3 |
* | rtpproto: Move rtpproto specific function declarations to a separate header | Martin Storsjö | 2013-07-31 | 5 | -5/+35 |
* | rtpproto: Simplify the rtp_read function by looping over the fds | Martin Storsjö | 2013-07-31 | 1 | -19/+6 |
* | rtpproto: Remove a misplaced comment | Martin Storsjö | 2013-07-31 | 1 | -1/+0 |
* | rtpproto: Support nonblocking reads | Martin Storsjö | 2013-07-31 | 1 | -1/+4 |
* | rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps | Martin Storsjö | 2013-07-31 | 2 | -2/+4 |
* | hls: Call avformat_find_stream_info() on the chained demuxers | Michael Niedermayer | 2013-07-30 | 1 | -0/+5 |
* | rtsp: Support RFC4570 (source specific multicast) more properly. | Ed Torbett | 2013-07-29 | 2 | -11/+99 |
* | rtpproto: Support more than one SSM include address, support excludes | Ed Torbett | 2013-07-29 | 1 | -24/+86 |
* | udp: Keep track of include and exclude sources separately | Ed Torbett | 2013-07-29 | 1 | -35/+51 |
* | udp: Allow specifying multicast include/blocks as host names as well | Ed Torbett | 2013-07-29 | 1 | -2/+2 |
* | avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo | Diego Biurrun | 2013-07-29 | 1 | -1/+1 |
* | hls: Free packets when skipping packets when seeking | Martin Storsjö | 2013-07-29 | 1 | -0/+2 |
* | hlsproto: Store all durations in AV_TIME_BASE | Martin Storsjö | 2013-07-29 | 1 | -7/+7 |
* | hls: Store all durations in AV_TIME_BASE | Martin Storsjö | 2013-07-29 | 1 | -12/+11 |
* | hls: Store first_timestamp in units of AV_TIME_BASE | Martin Storsjö | 2013-07-29 | 1 | -4/+6 |
* | hls: Create an AVProgram for each variant | LYF | 2013-07-29 | 1 | -0/+9 |
* | hls: Respect the different stream time bases when comparing dts | Michael Niedermayer | 2013-07-29 | 1 | -4/+21 |
* | hls: Set stream offset before opening a chained demuxer | Martin Storsjö | 2013-07-29 | 1 | -1/+1 |
* | hls: Don't check discard flags until the parent demuxer's streams actually exist | Michael Niedermayer | 2013-07-29 | 1 | -1/+2 |
* | hls: Copy the time base from the chained demuxer | Michael Niedermayer | 2013-07-29 | 1 | -0/+2 |
* | hls: Return all packets from a previous variant before moving on to the next one | Martin Storsjö | 2013-07-29 | 1 | -2/+5 |