summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: remove unused variable to fix compiler warningSteven Liu2018-12-261-2/+0
* Fix usage of temp_file flag in hls_flags option.Adrian Guzowski2018-12-261-27/+33
* avformat/hls.c: Properly free prev_segments dynarray after playlist parsingvkot2018-12-261-0/+1
* avformat/mxfenc: support writing subsecond precision timestampsMarton Balint2018-12-251-3/+5
* avformat/mxfdec: support subsecond precision of decoded timestampsMarton Balint2018-12-251-1/+4
* avformat/mxfdec: replace obsolete commentMarton Balint2018-12-251-3/+1
* avformat/hlsenc: remove duplicate operation at hls_write_headerSteven Liu2018-12-241-10/+4
* avformat/dashdec: refine uri path with double dot processGorilla Maguila2018-12-231-1/+1
* avformat/mxfdec: Do not process zero modified_date timestamp.Michael Niedermayer2018-12-221-1/+1
* avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not availableJan Ekström2018-12-221-0/+11
* avformat/avio: fix avio_feof documentationMarton Balint2018-12-221-3/+3
* avformat/vividas: check if viv->sb_pb is not NULLPaul B Mahol2018-12-221-0/+4
* avformat/vividas: check if size is enough big in xor_blockPaul B Mahol2018-12-221-1/+2
* avformat/vividas: fix undefined behaviourPaul B Mahol2018-12-221-4/+4
* avformat/vividas: check if value from ffio_read_varlen() is too bigPaul B Mahol2018-12-221-2/+6
* libavformat/mov: Fix NULL-dereference read for some encrypted content.Jacob Trimble2018-12-201-3/+3
* avformat: add vividas demuxerPaul B Mahol2018-12-204-2/+721
* avformat/mov: Simplify get_stream_info_time()Michael Niedermayer2018-12-191-10/+6
* avformat/mpegts: Fix side data type for stream idMichael Niedermayer2018-12-191-1/+1
* avformat/vorbiscomment: add support for writing chaptersPaul B Mahol2018-12-185-19/+79
* lavf/mov: document the dvh1 codec switch based on hvcC availabilityJan Ekström2018-12-171-0/+5
* lavf/isom: add Dolby Vision sample entry codes for HEVC and H.264Rodger Combs2018-12-171-0/+4
* avformat/mxfenc: fix typoPaul B Mahol2018-12-171-1/+1
* lavf/id3v2: fail read_apic on EOF reading mimetypechcunningham2018-12-171-2/+4
* avformat/dashenc: Added support for Low-latency HLS(Experimental)kjeyapal@akamai.com2018-12-171-4/+33
* avformat/dashenc : Refactored HLS media playlist related codekjeyapal@akamai.com2018-12-171-60/+75
* avformat/nutenc: Document trailer index assert betterMichael Niedermayer2018-12-161-1/+1
* lavf/mov: ensure only one tkhd per trakchcunningham2018-12-161-1/+11
* avformat/nutdec: fix pts overflowPaul B Mahol2018-12-141-2/+2
* avformat/ffmetadec: do no limit size of tags to 1024Paul B Mahol2018-12-141-5/+52
* avformat/movenc: treat ALAC same as FLAC and write correct infoPaul B Mahol2018-12-141-1/+3
* avformat/id3v2: use png header to get PNG signaturePaul B Mahol2018-12-141-1/+2
* avformat/flac_picture: try to guess PNG by actual picture dataPaul B Mahol2018-12-141-0/+5
* avformat/nut: add support for yuva444/422p12 pixel formatPaul B Mahol2018-12-141-0/+5
* avformat/nutdec: fix obvious typoPaul B Mahol2018-12-141-1/+1
* avformat/mxfdec: fix error check in macroPaul B Mahol2018-12-131-1/+1
* bump micro after recent gif changesPaul B Mahol2018-12-131-1/+1
* avformat/gifdec: export duration, nb_frames and commentPaul B Mahol2018-12-131-14/+71
* avformat/gif: extend descriptionPaul B Mahol2018-12-131-1/+1
* avformat/gifdec: export sample aspect ratioPaul B Mahol2018-12-131-1/+7
* avcodec: rewrite gif muxing and encodingPaul B Mahol2018-12-131-140/+100
* avformat/utils: add support for reading ID3 tags at start of wavPaul B Mahol2018-12-131-1/+1
* avformat/wavdec: add support for 'id3 ' chunkPaul B Mahol2018-12-131-0/+13
* os_support: define socket shutdown SHUT_xxx macros if they are not definedPeter Ross2018-12-111-10/+13
* avformat/dashenc: Used the movenc option skip_sidx instead of global_sidxkjeyapal@akamai.com2018-12-111-1/+1
* avformat/movenc: Added an option to disable SIDX atomkjeyapal@akamai.com2018-12-112-2/+11
* lavf/matroskadec: Do not use strncat() to limit copying a one-char constant.Carl Eugen Hoyos2018-12-111-5/+2
* avformat/gif: simplify signature writingPaul B Mahol2018-12-101-2/+2
* avformat/mxfenc: calculate and store DAR from user SARPaul B Mahol2018-12-101-0/+5
* avformat/mxfenc: allow muxing proresPaul B Mahol2018-12-101-0/+49
OpenPOWER on IntegriCloud