| Commit message (Expand) | Author | Age | Files | Lines |
* | mkv: Export bounds and padding from spherical metadata | Vittorio Giovara | 2017-03-07 | 1 | -3/+61 |
* | mov: Export bounds and padding from spherical metadata | Vittorio Giovara | 2017-03-07 | 1 | -1/+27 |
* | spherical: Add tiled equirectangular type and projection-specific properties | Vittorio Giovara | 2017-03-07 | 1 | -2/+13 |
* | avfilter/allformats: make av_register_all thread safe | Muhammad Faiz | 2017-03-07 | 1 | -7/+8 |
* | avformat/flvdec: remove meaningless warning | wm4 | 2017-03-06 | 1 | -1/+0 |
* | avformat/vivo: fix logic error in checking version in probe | Paul B Mahol | 2017-03-05 | 1 | -1/+1 |
* | lavf/matroska: Support QDMC. | Carl Eugen Hoyos | 2017-03-05 | 2 | -0/+2 |
* | avformat/hlsenc: move the segment files handler close to before temp flags pr... | Steven Liu | 2017-03-04 | 1 | -3/+4 |
* | lavf/matroska: Support codec ID V_FFV1 for demuxing. | Carl Eugen Hoyos | 2017-03-03 | 2 | -1/+2 |
* | avcodec: add ClearVideo decoder | Kostya Shishkov | 2017-03-02 | 2 | -0/+2 |
* | avformat: fix AVStream private fields marker | wm4 | 2017-03-02 | 1 | -1/+9 |
* | avcodec, avutil, avformat: remove AVOption requirement for some fields | wm4 | 2017-03-02 | 2 | -25/+27 |
* | lavf/flacdec: Return maximum score if the streaminfo header is valid. | Carl Eugen Hoyos | 2017-03-02 | 1 | -1/+8 |
* | avformat/oggdec: fix leak in ogg_restore() | Michael Niedermayer | 2017-03-02 | 1 | -1/+5 |
* | avformat/oggdec: Factor free_stream out | Michael Niedermayer | 2017-03-02 | 1 | -7/+16 |
* | avformat/oggdec: remove unused parameter of ogg_restore() | Michael Niedermayer | 2017-03-02 | 1 | -8/+5 |
* | lavf/matroskadec: Fix demuxing sipr. | Carl Eugen Hoyos | 2017-02-28 | 1 | -1/+1 |
* | avformat/hlsenc: don't use %s for strftime on msvc | Hendrik Leppkes | 2017-02-25 | 1 | -1/+2 |
* | avformat/hlsenc: fix hls_flags temp_file bug | Steven Liu | 2017-02-25 | 1 | -28/+27 |
* | avcodec: add ScreenPressor decoder | Paul B Mahol | 2017-02-22 | 1 | -0/+1 |
* | avformat/matroskaenc: don't write DisplayUnit with value Unknown on WebM files | James Almer | 2017-02-21 | 1 | -1/+1 |
* | avformat/sierravmd: Support for Shivers 2 stereo tracks | Nicolas Roy-Renaud | 2017-02-21 | 1 | -7/+13 |
* | avformat/hlsenc: fix cid 1401346 Dereferencing pointer error | Steven Liu | 2017-02-21 | 1 | -2/+2 |
* | avformat/mpl2dec: skip BOM when probing | Paul B Mahol | 2017-02-21 | 1 | -0/+8 |
* | lavf/mpeg: Initialize a stack variable used by memcmp(). | Carl Eugen Hoyos | 2017-02-21 | 1 | -1/+1 |
* | lavf/mov.c: Correct keyframe search in edit list to return the very first key... | Sasi Inguva | 2017-02-20 | 1 | -0/+12 |
* | avformat/fifo: assert on disallowed message type and state combinations | Marton Balint | 2017-02-19 | 1 | -1/+4 |
* | avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur... | Michael Niedermayer | 2017-02-19 | 1 | -2/+5 |
* | avformat/m4vdec: Detect raw mpeg4video with unidentified non mpeg headers wit... | Michael Niedermayer | 2017-02-18 | 1 | -0/+3 |
* | avformat/hlsenc: set default http method to PUT when method is null | Steven Liu | 2017-02-18 | 1 | -10/+19 |
* | lavf/riff: Support decoding files with broken mediasubtype base guid. | Thierry Foucu | 2017-02-17 | 2 | -0/+4 |
* | avformat/dashenc: Only use temporary files when outputting to file protocol | Thomas Stephens | 2017-02-14 | 1 | -6/+23 |
* | HTTP: improve performance by reducing forward seeks | Joel Cunningham | 2017-02-14 | 6 | -1/+68 |
* | avformat/http: Check for truncated buffers in http_connect() | Michael Niedermayer | 2017-02-14 | 1 | -1/+10 |
* | avformat/hlsenc: fix stream level metadata handling | Bela Bodecs | 2017-02-13 | 1 | -0/+1 |
* | movenc: add support for track names in ISML manifests | Jan Ekström | 2017-02-12 | 1 | -0/+18 |
* | lavf/mpegts: Make a pointer cast explicit. | Carl Eugen Hoyos | 2017-02-12 | 1 | -1/+1 |
* | avcodec: add FM Screen Capture Codec decoder | Paul B Mahol | 2017-02-12 | 1 | -0/+1 |
* | avformat/flic: fix handling of EOF case | Paul B Mahol | 2017-02-11 | 1 | -2/+2 |
* | lavf/omadec: Fix packet duration for Atrac 3 lossless. | Carl Eugen Hoyos | 2017-02-11 | 1 | -2/+7 |
* | lavf/rtpdec_mpeg4: Constify a function parameter. | Carl Eugen Hoyos | 2017-02-11 | 1 | -1/+1 |
* | lavf/omadec: Remove an unsed variable. | Carl Eugen Hoyos | 2017-02-11 | 1 | -2/+2 |
* | avcodec: add ATRAC Advanced Lossless decoders | Paul B Mahol | 2017-02-11 | 3 | -39/+112 |
* | avformat/hlsenc: deprecate hls_wrap option | Steven Liu | 2017-02-11 | 2 | -1/+29 |
* | avformat/apetag: bump micro version | James Almer | 2017-02-10 | 1 | -1/+1 |
* | avformat/apetag: reorder some code to improve readability | James Almer | 2017-02-10 | 1 | -6/+6 |
* | avformat/apetag: account for header size if present when returning the start ... | James Almer | 2017-02-10 | 2 | -1/+6 |
* | avformat/apetag: fix flag value to signal footer presence | James Almer | 2017-02-10 | 1 | -4/+3 |
* | lavf/movenc: Remove two unused variables. | Carl Eugen Hoyos | 2017-02-10 | 1 | -4/+1 |
* | lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}() | Matt Wolenetz | 2017-02-10 | 1 | -2/+7 |