| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+0 |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 1 | -24/+3 |
* | avformat/assdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -2/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/assdec: Fix memleak upon read header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -0/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+3 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -5/+5 |
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
| * | assdec: check av_new_packet return value | Vittorio Giovara | 2014-10-29 | 1 | -1/+4 |
* | | avformat/assdec: allow ASS files starting with empty lines | Clément Bœsch | 2015-11-20 | 1 | -0/+3 |
* | | avformat/assdec: do not drop duplicate subtitles | wm4 | 2015-09-21 | 1 | -0/+2 |
* | | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -1/+1 |
* | | Print a warning if a subtitle demuxer changes utf16 to utf8. | Carl Eugen Hoyos | 2014-10-29 | 1 | -1/+1 |
* | | avformat/assdec: typo fix | Clément Bœsch | 2014-10-15 | 1 | -1/+1 |
* | | avformat/assdec: make sure pos is initialized | Clément Bœsch | 2014-10-04 | 1 | -2/+2 |
* | | avformat/assdec: make sure to free allocated data in case of error | Clément Bœsch | 2014-09-27 | 1 | -3/+3 |
* | | avformat/assdec: add myself to Copyright | Clément Bœsch | 2014-09-27 | 1 | -0/+1 |
* | | avformat/assdec: reindent after previous commit | Clément Bœsch | 2014-09-27 | 1 | -16/+15 |
* | | avformat/assdec: make sure "Comments:" events end up in the header | Clément Bœsch | 2014-09-27 | 1 | -18/+8 |
* | | avformat/assdec: output ASS packets | Clément Bœsch | 2014-09-27 | 1 | -7/+28 |
* | | avformat/assdec: UTF-16 support | wm4 | 2014-09-05 | 1 | -7/+12 |
* | | Merge commit '5c9c305d14730faf2af206e5d519df4948de0ed2' | Michael Niedermayer | 2014-03-02 | 1 | -10/+10 |
|\| |
|
| * | ass: K&R formatting cosmetics | Patrice Clement | 2014-03-02 | 1 | -46/+49 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix. | Clément Bœsch | 2012-12-30 | 1 | -1/+1 |
* | | lavc: add ff_bprint_to_extradata() helper and use it. | Clément Bœsch | 2012-12-30 | 1 | -5/+3 |
* | | lavf/assdec: return appropriate error code instead of -1. | Clément Bœsch | 2012-12-02 | 1 | -1/+1 |
* | | lavf/assdec: add ass_ prefix to callbacks. | Clément Bœsch | 2012-12-02 | 1 | -11/+11 |
* | | lavf/assdec: rewrite using the demux subtitles API. | Clément Bœsch | 2012-12-02 | 1 | -120/+75 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-28 | 1 | -2/+3 |
|\| |
|
| * | assdec: fix qsort() callback signature | Mans Rullgard | 2012-10-27 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+1 |
|\| |
|
| * | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | assdec: return EOF instead of EIO. | Nicolas George | 2012-08-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+1 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
|\| |
|
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |