summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/oggenc: check for stream private data in ogg_free()James Almer2017-06-221-0/+2
* avformat/hlsenc: donnot show duplicate segment warning at byterange modeSteven Liu2017-06-191-2/+3
* avformat/oggenc: add ogg_init() and ogg_free()James Almer2017-06-181-4/+28
* avformat/rmenc: do not access AVIO write buffer directlyMarton Balint2017-06-181-11/+8
* Cleanly exit at the end of an Interplay MVEHein-Pieter van Braam2017-06-181-0/+2
* libavformat/file: return AVERROR_EOF on EOFDaniel Kucera2017-06-171-0/+2
* libavformat/subfile: return AVERROR_EOF on EOFDaniel Kucera2017-06-171-1/+1
* avformat/libssh: check the user provided a password before trying to use itJames Almer2017-06-171-1/+1
* avformat/pcmdec: fix memory leakTimo Rothenpieler2017-06-131-0/+2
* avformat/librtmp: check return value of setsockoptTimo Rothenpieler2017-06-131-1/+4
* avformat/mov: add support for reading VP Codec Configuration BoxJames Almer2017-06-111-0/+45
* avformat: add Gremlin Digital Video demuxerPaul B Mahol2017-06-114-2/+165
* lavf/mov.c: offset index timestamps by the minimum pts to make first pts zeroSasi Inguva2017-06-091-17/+40
* libavformat/http: return EIO when ffurl_read return 0, but s->off < target_endraymondzheng2017-06-091-1/+1
* lavf: consider codec framerate for framerate detectionwm42017-06-073-0/+17
* avformat/utils: Slightly un-clutter code in determinable_frame_size() by usin...Michael Niedermayer2017-06-061-5/+6
* avformat/hls: Check local file extensionsMichael Niedermayer2017-06-051-1/+17
* Revert "avformat/hls: Check local file extensions"Michael Niedermayer2017-06-051-17/+1
* avformat/hls: Check local file extensionsSysiphus2017-06-051-1/+17
* avformat/aacdec: add a custom read_packet functionJames Almer2017-06-041-2/+42
* avformat/utils: change bitrate to int64_t in av_find_best_streamMarton Balint2017-06-041-2/+4
* avformat/utils: return impaired streams in av_find_best_stream if only those ...Marton Balint2017-06-041-8/+9
* avformat/options: log filename on openMichael Niedermayer2017-06-032-1/+13
* avformat/matroskaenc: also write chapters when output is WebMJames Almer2017-06-021-13/+16
* avformat/tls_schannel: log unknown error codeswm42017-05-311-1/+1
* avformat/avidec: Limit formats in gab2 to srt and ass/ssaMichael Niedermayer2017-05-311-0/+3
* avformat/avidec: Fix txts fmts parsingMichael Niedermayer2017-05-311-1/+2
* lavf: remove the libnut library wrapperRostislav Pehlivanov2017-05-293-327/+0
* libavformat/hls: Observe Set-Cookie headersMicah Galizia2017-05-291-2/+10
* movenc: encryption with time code track fixerankor2017-05-281-3/+3
* avformat/mov: add support for reading Content Light Level BoxJames Almer2017-05-272-0/+45
* avformat/mov: add support for reading Mastering Display Metadata BoxJames Almer2017-05-272-0/+59
* avformat/mux: Fix copy an paste typoMichael Niedermayer2017-05-271-1/+1
* avformat/mux: remove autobsf extradata propagation hackJames Almer2017-05-241-13/+0
* avcodec/adtsenc: check packet side data for AAC extradata updatesJames Almer2017-05-241-0/+17
* avformat/latmenc: check packet side data for AAC extradata updatesJames Almer2017-05-241-4/+18
* avformat/matroskaenc: check packet side data for AAC extradata updatesJames Almer2017-05-241-8/+66
* avformat/movenc: always check for new extradata on a packetJames Almer2017-05-241-16/+18
* lavf/hls: do not transfer custom IO flagClément Bœsch2017-05-221-1/+1
* lavf/concatdec: do not transfer custom IO flagClément Bœsch2017-05-221-1/+1
* Use AVOnce as a static variable consistentlyHendrik Leppkes2017-05-221-1/+1
* lavf/img2: Add svg and svgz to allow reading image sequences.Carl Eugen Hoyos2017-05-222-1/+3
* lavf/riff: Support more vlc fourcc's for 12 and 16 bit yuv4xx.Carl Eugen Hoyos2017-05-211-0/+8
* Merge commit 'e519dcd937c7c98815ba9884867590e302272016'Clément Bœsch2017-05-201-3/+2
|\
| * dashenc: separate segments based on current segment durationPeter Große2017-01-311-3/+2
* | Merge commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92'Clément Bœsch2017-05-201-0/+5
|\ \ | |/
| * dashenc: add option to provide UTC timing sourcePeter Große2017-01-311-0/+5
| * rtmp: Account for bytes_read wraparoundLuca Barbato2017-01-291-1/+1
* | Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'Clément Bœsch2017-05-201-1/+1
|\ \ | |/
| * dashenc: increase buffer time hint in the manifestAnton Schubert2017-01-271-1/+1
OpenPOWER on IntegriCloud