| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/dfa: use avio_feof() | Paul B Mahol | 2014-08-30 | 1 | -2/+2 |
* | oggdec: fix invalid free on error | wm4 | 2014-08-30 | 1 | -1/+0 |
* | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-08-30 | 1 | -4/+4 |
|\ |
|
| * | lavf/rtpdec_hevc: Fix compilation with -DDEBUG. | Carl Eugen Hoyos | 2014-08-30 | 1 | -4/+4 |
* | | avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #if | Michael Niedermayer | 2014-08-30 | 1 | -2/+2 |
|/ |
|
* | avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zl... | Michael Niedermayer | 2014-08-30 | 1 | -1/+1 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 3 | -3/+3 |
* | avformat/wtvdec: seek over broken chunks | Peter Ross | 2014-08-29 | 1 | -2/+27 |
* | avformat/webmdashenc: use av_strlcpy() and allocate enough space | Michael Niedermayer | 2014-08-29 | 1 | -2/+2 |
* | avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier | Michael Niedermayer | 2014-08-29 | 4 | -6/+5 |
* | Merge commit '4d686fb721b485ebbc4c7779d927d876c1e630f7' | Michael Niedermayer | 2014-08-29 | 1 | -33/+100 |
|\ |
|
| * | matroskaenc: convert avstream stereo3d side data during encoding | Vittorio Giovara | 2014-08-28 | 1 | -18/+76 |
* | | Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f' | Michael Niedermayer | 2014-08-28 | 3 | -1/+75 |
|\| |
|
| * | matroskadec: parse stereo mode on decoding | Vittorio Giovara | 2014-08-28 | 3 | -2/+77 |
* | | Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5' | Michael Niedermayer | 2014-08-28 | 1 | -0/+50 |
|\| |
|
| * | avcodec: add stream-level stereo3d side data | Vittorio Giovara | 2014-08-28 | 1 | -0/+50 |
* | | Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef' | Michael Niedermayer | 2014-08-28 | 1 | -0/+1 |
|\| |
|
| * | 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 |
* | | avformat/soxenc: return more meaningful error code | Paul B Mahol | 2014-08-28 | 1 | -1/+1 |
* | | avformat/icoenc: Remove deprecated use of codec_name | Michael Niedermayer | 2014-08-28 | 1 | -1/+2 |
* | | avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded | Michael Niedermayer | 2014-08-27 | 1 | -1/+1 |
* | | avformat/rdt: fix compiler warning about const qualifier being discarded | Michael Niedermayer | 2014-08-27 | 1 | -1/+1 |
* | | avformat/aviobuf: remove uses of deprecated url_feof() | Michael Niedermayer | 2014-08-27 | 1 | -2/+2 |
* | | lavf/mp3enc: don't abort if audio packets can't be buffered | James Almer | 2014-08-27 | 1 | -2/+6 |
* | | avformat/mxfenc: dont warn about d10_channelcount being ignored if its not set | Michael Niedermayer | 2014-08-27 | 1 | -1/+1 |
* | | Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44' | Michael Niedermayer | 2014-08-26 | 1 | -1/+1 |
|\| |
|
| * | os_support: Adjust an outdated #endif comment | Diego Biurrun | 2014-08-26 | 1 | -1/+1 |
* | | avformat/rtpdec_h261: Fix sanity checks | ThomasVolkert | 2014-08-26 | 1 | -2/+2 |
* | | avformat/utils: remove assert that tests the same condition as the if() direc... | Michael Niedermayer | 2014-08-26 | 1 | -1/+0 |
* | | avformat/nsvdec: fix out-commented asserts so the function names exist | Michael Niedermayer | 2014-08-26 | 1 | -2/+2 |
* | | Merge commit '4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9' | Michael Niedermayer | 2014-08-26 | 2 | -4/+10 |
|\| |
|
| * | mpeg: Write H264 streams at offset 2 | Luca Barbato | 2014-08-26 | 2 | -4/+10 |
* | | avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacke... | ThomasVolkert | 2014-08-26 | 4 | -0/+412 |
* | | libavformat/ftp: Do not leak memory in routine ftp_features | Alexander Strasser | 2014-08-26 | 1 | -1/+6 |
* | | lavf/matroskadec: Ensure cues_end is initialized | Vignesh Venkatasubramanian | 2014-08-25 | 1 | -1/+2 |
* | | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f' | Michael Niedermayer | 2014-08-25 | 4 | -4/+8 |
|\| |
|
| * | libavformat: use MSG_NOSIGNAL when applicable | Rémi Denis-Courmont | 2014-08-25 | 4 | -4/+8 |
* | | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d' | Michael Niedermayer | 2014-08-25 | 4 | -1/+9 |
|\| |
|
| * | lavf: add AVFormatContext.max_ts_probe | Anton Khirnov | 2014-08-25 | 4 | -1/+9 |
* | | avformat/matroskaenc: Check alpha_mode | Michael Niedermayer | 2014-08-24 | 1 | -2/+2 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 14 | -14/+14 |
* | | Merge remote-tracking branch 'cehoyos/master' | Michael Niedermayer | 2014-08-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Do not print a useless error number if mov header reading fails. | Carl Eugen Hoyos | 2014-08-24 | 1 | -1/+1 |
* | | | Add support for H.261 RTP payload format (RFC 4587) | ThomasVolkert | 2014-08-24 | 7 | -0/+275 |
|/ / |
|
* | | Merge commit 'f9f34cb9983ec6f4ef119c34b726d3b39c143110' | Michael Niedermayer | 2014-08-23 | 1 | -28/+12 |
|\| |
|
| * | 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 |
* | | Merge commit '051aadeed104ecbe8ee4850ec2d7e5394f5e1ccd' | Michael Niedermayer | 2014-08-22 | 3 | -20/+18 |
|\| |
|
| * | ogg: Provide aliases for Speex, Opus and audio-only ogg | Luca Barbato | 2014-08-22 | 3 | -2/+56 |