summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* avformat/avidec: Move packet skip after prefix and related checksMichael Niedermayer2017-08-11
* avformat/movenc: reindent after the previous commitJames Almer2017-08-09
* lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC.Sasi Inguva2017-08-10
* avformat/hlsenc: allow dynamic encryption key rotationDeHackEd2017-08-06
* avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-08-05
* avformat/hlsenc: support fmp4 single file modeSteven Liu2017-08-04
* avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.Aleksandr Slobodeniuk2017-08-02
* avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk2017-08-02
* lavf/os_support: Use existing WinRT config value.Matt Oliver2017-07-30
* avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2Michael Niedermayer2017-07-29
* avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2Michael Niedermayer2017-07-29
* avformat/s337m: fix potentially undefined pointer arithmeticfoo862017-07-26
* avformat/oggparsecelt: Do not re-allocate os->privateMichael Niedermayer2017-07-25
* avformat/hlsenc: improve hls encrypt get key file operationSteven Liu2017-07-25
* lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch2017-07-24