| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/caf: add 'aacl' codec tag | Piotr Bandurski | 2017-01-19 | 1 | -0/+1 |
* | ffmpeg: pass output stream duration as a hint to the muxer | Tobias Rapp | 2017-01-19 | 1 | -0/+3 |
* | avcodec/wmaprodec: >2 channel support for XMA | Paul B Mahol | 2017-01-19 | 1 | -0/+3 |
* | avformat/hlsenc: fix bug of hlsenc http delete old segments | Steven Liu | 2017-01-19 | 1 | -2/+15 |
* | avformat/hlsenc: remove debug message used error level log | Steven Liu | 2017-01-18 | 1 | -1/+0 |
* | libavformat/mpegtsenc: support hevc with missing in stream headers like h.264 | Michael Niedermayer | 2017-01-17 | 1 | -0/+30 |
* | configure: Fix standalone compilation of aiff and caf muxers. | Carl Eugen Hoyos | 2017-01-16 | 1 | -2/+2 |
* | avformat/aadec: use avio_get_str() | Paul B Mahol | 2017-01-16 | 1 | -10/+2 |
* | avformat/aadec: stop ignoring file metadata | Paul B Mahol | 2017-01-16 | 1 | -4/+5 |
* | avcodec: add SIPR parser | Paul B Mahol | 2017-01-16 | 2 | -0/+3 |
* | libopenmpt: add missing avio_read return value check | Andreas Cadhalpun | 2017-01-16 | 1 | -0/+5 |
* | matroskaenc: remove unofficial compliance on color information | Rostislav Pehlivanov | 2017-01-15 | 1 | -5/+3 |
* | Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2017-01-14 | 1 | -6/+6 |
* | lavf/matroskaenc: Do not write two CodecID elements for rawvideo. | Carl Eugen Hoyos | 2017-01-14 | 1 | -1/+2 |
* | avformat/hlsenc: refine the hlsenc code | Steven Liu | 2017-01-13 | 1 | -5/+0 |
* | avformat/hlsenc: fix hlsenc bug at windows system | Steven Liu | 2017-01-13 | 1 | -14/+35 |
* | lavf/mxf: Add a universal label for ProRes used in FCP. | Carl Eugen Hoyos | 2017-01-12 | 1 | -0/+1 |
* | lavf/dss: Do not fail randomly if dss_sp input contains 0xff. | Carl Eugen Hoyos | 2017-01-12 | 1 | -3/+0 |
* | lavf/hlsenc: fix typo in last commit. | Nicolas George | 2017-01-12 | 1 | -7/+7 |
* | avformat/hlsenc: hls_start_number_source and start_number | Bodecs Bela | 2017-01-12 | 1 | -11/+43 |
* | lavf/dss: Support version 3 files / files with larger header. | Carl Eugen Hoyos | 2017-01-11 | 1 | -5/+9 |
* | avcodec: add Newtek SpeedHQ decoder | Steinar H. Gunderson | 2017-01-11 | 1 | -0/+8 |
* | avformat/hlsenc: fix the bug when the largest segment duration pointer right ... | Steven Liu | 2017-01-11 | 1 | -2/+7 |
* | avformat/hlsenc: fix hls start and tail segment duration | Steven Liu | 2017-01-11 | 1 | -4/+16 |
* | avformat/riff: extend MagicYUV fourcc list | Paul B Mahol | 2017-01-07 | 1 | -0/+7 |
* | avformat/matroskaenc: Regression fix for invalid MKV headers | softworkz | 2017-01-07 | 1 | -3/+19 |
* | libavformat/avio: Add avio_get_dyn_buf function | softworkz | 2017-01-07 | 3 | -1/+30 |
* | omadec: fix overflows during bit rate calculation | Andreas Cadhalpun | 2017-01-06 | 1 | -2/+2 |
* | avformat/test/fifo_muxer: add check for FailingMuxerPacketData alloc | Steven Liu | 2017-01-06 | 1 | -0/+3 |
* | avformat/hlsenc: fix Explicit null dereferenced in hlsenc | Steven Liu | 2017-01-06 | 1 | -2/+2 |
* | vformat/hlsenc: typo in default localtime pattern | Bela Bodecs | 2017-01-05 | 1 | -1/+1 |
* | avformat/hlsenc: fix memleak in hlsenc | Steven Liu | 2017-01-05 | 1 | -2/+14 |
* | avformat/hlsenc: bugfix in duplicate filename detection | Bela Bodecs | 2017-01-05 | 1 | -1/+1 |
* | lavf/matroska: Fix the codec_id for mkv tag A_MPEG/L1. | Carl Eugen Hoyos | 2017-01-04 | 1 | -1/+1 |
* | avformat/hlsenc: size and duration in segment filenames | Bela Bodecs | 2017-01-03 | 1 | -8/+172 |
* | avformat/avidec: clean-up identifier names | Tobias Rapp | 2017-01-03 | 1 | -7/+7 |
* | avformat/flvenc: Check for extradata allocation failure | Michael Niedermayer | 2017-01-03 | 1 | -0/+4 |
* | avformat/rtmphttp: fix bug for rtmphttp | Steven Liu | 2017-01-02 | 1 | -1/+1 |
* | lavf/img2dec: Increase detection score of jpgs without EOI. | Carl Eugen Hoyos | 2017-01-01 | 1 | -0/+2 |
* | avformat/hlsenc: Duplicated segment filenames and use_localtime_mkdir | Bela Bodecs | 2017-01-01 | 1 | -36/+14 |
* | libavformat/hlsenc: default segment name and use_localtime | Bela Bodecs | 2017-01-01 | 1 | -1/+11 |
* | lavf/utils.c Protect against accessing entries[nb_entries] | Matt Wolenetz | 2016-12-30 | 1 | -1/+1 |
* | libavformat/hlsenc: fix delete_segments when use_localtime_mkdir | Bela Bodecs | 2016-12-29 | 1 | -4/+9 |
* | libavformat/tee: Add fifo support for tee | Jan Sebechlebsky | 2016-12-28 | 1 | -1/+86 |
* | avformat/hlsenc: strftime identifiers and segment index | Bodecs Bela | 2016-12-27 | 1 | -2/+20 |
* | Fix bug when incrementing initial_prog_date_time when removing segments | Jesper Ek | 2016-12-27 | 1 | -1/+1 |
* | avformat/matroskadec: Fix OOM on long streams | Michael Niedermayer | 2016-12-27 | 1 | -1/+3 |
* | avformat/hlsenc: detecting duplicated segment filenames | Bela Bodecs | 2016-12-26 | 1 | -0/+36 |
* | avformat/avidec: skip odml master index chunks in avi_sync | Tobias Rapp | 2016-12-23 | 1 | -1/+2 |
* | avcodec: add Apple Pixlet decoder | Paul B Mahol | 2016-12-22 | 1 | -0/+2 |