summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/cache: Use int64_t to avoid int overflow in cache_readBryan Huh2015-11-041-1/+1
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-6/+3
* avformat: add acm demuxerPaul B Mahol2015-11-034-1/+78
* hlsenc: Only write PAT/PMT once per segmentDerek Buitenhuis2015-11-021-1/+9
* Merge commit '00b62968d079e63bf22028f253ac297292436ebe'Hendrik Leppkes2015-11-021-9/+2
|\
| * os_support: Don't try to return the service name as a string in getnameinfoMartin Storsjö2015-10-301-9/+2
* | avformat/segafilm: set video stream durationPaul B Mahol2015-11-021-1/+6
* | avformat/segafilm: set audio stream durationPaul B Mahol2015-11-021-0/+3
* | avformat/segafilm: implement seekingPaul B Mahol2015-11-021-0/+21
* | avformat: unref packet after storing it in internal packet queueHendrik Leppkes2015-11-021-0/+1
* | avformat: always unref the packet after parsingHendrik Leppkes2015-11-021-5/+4
* | avformat/ipmovie: add context to av_log()Paul B Mahol2015-11-021-38/+38
* | avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol2015-11-021-3/+4
* | avformat/icecast: Initialize .str based default for AV_OPT_TYPE_STRING typesMichael Niedermayer2015-10-311-7/+7
* | avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING typesMichael Niedermayer2015-10-311-7/+7
* | all: fix enum definition for large valuesGanesh Ajjanagadde2015-10-302-6/+6
* | avformat/3dostr: Remove redundant ;Michael Niedermayer2015-10-301-1/+1
* | avformat/oggparseogm: Enable parser for mpeg4Michael Niedermayer2015-10-301-0/+2
* | avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_sizeAndreas Cadhalpun2015-10-291-3/+0
* | avformat: add DC STR demuxerPaul B Mahol2015-10-294-1/+84
* | avcodec: add ADPCM AICA decoderPaul B Mahol2015-10-291-0/+1
* | avformat: add 3dostr demuxerPaul B Mahol2015-10-294-1/+171
* | Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes2015-10-292-19/+8
|\ \ | |/
| * avpacket: Deprecate av_dup_packetLuca Barbato2015-10-262-12/+5
* | Merge commit 'd584533cf38141172e20bae5436629ee17c8ce50'Hendrik Leppkes2015-10-291-38/+39
|\ \ | |/
| * avformat: Rework add_to_pktbufLuca Barbato2015-10-261-32/+38
* | avformat/img2enc: re enable atomic writes with split planesMichael Niedermayer2015-10-281-4/+0
* | avformat/img2enc: Fix img2enc atomic implementation to work with split planesMichael Niedermayer2015-10-271-6/+12
* | avformat/img2enc: Disable rename&atomic writing for non file protocol and spl...Michael Niedermayer2015-10-271-3/+13
* | mpegts: Fix FATE seek testHendrik Leppkes2015-10-271-2/+4
* | asfdec: fix FATE seek testHendrik Leppkes2015-10-271-2/+4
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-2733-50/+50
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-2756-99/+99
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-2659-104/+104
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-271-0/+8
|\ \ | |/
| * avformat: Always return ref-counted AVPacketLuca Barbato2015-10-261-0/+8
* | Merge commit '533a6198505edd1379e1cd722852350ae4a85acc'Hendrik Leppkes2015-10-271-0/+2
|\ \ | |/
| * innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-231-0/+2
* | avformat/aiff: add ADP4 DVI ADPCM supportPaul B Mahol2015-10-272-0/+2
* | Merge commit '18f9308e6a96bbeb034ee5213a6d41e0b6c2ae74'Hendrik Leppkes2015-10-271-3/+10
|\ \ | |/
| * mpjpeg: Cope with multipart lacking the initial CRLFLuca Barbato2015-10-231-3/+10
* | Merge commit '22f4d9c303ede1a240538fd105c97047db40dc86'Hendrik Leppkes2015-10-271-2/+5
|\ \ | |/
| * img2enc: Make sure the images are atomically writtenLuca Barbato2015-10-231-2/+5
* | Merge commit '5ea5a24eb70646a9061b85af407fcbb5dd4f89fd'Hendrik Leppkes2015-10-271-8/+8
|\ \ | |/
| * movenc: Honor flush requests with delay_moov, when some tracks lack samplesMartin Storsjö2015-10-231-8/+8
* | Merge commit 'e02dcdf6bb6835ef4b49986b85a67efcb3495a7f'Hendrik Leppkes2015-10-271-3/+1
|\ \ | |/
| * rtsp: Allow $ as interleaved packet indicator before a complete response headerMartin Storsjö2015-10-231-3/+1
* | fix: assigning instead of comparingAppChecker2015-10-271-1/+1
* | srtenc: ReindentTimothy Gu2015-10-261-30/+29
* | mov: Add support parsing QuickTime Metadata Keys.Tinglin Liu2015-10-262-6/+89