summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/caf: Support demuxing Opus.Carl Eugen Hoyos2017-09-20
* lavf/mpegts: Consider stream_type 0x0f just a hint towards AAC.Carl Eugen Hoyos2017-09-20
* lavf/utils: Do not force chapter end time before chapter start.Carl Eugen Hoyos2017-09-20
* avformat/mxfenc: cosmetic changesTobias Rapp2017-09-18
* avformat/mxfenc: fix aspect ratio when writing 16:9 DV framesTobias Rapp2017-09-18
* avformat/hlsenc: fix segfault when using -hls_segment_type fmp4 with -hls_seg...Aman Gupta2017-09-16
* 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