| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: add WinCAM Motion Video decoder | Paul B Mahol | 2018-08-27 | 1 | -0/+1 |
* | avcodec: add MatchWare Screen Capture Codec | Paul B Mahol | 2018-08-27 | 1 | -0/+1 |
* | avformat/mpegts: add missing null pointer checks in ff_parse_mpeg2_descriptor() | Michael Niedermayer | 2018-08-25 | 1 | -2/+2 |
* | avcodec: add Brooktree ProSumer Video decoder | Paul B Mahol | 2018-08-24 | 1 | -0/+1 |
* | avformat/movenc: implicitly enable negative CTS offsets for ismv | Jan Ekström | 2018-08-24 | 1 | -1/+1 |
* | avformat/flvdec: don't propagate empty extradata | James Almer | 2018-08-24 | 1 | -0/+6 |
* | avformat/movenc: support Opus packets with more than 60ms of audio when writi... | James Almer | 2018-08-24 | 1 | -3/+3 |
* | lavf/Makefile: Fix standalone compilation of the matroska and webm muxers. | Carl Eugen Hoyos | 2018-08-24 | 1 | -2/+2 |
* | avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t. | Dale Curtis | 2018-08-23 | 1 | -1/+1 |
* | avformat/utils: avoid undefined integer overflow behavior in update_stream_ti... | Fredrik Hubinette | 2018-08-22 | 1 | -1/+1 |
* | avformat/mov: Allow saio/saiz in clear content. | Jacob Trimble | 2018-08-22 | 1 | -0/+6 |
* | avformat/mxfenc: automatically update descriptors klv size | Baptiste Coudurier | 2018-08-22 | 1 | -41/+39 |
* | avformat/hls: support decryption AES128 fmp4 m3u8 list | Steven Liu | 2018-08-22 | 1 | -0/+21 |
* | lavf/hlsenc: fix mixed declarations and code warning. | Jun Zhao | 2018-08-22 | 1 | -1/+1 |
* | avformat/mxfenc: fix muxing when audio tracks are longer than video track | Baptiste Coudurier | 2018-08-21 | 1 | -3/+3 |
* | avformat/audiointerleave: pad last audio frame | Baptiste Coudurier | 2018-08-21 | 1 | -3/+7 |
* | avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.avi | Paul B Mahol | 2018-08-21 | 1 | -0/+5 |
* | avcodec: add IMM4 decoder | Paul B Mahol | 2018-08-21 | 1 | -0/+1 |
* | avformat/nsvdec: Do not parse multiple NSVf | Michael Niedermayer | 2018-08-20 | 1 | -0/+7 |
* | avformat/matroskaenc: handle AV1 extradata in packet side data | James Almer | 2018-08-18 | 1 | -2/+37 |
* | Improve hls VOD mode hls performance problem. | Ronak Patel | 2018-08-19 | 1 | -11/+33 |
* | avformat/dashdec: Fix strlen(rep_id_val) with it being NULL | Michael Niedermayer | 2018-08-19 | 1 | -1/+3 |
* | avformat/tls_schannel: Fix use of uninitialized variable | Paweł Wegner | 2018-08-18 | 1 | -1/+1 |
* | lavf/udp: use ff_log_net_error to replace log_net_error | Jun Zhao | 2018-08-18 | 1 | -24/+17 |
* | lavf/tcp: check return value of setsockopt. | Jun Zhao | 2018-08-18 | 1 | -4/+12 |
* | lavf/network: check return value of setsockopt. | Jun Zhao | 2018-08-18 | 1 | -2/+5 |
* | lavf/network: add a ff_log_net_error function. | Jun Zhao | 2018-08-18 | 2 | -0/+9 |
* | avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header() | Michael Niedermayer | 2018-08-17 | 1 | -0/+2 |
* | avformat/mlvdec: read_string() received unsigned size, make the argument unsi... | Michael Niedermayer | 2018-08-17 | 1 | -1/+1 |
* | avformat/av1: filter out tile list OBUs from samples | James Almer | 2018-08-17 | 2 | -1/+2 |
* | avformat: bump micro version after previous changes | James Almer | 2018-08-17 | 1 | -1/+1 |
* | avformat/av1: update ff_isom_write_av1c() to the latest revision of the spec | James Almer | 2018-08-17 | 4 | -13/+259 |
* | avformat: correct fdebug loglevel | Gyan Doshi | 2018-08-14 | 3 | -8/+8 |
* | libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen... | sanil | 2018-08-13 | 1 | -1/+12 |
* | lavf/mov.c: Set start_time for all streams (in case of edit lists). | Sasi Inguva | 2018-08-11 | 1 | -2/+2 |
* | lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom. | Carl Eugen Hoyos | 2018-08-09 | 1 | -0/+2 |
* | libavformat/dashdec: Fix for un-free memory | Colin NG | 2018-08-08 | 1 | -1/+0 |
* | avformat/flvdec: add flv_full_metadata option into flvdec | Steven Liu | 2018-08-07 | 1 | -2/+4 |
* | avformat/flvdec: reindent code for previous commit | Steven Liu | 2018-08-07 | 1 | -11/+11 |
* | avformat/flvdec: add flv_ignore_prevtag option into flvdec | Steven Liu | 2018-08-07 | 1 | -0/+4 |
* | avformat/dashdec: remove unused functions and process code | Steven Liu | 2018-08-07 | 1 | -38/+8 |
* | avformat/dashdec: Fix memleak when resolve_content_path | Jacek Jendrzej | 2018-08-07 | 1 | -1/+4 |
* | avformat/dashdec: fix for ticket #7336 | Jacek Jendrzej | 2018-08-07 | 1 | -2/+4 |
* | avformat/flvenc: Check audio packet size | Michael Niedermayer | 2018-08-04 | 1 | -0/+5 |
* | avformat/matroskaenc: filter and reorder AV1 OBUs | James Almer | 2018-08-02 | 1 | -0/+6 |
* | avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c() | James Almer | 2018-08-02 | 1 | -4/+46 |
* | avcodec/av1_parse: return size of the parsed OBU in parse_obu_header() | James Almer | 2018-08-02 | 1 | -20/+12 |
* | avformat/av1: return an error when no data is provided to ff_isom_write_av1c() | James Almer | 2018-08-02 | 1 | -0/+3 |
* | avformat/avs: add descriptive name and url | Gyan Doshi | 2018-08-02 | 1 | -1/+7 |
* | libavformat/dashenc: Fix relative URI of HLS master playlist | Antonio Morell | 2018-07-30 | 1 | -1/+1 |