| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: Adjust edit lists to trim out parts of tracks with negative pts | Michael Niedermayer | 2014-10-12 | 1 | -0/+7 |
* | smoothstreamingenc: Simplify code by removing a redundant variable | Martin Storsjö | 2014-10-12 | 1 | -3/+4 |
* | lavf: Don't drop both pts and dts if timestamps are invalid | Michael Niedermayer | 2014-10-12 | 1 | -1/+1 |
* | tcp: Add AVOption support | Luca Barbato | 2014-10-10 | 1 | -9/+31 |
* | tls: Support passing old-style tcp options | Luca Barbato | 2014-10-10 | 1 | -1/+12 |
* | rtsp: Add rtsps to the probe | Luca Barbato | 2014-10-10 | 1 | -1/+5 |
* | rtsp: Support tls when in listen mode | Luca Barbato | 2014-10-10 | 1 | -6/+13 |
* | rtsp: Support tls-encapsulated RTSP | Luca Barbato | 2014-10-10 | 2 | -6/+19 |
* | rtsp: Check for command strings without spaces | Luca Barbato | 2014-10-10 | 1 | -0/+4 |
* | sctp: Use AVERROR_BUG instead of abort() | Luca Barbato | 2014-10-10 | 1 | -1/+1 |
* | lavf: More informative error message | Luca Barbato | 2014-10-10 | 1 | -1/+4 |
* | mov: support the Color Parameter Atoms 'colr' | Vittorio Giovara | 2014-10-08 | 1 | -0/+69 |
* | dump: Update streams and chapters printout format | Sylvain Rabot | 2014-10-08 | 1 | -2/+2 |
* | dump: split audio and video probing on multiple lines | Vittorio Giovara | 2014-10-08 | 1 | -8/+14 |
* | avformat: bump version after mime_type change | Vittorio Giovara | 2014-10-08 | 1 | -2/+2 |
* | avformat: use const char* instead of uint8_t* for AVProbeData.mime_type | Andreas Cadhalpun | 2014-10-08 | 2 | -4/+8 |
* | lavf: Set the stream time base hint properly for chained muxers | Martin Storsjö | 2014-10-06 | 5 | -0/+5 |
* | sdp: Simplify parsing/conversion of H264 extradata | Martin Storsjö | 2014-10-06 | 1 | -30/+12 |
* | hlsenc: Add parameter -hls_allow_cache | Joakim Roubert | 2014-10-03 | 2 | -1/+6 |
* | lavf: fix memleaks in avformat_find_stream_info() | Justin Ruggles | 2014-09-29 | 1 | -0/+5 |
* | sdp: Make opus declaration conform to the spec | Timothy B. Terriberry | 2014-09-29 | 1 | -1/+11 |
* | probe: Bump the score for mime type matching | Andreas Cadhalpun | 2014-09-26 | 1 | -1/+1 |
* | caf: Give context structure a consistent name | Diego Biurrun | 2014-09-26 | 1 | -7/+7 |
* | m4vdec: K&R formatting cosmetics | Gabriel Dume | 2014-09-25 | 1 | -12/+18 |
* | lmlm4: K&R formatting cosmetics | Gabriel Dume | 2014-09-25 | 1 | -17/+20 |
* | concat: K&R formatting cosmetics | Gabriel Dume | 2014-09-25 | 1 | -13/+15 |
* | rtsp: Clear the session id on redirects | Martin Storsjö | 2014-09-24 | 1 | -0/+1 |
* | rtpenc: HEVC/H.265 support | Thomas Volkert | 2014-09-24 | 6 | -1/+152 |
* | libavformat: Move avc mp4 startcode parsing to a shared file | Martin Storsjö | 2014-09-24 | 3 | -17/+22 |
* | rtpdec_hevc: Drop a duplicated, nonstandard entry | Vittorio Giovara | 2014-09-24 | 3 | -13/+0 |
* | rtpenc_chain: Pass the initial time_base hint on to the chained muxer | Martin Storsjö | 2014-09-17 | 1 | -0/+1 |
* | apetag: Fix APE tag size check | Katerina Barone-Adesi | 2014-09-17 | 1 | -2/+4 |
* | libavformat: Check mkdir return error codes | Martin Storsjö | 2014-09-07 | 2 | -3/+12 |
* | vc1: Split bits used in libavformat into a separate header | Diego Biurrun | 2014-09-04 | 1 | -1/+1 |
* | rtpdec: HEVC/H.265 support | Thomas Volkert | 2014-09-03 | 5 | -1/+378 |
* | mpegts: Allow custom max resync size | Luca Barbato | 2014-09-03 | 1 | -2/+22 |
* | matroskaenc: convert avstream stereo3d side data during encoding | Vittorio Giovara | 2014-08-28 | 1 | -18/+76 |
* | matroskadec: parse stereo mode on decoding | Vittorio Giovara | 2014-08-28 | 3 | -2/+77 |
* | avcodec: add stream-level stereo3d side data | Vittorio Giovara | 2014-08-28 | 1 | -0/+50 |
* | matroska: list supported extensions | Vittorio Giovara | 2014-08-28 | 1 | -0/+1 |
* | mpegenc: limit the maximum muxrate | Anton Khirnov | 2014-08-27 | 1 | -1/+1 |
* | os_support: Adjust an outdated #endif comment | Diego Biurrun | 2014-08-26 | 1 | -1/+1 |
* | mpeg: Write H264 streams at offset 2 | Luca Barbato | 2014-08-26 | 2 | -4/+10 |
* | libavformat: use MSG_NOSIGNAL when applicable | Rémi Denis-Courmont | 2014-08-25 | 4 | -4/+8 |
* | lavf: add AVFormatContext.max_ts_probe | Anton Khirnov | 2014-08-25 | 4 | -1/+9 |
* | ogg: Use separate classes for the aliases | Luca Barbato | 2014-08-23 | 1 | -9/+13 |
* | os_support: Undefine lseek/stat/fstat before defining them | Diego Biurrun | 2014-08-22 | 1 | -0/+3 |
* | ogg: Provide aliases for Speex, Opus and audio-only ogg | Luca Barbato | 2014-08-22 | 3 | -2/+56 |
* | electronicarts: set the framerate for TGQ/TQI | Anton Khirnov | 2014-08-22 | 1 | -0/+2 |
* | electronicarts: read the framerate for MAD | Anton Khirnov | 2014-08-22 | 1 | -0/+2 |