| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS. | Sasi Inguva | 2017-11-04 | 1 | -43/+86 |
* | Merge commit 'eb061ad6fd0e3cea7cf7cfbff0749bc90dd7d888' | James Almer | 2017-11-02 | 1 | -4/+19 |
|\ |
|
| * | tls_gnutls: Readd support for nonblocking operation | Martin Storsjö | 2017-06-20 | 1 | -4/+19 |
* | | Merge commit '0671eb2346c17e8fb13784cf90ce416661fdea1c' | James Almer | 2017-11-02 | 1 | -2/+20 |
|\| |
|
| * | tls_openssl: Readd support for nonblocking operation | Martin Storsjö | 2017-06-20 | 1 | -2/+20 |
| * | movenc: allow alternative hvc1 h.265 codec tag | John Stebbins | 2017-06-20 | 1 | -0/+1 |
| * | movenc: write correct format hvcc when tag is hvc1 | John Stebbins | 2017-06-20 | 1 | -1/+4 |
| * | movenc: move tags definitions to where they are used | John Stebbins | 2017-06-20 | 1 | -31/+31 |
| * | movenc: simplify codec_tag lookup | John Stebbins | 2017-06-20 | 1 | -47/+13 |
| * | movenc: use correct tag list for AVOutputFormat.codec_tag | John Stebbins | 2017-06-20 | 1 | -3/+34 |
* | | avformat/tls_openssl: move some functions up in the file | James Almer | 2017-11-02 | 1 | -73/+73 |
* | | avformat/hlsenc: reindent hlsenc code | Steven Liu | 2017-11-02 | 1 | -26/+26 |
* | | avformat/hlsenc: check hls segment mode for ignore the init filename | Steven Liu | 2017-11-02 | 1 | -0/+2 |
* | | lavf/img2enc: remove redundant option 'updatefirst' | Gyan Doshi | 2017-11-01 | 1 | -2/+1 |
* | | Merge commit '61cec5adaacb358783c18aa07362f15824c1b274' | James Almer | 2017-11-01 | 8 | -18/+18 |
|\| |
|
| * | tls: Hide backend implementation details from users | Diego Biurrun | 2017-06-02 | 6 | -12/+14 |
* | | Merge commit '2ca759657bcda328acc312e5882a940333a3e268' | James Almer | 2017-11-01 | 1 | -31/+0 |
|\| |
|
| * | os_support: Remove the dynamic loading of getaddrinfo from the fallback getad... | Martin Storsjö | 2017-06-01 | 1 | -31/+0 |
| * | hlsenc: Support recovery from an already present playlist | Luca Barbato | 2017-05-31 | 1 | -10/+85 |
| * | movenc-test: Add tests for negative cts offsets | Martin Storsjö | 2017-05-15 | 1 | -0/+19 |
| * | movenc: Don't write any edit list if the start offset is zero | Martin Storsjö | 2017-05-15 | 1 | -2/+1 |
| * | movenc: Add an option for enabling negative CTS offsets | Martin Storsjö | 2017-05-15 | 2 | -4/+26 |
| * | mpjpeg: Use proper CR/LF in multipart headers | Martin Storsjö | 2017-05-11 | 1 | -4/+4 |
* | | avformat/mux: be less strict with bitstream filter failures | James Almer | 2017-11-01 | 1 | -1/+3 |
* | | avformat/movenc: let avpriv_ac3_parse_header() allocate the AC3HeaderInfo struct | James Almer | 2017-11-01 | 1 | -29/+43 |
* | | Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f' | James Almer | 2017-10-30 | 2 | -19/+22 |
|\| |
|
| * | aac: Split function to parse ADTS header data into public and private part | Diego Biurrun | 2017-05-02 | 2 | -19/+22 |
* | | Merge commit '831018b0bbe26a603802a9022472f714a59293be' | James Almer | 2017-10-30 | 2 | -2/+2 |
|\| |
|
| * | mpeg4audio: Make avpriv_copy_pce_data() inline | Anton Khirnov | 2017-04-28 | 2 | -2/+2 |
| * | dump: use av_spherical_projection_name() to print spherical projection names | James Almer | 2017-04-27 | 1 | -10/+1 |
| * | matroskaenc: don't warn about unknown spherical metadata when there isn't any | James Almer | 2017-04-26 | 1 | -3/+1 |
| * | Add ClearVideo decoder | Kostya Shishkov | 2017-04-25 | 2 | -0/+3 |
| * | mm: Skip unexpected audio packets | Luca Barbato | 2017-04-20 | 1 | -0/+6 |
* | | libavformat/mov.c: use calculated dts offset when seeking in streams | Jonas Licht | 2017-10-30 | 1 | -2/+4 |
* | | movenc: add m4b to ipod format extensions | Lukas Stabe | 2017-10-30 | 1 | -1/+1 |
* | | lavf/aviobuf: return EINVAL when reading from a write-only context. | Nicolas George | 2017-10-29 | 1 | -1/+1 |
* | | lavf/avio: temporarily accept 0 as EOF. | Nicolas George | 2017-10-29 | 3 | -9/+26 |
* | | dashenc: copy stream frame rate to output stream | Peter Große | 2017-10-29 | 1 | -0/+1 |
* | | dashenc: Don't output frameRates at both AS and Representation-level. Only ou... | Anton Schubert | 2017-10-29 | 1 | -2/+2 |
* | | dashenc: allow AdaptationSets to have different average frame rates | Peter Große | 2017-10-29 | 1 | -10/+9 |
* | | dashenc: don't write header data before the first packet arrives | Peter Große | 2017-10-29 | 1 | -1/+1 |
* | | dashenc: set DASH related options for the subsequent matroska muxer when usin... | Peter Große | 2017-10-29 | 1 | -0/+3 |
* | | dashenc: fix bitrate estimation with correct scaling | Anton Schubert | 2017-10-29 | 1 | -1/+2 |
* | | lavf/rtpenc: Add support for 24 bit pcm encoding as defined by RFC 3190. | Carl Eugen Hoyos | 2017-10-29 | 3 | -1/+10 |
* | | avformat/avformat.h: fix pairs typo | James Almer | 2017-10-29 | 1 | -2/+2 |
* | | avformat: deprecate getters and setters for AVFormatContext and AVStream fields | James Almer | 2017-10-29 | 3 | -1/+36 |
* | | avformat: move public AVStream fields up in the struct | James Almer | 2017-10-29 | 1 | -37/+28 |
* | | avformat/hlsenc: reindent hlsenc code | Steven Liu | 2017-10-29 | 1 | -10/+10 |
* | | avformat/hlsenc: fix missing first segment bug in fmp4 mode | Steven Liu | 2017-10-29 | 1 | -4/+2 |
* | | avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bug | Steven Liu | 2017-10-29 | 1 | -5/+11 |