| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -5/+5 |
* | avformat/flvdec: Check for EOF in amf_parse_object() | Michael Niedermayer | 2020-10-17 | 1 | -0/+2 |
* | avformat/flvdec: RtmpSampleAccess no longer breaks stream detection | Peter van der Spek | 2020-09-23 | 1 | -1/+1 |
* | avformat/flvdec: Cosmetics | Andreas Rheinhardt | 2020-06-22 | 1 | -15/+10 |
* | avformat/flvdec: Avoid duplicating extradata when adding side-data | Andreas Rheinhardt | 2020-05-28 | 1 | -6/+5 |
* | avformat: Don't free old extradata before ff_alloc/get_extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -1/+0 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -2/+3 |
* | avformat/flvdec: delete unused code | leozhang | 2019-08-23 | 1 | -17/+0 |
* | lavf/flvdec: added support for KUX container | Swaraj Hota | 2019-04-06 | 1 | -0/+38 |
* | lavf/flvdec: Cosmetics: Fix indentation for flv_read_packet | Jun Zhao | 2019-03-31 | 1 | -122/+122 |
* | lavf/flvdec: add AMF date type support | Jun Zhao | 2019-03-31 | 1 | -2/+22 |
* | lavf/flvdec: fix typo in log message | Jun Zhao | 2019-03-23 | 1 | -1/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -3/+3 |
* | avformat/flvdec: Try to support some concatenated flv files | Michael Niedermayer | 2019-01-31 | 1 | -0/+23 |
* | flvdec: Export unknown metadata packets as opaque data | Martin Storsjö | 2018-11-05 | 1 | -4/+14 |
* | flvdec: Rename FLV_STREAM_TYPE_DATA into FLV_STREAM_TYPE_SUBTITLE | Martin Storsjö | 2018-11-05 | 1 | -4/+4 |
* | avformat/flvdec: don't propagate empty extradata | James Almer | 2018-08-24 | 1 | -0/+6 |
* | 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 |
* | lavf/flvdec: Remove an outdated comment. | Carl Eugen Hoyos | 2018-07-25 | 1 | -2/+0 |
* | avformat/flvdec: Set broken_sizes for FlixEngine. | Nikolas Bowe | 2018-02-23 | 1 | -2/+4 |
* | Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f' | James Almer | 2017-10-28 | 1 | -0/+6 |
|\ |
|
| * | flv: Validate the packet size | Luca Barbato | 2017-04-20 | 1 | -0/+6 |
| * | flvdec: Set avg_frame_rate for video streams | Carl Eugen Hoyos | 2017-03-22 | 1 | -0/+9 |
* | | flvdec: Check the avio_seek return value after reading a metadata packet | Martin Storsjö | 2017-10-27 | 1 | -1/+7 |
* | | Revert "flvdec: Check the avio_seek return value after reading a metadata pa... | Steven Liu | 2017-10-27 | 1 | -7/+1 |
* | | flvdec: Check the avio_seek return value after reading a metadata packet | Steven Liu | 2017-09-07 | 1 | -1/+7 |
* | | avformat/flvdec: Set need_context_update when setting the initial extradata | Alex Converse | 2017-09-03 | 1 | -0/+1 |
* | | avformat/flvdec: check FLVHeader PreviousTagSize0 | Steven Liu | 2017-03-28 | 1 | -1/+11 |
* | | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -3/+4 |
|\| |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+2 |
* | | avformat/flvdec: remove meaningless warning | wm4 | 2017-03-06 | 1 | -1/+0 |
* | | refine avformat/flvdec set bit_rate | Steven Liu | 2016-11-26 | 1 | -1/+2 |
* | | avformat/flvdec: move set bit_rate from parse AMF OBJECT to | Steven Liu | 2016-11-26 | 1 | -4/+8 |
* | | lavf/flvdec: Set avg_frame_rate for video streams. | Carl Eugen Hoyos | 2016-11-25 | 1 | -1/+8 |
* | | flvdec: require need_context_update when changing codec id | Andreas Cadhalpun | 2016-11-25 | 1 | -6/+21 |
* | | avformat/flvdec: add debug message to list keyframes index metadata | Steven Liu | 2016-11-19 | 1 | -0/+2 |
* | | avformat/flvdec: Fix regression loosing streams | Michael Niedermayer | 2016-10-28 | 1 | -1/+11 |
* | | lavf/flvdec: init AVPacket::pos to FLVTAG offset | Suman- | 2016-10-26 | 1 | -0/+1 |
* | | avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i... | Xinzheng Zhang | 2016-07-27 | 1 | -2/+6 |
* | | avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind... | Xinzheng Zhang | 2016-07-27 | 1 | -16/+60 |
* | | avformat/flvdec: Do not check last size if it could not be read due to EOF | Michael Niedermayer | 2016-06-22 | 1 | -0/+1 |
* | | avformat/flvdec: Also print sum_flv_tag_size on size mismatches | Michael Niedermayer | 2016-06-22 | 1 | -1/+1 |
* | | avformat/flvdec: Accept last size if its off by 1 | Michael Niedermayer | 2016-06-22 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -141/+137 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -122/+127 |