| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | lavf/flvdec: Allow files where the PreviousTagSize is not set according to th... | Thierry Foucu | 2016-01-29 | 1 | -1/+5 |
* | | Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063' | Derek Buitenhuis | 2016-01-27 | 1 | -11/+13 |
|\| |
|
| * | flvdec: Add sanity checking of the last packet size | Martin Storsjö | 2016-01-19 | 1 | -7/+9 |
* | | Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d' | Derek Buitenhuis | 2016-01-27 | 1 | -1/+2 |
|\| |
|
| * | flvdec: perform duration search just once | Michael Niedermayer | 2016-01-19 | 1 | -1/+4 |
| * | flvdec: do not create any streams in read_header() | Anton Khirnov | 2015-12-12 | 1 | -9/+2 |
* | | avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ... | Michael Niedermayer | 2015-12-04 | 1 | -1/+1 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN). | Nicolas George | 2015-12-03 | 1 | -7/+7 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | avformat/flvdec: set broken_sizes for "metadatacreator : MEGA" | Michael Niedermayer | 2015-10-12 | 1 | -0/+2 |
* | | avformat/flvdec: Print stream type in case a new stream is discovered after t... | Michael Niedermayer | 2015-10-07 | 1 | -1/+1 |
* | | avformat/flvdec: Remove dead loop | Michael Niedermayer | 2015-10-06 | 1 | -3/+0 |
* | | avformat/flvdec: accept sizes if they are off by 11 | Michael Niedermayer | 2015-10-02 | 1 | -1/+3 |
* | | libavformat/flvdec.c: free always the packet after a resync. | Thierry Foucu | 2015-09-29 | 1 | -1/+1 |
* | | avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affecte... | Michael Niedermayer | 2015-09-19 | 1 | -1/+12 |
* | | avformat/flvdec: Check that sizes match and resync if not | Michael Niedermayer | 2015-09-16 | 1 | -1/+47 |
* | | avformat/flvdec: Change packet loop to return EAGAIN instead of looping until... | Michael Niedermayer | 2015-09-16 | 1 | -6/+12 |
* | | avformat/flvdec: Use the first index entry to find the first packet if there ... | Michael Niedermayer | 2015-09-13 | 1 | -0/+7 |
* | | avformat/flvdec: Print last packet size at trace level | Michael Niedermayer | 2015-09-13 | 1 | -2/+3 |
* | | avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_O... | Michael Niedermayer | 2015-09-13 | 1 | -2/+6 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|