summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-081-1/+1
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-081-0/+2
* matroska: demux BluRay text subtitlesPetri Hintukainen2017-02-071-0/+1
* avformat/hlsenc: add hls_flag option to write segments to temporary file unti...Aman Gupta2017-02-071-0/+25
* lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-061-3/+7
* avformat/segment: remove last_cut check when detecting a new segmentMarton Balint2017-02-041-4/+1
* lavf/isom: Support DTS Express in mov.Carl Eugen Hoyos2017-02-031-0/+1
* Merge commit '7f549b8338ed3775fec4bf10421ff5744e5866dd'Clément Bœsch2017-02-021-2/+3
|\
| * riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes2016-07-221-1/+5
| * mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-201-2/+7
* | avformat/msf: support codec 1, which is 16 bit pcm lePaul B Mahol2017-02-011-0/+1
* | Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch2017-02-011-5/+7
|\ \ | |/
| * mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-201-5/+10
| * mov: Fix stsc_count comparisonMatthieu Bouron2016-07-201-1/+1
| * mp3enc: write trailing paddingAnton Khirnov2016-07-151-3/+4
| * mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov2016-07-151-2/+4
| * mov: fix stream extradata_size allocationMatthieu Bouron2016-07-151-1/+1
* | mov: fix decryption with edit listerankor2017-02-012-44/+134
* | boadec: remove log messagesAndreas Cadhalpun2017-02-011-8/+2
* | lavf/xwma: fix incorrect format specifierMoritz Barsnick2017-01-311-1/+1
* | avformat/avienc: add reserve_index_space optionTobias Rapp2017-01-313-8/+63
* | ircamdec: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-311-0/+3
* | avformat/mov: Fix integer truncation in mov_read_uuid()Michael Niedermayer2017-01-301-1/+1
* | avformat/msf: fix codec 4 (joint stereo ATRAC3) and alignbnnm2017-01-301-7/+6
* | avformat/Makefile: fix compilation of testprogs when networking is disabledTobias Rapp2017-01-301-1/+2
* | avformat: add SCC muxerPaul B Mahol2017-01-304-2/+126
* | avformat/sccdec: simplify 2 sscanf callsPaul B Mahol2017-01-301-4/+2
* | xvag: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-301-1/+2
* | epafdec: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-301-1/+2
* | genh: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-301-1/+2
* | boadec: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-291-1/+13
* | pvfdec: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-291-1/+3
* | electronicarts: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-291-1/+1
* | 4xm: prevent overflow during block alignment calculationAndreas Cadhalpun2017-01-291-1/+4
* | avformat/ac3dec: Fix to prevent runaway ac3 detection by looking at the actua...Marijn Meijles2017-01-281-4/+4
* | avformat: Ignore ID3v2 tags if other tags are present e.g. vorbisPaul Arzelier2017-01-283-1/+24
* | avformat/matroskaenc: don't reserve more bytes than needed for the Colour mas...James Almer2017-01-281-1/+1
* | avformat/sccdec: attempt to fix valgrind issuePaul B Mahol2017-01-281-3/+2
* | avformat: fix ID3v2 parser for v2.2 comment framesChris Moeller2017-01-281-2/+5
* | mov: Fix spherical metadata_source parsingAaron Colwell2017-01-271-2/+2
* | lavf/matroskaenc.c: Free dyn bufs in mkv_free. Fixes memory leaks when muxing...Sasi Inguva2017-01-271-0/+17
* | lavf/img2dec: Reduce the probe score for incomplete jpgs.Carl Eugen Hoyos2017-01-271-1/+1
* | avformat/matroskadec: ProjectionPrivate is optional on Equirectangular projec...James Almer2017-01-261-2/+0
* | tcp: set socket buffer sizes before listen/connect/acceptJoel Cunningham2017-01-261-8/+9
* | avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato2017-01-251-1/+2
* | avformat: add Scenarist Closed Captions demuxerPaul B Mahol2017-01-254-1/+186
* | avformat: add Sample Dump eXchange demuxerPaul B Mahol2017-01-254-1/+93
* | lavf/mov: Unscramble dref debug output.Carl Eugen Hoyos2017-01-251-1/+1
* | isom: map xalg and avlg to h264, fixes ticket #6099compn2017-01-241-0/+2
* | lavf/rtmpproto: Make bytes_read variables 64bit.Carl Eugen Hoyos2017-01-251-2/+2
OpenPOWER on IntegriCloud