summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat: add gif pipe demuxerPaul B Mahol2018-12-104-2/+19
* avformat/hlsenc : Added an option to ignore IO errorsKarthick J2018-12-101-10/+31
* avformat/hlsenc: Handled error from ff_http_do_new_request() functionKarthick J2018-12-101-1/+7
* avformat/mxfdec: fix indentationPaul B Mahol2018-12-091-9/+9
* avformat/dhav: export average frame rate tooPaul B Mahol2018-12-091-0/+2
* Fix bug in mpegts muxer which affects KLV async stream generation.Artyom Lebedev2018-12-081-1/+1
* avformat/mxfdec: set codec_tag for prores codecPaul B Mahol2018-12-071-0/+12
* lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev2018-12-041-25/+60
* Revert "lavf/dashenc: Write media trailers when DASH trailer is written."Karthick J2018-12-031-58/+24
* lavf/dashenc: Use avpriv_io_delete to delete files.Andrey Semashev2018-12-031-2/+7
* lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev2018-12-031-24/+58
* avformat/dashenc: Added proper logging when io_open fails for writeKarthick J2018-12-031-6/+13
* avformat/dashenc: Added an option to ignore io errorskjeyapal@akamai.com2018-12-021-6/+11
* avformat/dashenc: Handled the error from dashenc_io_open()kjeyapal@akamai.com2018-12-021-1/+5
* lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.Andrey Semashev2018-12-021-0/+12
* lavf/dashenc: Don't put non-mp4 streams in HLS manifests.Andrey Semashev2018-12-021-1/+12
* avformat/mpegenc: extend muxing PCM-DVD to other depthsPaul B Mahol2018-12-012-7/+22
* avformat/ac3dec: always skip junk bytes before sync bytesPaul B Mahol2018-11-301-1/+1
* avformat/dashdec: add subtitle stream supportSteven Liu2018-11-301-7/+90
* lavf/rawdec: Do not mark streams from raw subtitle demuxers as data streams.Carl Eugen Hoyos2018-11-283-2/+15
* lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxtCarl Eugen Hoyos2018-11-271-2/+2
* lavf/dashdec: Add webm to the list of allowed extensions.Andrey Semashev2018-11-271-1/+1
* avformat/vivo: Don't log null valueMark Harris2018-11-261-1/+1
* avformat/hlsenc: remove the cannot reach resultSteven Liu2018-11-251-1/+1
* avformat/pcmdec: endianness for audio/L16 mime typeIgor Derzhavin2018-11-251-2/+10
* avformat/pcmdec: audio/L16 should be in network byte order by default (rfc 2586)Igor Derzhavin2018-11-251-2/+2
* avformat/pcmdec: mime-type should be case insensitive (audio/L16)Igor Derzhavin2018-11-251-1/+1
* avformat/dhav: improve A/V syncPaul B Mahol2018-11-241-21/+107