summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-1/+4
* avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-1/+5
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-2/+4
* avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-08-271-0/+7
* lavf/rawenc: Add little- and big-endian G.726 muxers.Carl Eugen Hoyos2017-08-264-5/+31
* lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.Carl Eugen Hoyos2017-08-244-1/+110
* avformat/mov: Fix trampling of ctts during seeks when sidx support is enabled.Dale Curtis2017-08-242-35/+58
* avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer2017-08-231-1/+1
* avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka2017-08-231-0/+2
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-08-231-1/+1
* avformat/hlsenc: move free fmp4_init_filename after hls_window operationSteven Liu2017-08-221-1/+1
* lavf/bink: fix latest header and add all existing revisionsbnnm2017-08-201-4/+13
* libavformat/mov: Fix inserting frames before current_frame.Jacob Trimble2017-08-181-3/+9
* avformat/utils: always av_reduce r_frame_rateMarton Balint2017-08-171-2/+2
* avformat/mov: Fix memory leak when reading DDTS box.Nikolas Bowe2017-08-161-0/+3
* avformat/avidec: Move packet skip after prefix and related checksMichael Niedermayer2017-08-111-13/+12
* avformat/movenc: reindent after the previous commitJames Almer2017-08-091-25/+25
* lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC.Sasi Inguva2017-08-101-7/+15
* avformat/hlsenc: allow dynamic encryption key rotationDeHackEd2017-08-061-1/+3
* avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-08-051-1/+1
* avformat/hlsenc: support fmp4 single file modeSteven Liu2017-08-041-27/+50
* avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.Aleksandr Slobodeniuk2017-08-021-1/+0
* avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk2017-08-026-6/+6
* lavf/os_support: Use existing WinRT config value.Matt Oliver2017-07-301-13/+1
* avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2Michael Niedermayer2017-07-291-20/+37
* avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2Michael Niedermayer2017-07-291-20/+48
* avformat/s337m: fix potentially undefined pointer arithmeticfoo862017-07-261-10/+10
* avformat/oggparsecelt: Do not re-allocate os->privateMichael Niedermayer2017-07-251-2/+7
* avformat/hlsenc: improve hls encrypt get key file operationSteven Liu2017-07-251-6/+9
* lavf/movenc: support GPMF track (gpmd) remuxingClément Bœsch2017-07-241-0/+25
* avformat/hlsenc: fix hls fmp4 extention name bugSteven Liu2017-07-241-6/+41
OpenPOWER on IntegriCloud