aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/dfa: use avio_feof()Paul B Mahol2014-08-301-2/+2
* oggdec: fix invalid free on errorwm42014-08-301-1/+0
* Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-08-301-4/+4
|\
| * lavf/rtpdec_hevc: Fix compilation with -DDEBUG.Carl Eugen Hoyos2014-08-301-4/+4
* | avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #ifMichael Niedermayer2014-08-301-2/+2
|/
* avformat/id3v2: Fix "warning: unused variable uncompressed_buffer_size" if zl...Michael Niedermayer2014-08-301-1/+1
* Add missing "const" all over the place.Reimar Döffinger2014-08-293-3/+3
* avformat/wtvdec: seek over broken chunksPeter Ross2014-08-291-2/+27
* avformat/webmdashenc: use av_strlcpy() and allocate enough spaceMichael Niedermayer2014-08-291-2/+2
* avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifierMichael Niedermayer2014-08-294-6/+5
* Merge commit '4d686fb721b485ebbc4c7779d927d876c1e630f7'Michael Niedermayer2014-08-291-33/+100
|\
| * matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-281-18/+76
* | Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f'Michael Niedermayer2014-08-283-1/+75
|\|
| * matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-283-2/+77
* | Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'Michael Niedermayer2014-08-281-0/+50
|\|
| * avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-281-0/+50
* | Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef'Michael Niedermayer2014-08-281-0/+1
|\|
| * matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
| * mpegenc: limit the maximum muxrateAnton Khirnov2014-08-271-1/+1
* | avformat/soxenc: return more meaningful error codePaul B Mahol2014-08-281-1/+1
* | avformat/icoenc: Remove deprecated use of codec_nameMichael Niedermayer2014-08-281-1/+2
* | avformat/rtpdec_asf: fix compiler warning about const qualifier being discardedMichael Niedermayer2014-08-271-1/+1
* | avformat/rdt: fix compiler warning about const qualifier being discardedMichael Niedermayer2014-08-271-1/+1
* | avformat/aviobuf: remove uses of deprecated url_feof()Michael Niedermayer2014-08-271-2/+2
* | lavf/mp3enc: don't abort if audio packets can't be bufferedJames Almer2014-08-271-2/+6
* | avformat/mxfenc: dont warn about d10_channelcount being ignored if its not setMichael Niedermayer2014-08-271-1/+1
* | Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44'Michael Niedermayer2014-08-261-1/+1
|\|
| * os_support: Adjust an outdated #endif commentDiego Biurrun2014-08-261-1/+1
* | avformat/rtpdec_h261: Fix sanity checksThomasVolkert2014-08-261-2/+2
* | avformat/utils: remove assert that tests the same condition as the if() direc...Michael Niedermayer2014-08-261-1/+0
* | avformat/nsvdec: fix out-commented asserts so the function names existMichael Niedermayer2014-08-261-2/+2
* | Merge commit '4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9'Michael Niedermayer2014-08-262-4/+10
|\|
| * mpeg: Write H264 streams at offset 2Luca Barbato2014-08-262-4/+10
* | avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacke...ThomasVolkert2014-08-264-0/+412
* | libavformat/ftp: Do not leak memory in routine ftp_featuresAlexander Strasser2014-08-261-1/+6
* | lavf/matroskadec: Ensure cues_end is initializedVignesh Venkatasubramanian2014-08-251-1/+2
* | Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'Michael Niedermayer2014-08-254-4/+8
|\|
| * libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-254-4/+8
* | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-254-1/+9
|\|
| * lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-254-1/+9
* | avformat/matroskaenc: Check alpha_modeMichael Niedermayer2014-08-241-2/+2
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-2414-14/+14
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-08-241-1/+1
|\ \
| * | Do not print a useless error number if mov header reading fails.Carl Eugen Hoyos2014-08-241-1/+1
* | | Add support for H.261 RTP payload format (RFC 4587)ThomasVolkert2014-08-247-0/+275
|/ /
* | Merge commit 'f9f34cb9983ec6f4ef119c34b726d3b39c143110'Michael Niedermayer2014-08-231-28/+12
|\|
| * ogg: Use separate classes for the aliasesLuca Barbato2014-08-231-9/+13
| * os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun2014-08-221-0/+3
* | Merge commit '051aadeed104ecbe8ee4850ec2d7e5394f5e1ccd'Michael Niedermayer2014-08-223-20/+18
|\|
| * ogg: Provide aliases for Speex, Opus and audio-only oggLuca Barbato2014-08-223-2/+56