summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18'Clément Bœsch2017-05-201-5/+5
|\ \ | |/
| * dashenc: add mandatory id to AdaptationSet and Period in manifestPeter Große2017-01-271-5/+5
* | Merge commit '1ae6cb7d6e4fee30754a46bc91f40ff75ac4412a'Clément Bœsch2017-05-201-1/+1
|\ \ | |/
| * dashenc: fix ISO8601 UTC parsingAnton Schubert2017-01-271-1/+1
| * tak: Convert to the new bitstream readerAlexandra Hájková2017-01-251-6/+7
| * mpc: Convert to the new bitstream readerAlexandra Hájková2017-01-251-13/+13
| * rtp: Convert to the new bitstream readerAlexandra Hájková2017-01-136-65/+73
| * mov: Convert to the new bitstream readerAlexandra Hájková2017-01-132-24/+27
| * matroskadec: make sure not to leave EbmlBin in an inconsistent stateAnton Khirnov2017-01-041-1/+4
| * matroskadec: fix SRT subtitle durationJohn Stebbins2016-12-241-2/+2
| * http: Check for negative chunk sizesMartin Storsjö2016-12-231-2/+3
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-237-8/+8
* | lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring outMatthieu Bouron2017-05-201-4/+4
* | avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal()Michael Niedermayer2017-05-191-1/+3
* | avformat/aviobuf: Only downscale the buffer once it has been usedMichael Niedermayer2017-05-191-1/+1
* | avformat/movenc: remove experimental check for VP9 streamsJames Almer2017-05-171-7/+0
* | img2dec: use standard way to probe for svg/svgz filesRostislav Pehlivanov2017-05-161-20/+8
* | img2dec: add support for piped SVG demuxingRostislav Pehlivanov2017-05-163-0/+22
* | movenc/isom: update vpcC box to version 1.0 of the specificationHendrik Leppkes2017-05-162-51/+7
* | avformat/hlsenc: move old_filename free operation earlierSteven Liu2017-05-111-2/+1
* | avformat/wavdec: Check chunk_size李赞2017-05-101-0/+2
OpenPOWER on IntegriCloud