summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* | avformat/mxfdec: factorize packet pts setter functionMarton Balint2017-09-231-23/+29
* | avformat/gif: use av_packet_alloc()James Almer2017-09-231-1/+1
* | avformat/apngenc: use av_packet_alloc()James Almer2017-09-231-1/+1
* | Fix several typosLou Logan2017-09-211-2/+2
* | Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-223-5/+5
* | avformat/hlsenc: support http method for hls fmp4 init fileSteven Liu2017-09-211-17/+18
* | avformat/hlsenc: fix CID 1418106Steven Liu2017-09-211-3/+3
* | GnuTLS: eat PREMATURE_TERMINATION errorTatsuyuki Ishi2017-09-211-0/+1
* | avformat/cafdec: reject multichannel Opus streamsAnton Khirnov2017-09-191-0/+6
* | lavf/caf: Support demuxing Opus.Carl Eugen Hoyos2017-09-204-1/+5
* | lavf/mpegts: Consider stream_type 0x0f just a hint towards AAC.Carl Eugen Hoyos2017-09-201-1/+1
* | lavf/utils: Do not force chapter end time before chapter start.Carl Eugen Hoyos2017-09-201-1/+1
* | avformat/mxfenc: cosmetic changesTobias Rapp2017-09-181-10/+11
* | avformat/mxfenc: fix aspect ratio when writing 16:9 DV framesTobias Rapp2017-09-181-1/+1
* | avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_seg...Aman Gupta2017-09-161-22/+23
* | lavf/http: fix compilation without zlibClément Bœsch2017-09-151-0/+2
* | lavf/http: Reset compressed header flag, fix http 302 requestJacek Jendrzej2017-09-151-0/+1
* | avformat/fitsenc: fill header line with spacesParas Chadha2017-09-121-1/+1
* | avformat/mxfenc: Correct the Sample rate for PCM outside D10Michael Niedermayer2017-09-121-3/+14
* | avformat/mxfenc: Comment edit rate write code like the surrounding codeMichael Niedermayer2017-09-121-0/+1
* | avformat/mxfenc: Replace more literal magic numbers by enum values.Michael Niedermayer2017-09-121-21/+21
* | Add SUP/PGS subtitle muxerPetri Hintukainen2017-09-094-2/+99
* | avformat/dashdec: free resource allocated by xmlSteven Liu2017-09-091-22/+22
* | avformat/dashdec: add dash demuxer base versionSteven Liu2017-09-093-1/+1850
* | avformat/matroskaenc: also write tags when output is WebMJames Almer2017-09-081-11/+14
* | avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer2017-09-071-0/+5
* | avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-071-0/+7
* | avformat/gdv: Make FixedSize staticMichael Niedermayer2017-09-071-1/+1
* | flvdec: Check the avio_seek return value after reading a metadata packetSteven Liu2017-09-071-1/+7
* | avformat/hlsenc: Added configuration to override HTTP User-AgentKarthick J2017-09-051-0/+5
* | avformat/flvdec: Set need_context_update when setting the initial extradataAlex Converse2017-09-031-0/+1
* | lavf: make avio_read_partial() publicwm42017-09-016-12/+13
* | avformat/avio: update avio_alloc_context() doxyJames Almer2017-09-011-1/+1
* | avformat/dash:add copyright to dash.cSteven Liu2017-09-011-0/+21
* | Use the new AVIOContext destructor.Anton Khirnov2017-09-0110-11/+11
* | avio: add a destructor for AVIOContextAnton Khirnov2017-09-013-4/+23
* | avformat/dash: move reused API to common file and header fileSteven Liu2017-09-014-127/+180
* | avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)2017-09-011-1/+1
* | avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)2017-09-011-0/+4
* | avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)2017-09-011-1/+4
* | avformat/mov: prevent duplication of first fragment's ctts_dataDaniel Glöckner2017-09-011-0/+7
* | avformat/mov: Bail when invalid sample data is present.Dale Curtis2017-09-011-23/+10
* | avformat/concatdec: add fallback for calculating file durationJustin Ruggles2017-08-311-2/+18
* | Add FITS MuxerParas Chadha2017-08-304-1/+187
* | Add FITS DemuxerParas Chadha2017-08-304-1/+234
* | avformat/mxfenc: Replace literal numbers by named enum values.Michael Niedermayer2017-08-301-22/+61
* | avformat/mxfenc: Check that the video codec in D-10 is MPEG-2Michael Niedermayer2017-08-291-0/+4
* | lavf/dump: Remove superfluous cast.Carl Eugen Hoyos2017-08-291-1/+1
* | avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer2017-08-271-0/+2
* | avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-3/+12
OpenPOWER on IntegriCloud