summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/http: fix compilation without zlibClément Bœsch2017-09-15
* lavf/http: Reset compressed header flag, fix http 302 requestJacek Jendrzej2017-09-15
* avformat/fitsenc: fill header line with spacesParas Chadha2017-09-12
* avformat/mxfenc: Correct the Sample rate for PCM outside D10Michael Niedermayer2017-09-12
* avformat/mxfenc: Comment edit rate write code like the surrounding codeMichael Niedermayer2017-09-12
* avformat/mxfenc: Replace more literal magic numbers by enum values.Michael Niedermayer2017-09-12
* Add SUP/PGS subtitle muxerPetri Hintukainen2017-09-09
* avformat/dashdec: free resource allocated by xmlSteven Liu2017-09-09
* avformat/dashdec: add dash demuxer base versionSteven Liu2017-09-09
* avformat/matroskaenc: also write tags when output is WebMJames Almer2017-09-08
* avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer2017-09-07
* avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-07
* avformat/gdv: Make FixedSize staticMichael Niedermayer2017-09-07
* flvdec: Check the avio_seek return value after reading a metadata packetSteven Liu2017-09-07
* avformat/hlsenc: Added configuration to override HTTP User-AgentKarthick J2017-09-05
* avformat/flvdec: Set need_context_update when setting the initial extradataAlex Converse2017-09-03
* lavf: make avio_read_partial() publicwm42017-09-01
* avformat/avio: update avio_alloc_context() doxyJames Almer2017-09-01
* avformat/dash:add copyright to dash.cSteven Liu2017-09-01
* Use the new AVIOContext destructor.Anton Khirnov2017-09-01
* avio: add a destructor for AVIOContextAnton Khirnov2017-09-01
* avformat/dash: move reused API to common file and header fileSteven Liu2017-09-01
* avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)2017-09-01
* avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)2017-09-01
* avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)2017-09-01
* avformat/mov: prevent duplication of first fragment's ctts_dataDaniel Glöckner2017-09-01
* avformat/mov: Bail when invalid sample data is present.Dale Curtis2017-09-01
* avformat/concatdec: add fallback for calculating file durationJustin Ruggles2017-08-31
* Add FITS MuxerParas Chadha2017-08-30
* Add FITS DemuxerParas Chadha2017-08-30
* avformat/mxfenc: Replace literal numbers by named enum values.Michael Niedermayer2017-08-30
* avformat/mxfenc: Check that the video codec in D-10 is MPEG-2Michael Niedermayer2017-08-29
* lavf/dump: Remove superfluous cast.Carl Eugen Hoyos2017-08-29
* avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer2017-08-27
* avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-27
* avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-27
* avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-27
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-27
* avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-08-27
* lavf/rawenc: Add little- and big-endian G.726 muxers.Carl Eugen Hoyos2017-08-26
* lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.Carl Eugen Hoyos2017-08-24
* avformat/mov: Fix trampling of ctts during seeks when sidx support is enabled.Dale Curtis2017-08-24
* avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer2017-08-23
* avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka2017-08-23
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-08-23
* avformat/hlsenc: move free fmp4_init_filename after hls_window operationSteven Liu2017-08-22
* lavf/bink: fix latest header and add all existing revisionsbnnm2017-08-20
* libavformat/mov: Fix inserting frames before current_frame.Jacob Trimble2017-08-18
* avformat/utils: always av_reduce r_frame_rateMarton Balint2017-08-17
* avformat/mov: Fix memory leak when reading DDTS box.Nikolas Bowe2017-08-16