summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp2016-12-231-1/+2
* avcodec: add Apple Pixlet decoderPaul B Mahol2016-12-221-0/+2
* avformat/wavdec: add support for decoding 24.0 and 16.8 floating point pcm fo...Paul B Mahol2016-12-221-0/+13
* avformat/mpegenc: Check for av_mallocz() failureMichael Niedermayer2016-12-211-0/+2
* avformat/img2dec: Remove dead code from psd_probe()Michael Niedermayer2016-12-211-4/+1
* avcodec/magicyuv: add 10 bit supportPaul B Mahol2016-12-202-0/+8
* avformat/mov.: Make the process of uuid-xmp atom faster.Chen Meng2016-12-191-14/+18
* avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen2016-12-175-1/+58
* avformat/tls: add tls url_get_file_handleJay Ridgeway2016-12-174-0/+28
* avformat/wavdec: Eliminate goto for clang -O0 DCEMark Harris2016-12-161-21/+17
* avformat/mp3dec: fix msan warning when verifying mpa headerChris Cunningham2016-12-151-1/+2
* mov: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-1/+14
* cafdec: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-2/+7
* 4xm: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-1/+7
* Add missing #includes for standalone spherical-information-related headersDiego Biurrun2016-12-141-0/+3
* Bump for psd demuxer and decoderMichael Niedermayer2016-12-141-1/+1
* libavformat : add Photoshop PSD demuxer.Martin Vignali2016-12-143-0/+34
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-1410-11/+11
* avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer2016-12-131-1/+4
* avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer2016-12-131-1/+1
* lavf/mov: Accept multiple fourcc for AVID 1:1.Carl Eugen Hoyos2016-12-121-0/+2
* lavf/isom: Support EVRC in pvAuthor files.Carl Eugen Hoyos2016-12-121-0/+1
* avformat/matroskadec: remove the strict unofficial check for Colour elementsJames Almer2016-12-101-6/+3
* avformat/matroskadec: allocate Colour related fields only if the file contain...James Almer2016-12-101-24/+30
* avformat/oggdec: Skip streams in duration correction that did not had their d...Michael Niedermayer2016-12-091-0/+2
* avformat: Add max_streams optionMichael Niedermayer2016-12-084-3/+11
* avformat/matroskadec: remove unused variableJames Almer2016-12-081-1/+1
* avformat/matroskadec: fix memleak on stream side data failureJames Almer2016-12-081-1/+3
* avformat/matroskadec: add support for Spherical Video elementsJames Almer2016-12-072-0/+76
* yuv4mpegdec: fix leaking pkt in yuv4_read_packetAndreas Cadhalpun2016-12-081-2/+3
* mov: Export spherical informationVittorio Giovara2016-12-073-2/+246
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-071-0/+30
* avformat/hlsenc: save the EXT-X-DISCONTINUITY from old listSteven Liu2016-12-071-0/+3
* lavf/chromaprint: Update for version 1.4Georgi D. Sotirov2016-12-061-0/+4
* avformat/dump: remove line break on mastering display metadata info dumpJames Almer2016-12-051-1/+1
* http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje2016-12-051-26/+31
* http: make length/offset-related variables unsigned.Ronald S. Bultje2016-12-051-32/+38
* lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao2016-12-052-5/+5
* avformat/rtmppkt: Check for packet size mismatchesMichael Niedermayer2016-12-051-0/+8
* avformat/hlsenc: fix ticket id 5988 for DISCONTINUITYSteven Liu2016-12-051-0/+14
* avformat/ffmdec: Silence "may be used uninitialized in this function" warningsMichael Niedermayer2016-12-031-2/+2
* avformat/ffmdec: cleanup on extradata memory allocation failureMichael Niedermayer2016-12-031-4/+8
* avformat/ffmdec: Forward error code from ffm_read_header()Michael Niedermayer2016-12-031-5/+18
* avformat/ffmdec: remove last use of st->codecMichael Niedermayer2016-12-031-11/+21
* lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call.Carl Eugen Hoyos2016-12-031-1/+1
* avformat/ffmdec: Drop flags2, debug and codec->time_base settingMichael Niedermayer2016-12-031-19/+8
* avformat/ffmdec: Check media type for chunksMichael Niedermayer2016-12-031-4/+4
* avformat/ffmdec: replace most codec uses by codecparMichael Niedermayer2016-12-031-86/+84
* avformat/ffmdec: Remove some st->codec uses which set encoder parametersMichael Niedermayer2016-12-031-74/+74
* avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer2016-12-031-0/+7
OpenPOWER on IntegriCloud