summaryrefslogtreecommitdiffstats
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/flvdec: Set broken_sizes for FlixEngine.Nikolas Bowe2018-02-231-2/+4
* Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f'James Almer2017-10-281-0/+6
|\
| * flv: Validate the packet sizeLuca Barbato2017-04-201-0/+6
| * flvdec: Set avg_frame_rate for video streamsCarl Eugen Hoyos2017-03-221-0/+9
* | flvdec: Check the avio_seek return value after reading a metadata packetMartin Storsjö2017-10-271-1/+7
* | Revert "flvdec: Check the avio_seek return value after reading a metadata pa...Steven Liu2017-10-271-7/+1
* | flvdec: Check the avio_seek return value after reading a metadata packetSteven Liu2017-09-071-1/+7
* | avformat/flvdec: Set need_context_update when setting the initial extradataAlex Converse2017-09-031-0/+1
* | avformat/flvdec: check FLVHeader PreviousTagSize0Steven Liu2017-03-281-1/+11
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-3/+4
|\ \ | |/
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+2
* | avformat/flvdec: remove meaningless warningwm42017-03-061-1/+0
* | refine avformat/flvdec set bit_rateSteven Liu2016-11-261-1/+2
* | avformat/flvdec: move set bit_rate from parse AMF OBJECT toSteven Liu2016-11-261-4/+8
* | lavf/flvdec: Set avg_frame_rate for video streams.Carl Eugen Hoyos2016-11-251-1/+8
* | flvdec: require need_context_update when changing codec idAndreas Cadhalpun2016-11-251-6/+21
* | avformat/flvdec: add debug message to list keyframes index metadataSteven Liu2016-11-191-0/+2
* | avformat/flvdec: Fix regression loosing streamsMichael Niedermayer2016-10-281-1/+11
* | lavf/flvdec: init AVPacket::pos to FLVTAG offsetSuman-2016-10-261-0/+1
* | avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang2016-07-271-2/+6
* | avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang2016-07-271-16/+60
* | avformat/flvdec: Do not check last size if it could not be read due to EOFMichael Niedermayer2016-06-221-0/+1
* | avformat/flvdec: Also print sum_flv_tag_size on size mismatchesMichael Niedermayer2016-06-221-1/+1
* | avformat/flvdec: Accept last size if its off by 1Michael Niedermayer2016-06-221-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-141/+137
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-122/+127
* | lavf/flvdec: Allow files where the PreviousTagSize is not set according to th...Thierry Foucu2016-01-291-1/+5
* | Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063'Derek Buitenhuis2016-01-271-11/+13
|\ \ | |/
| * flvdec: Add sanity checking of the last packet sizeMartin Storsjö2016-01-191-7/+9
* | Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d'Derek Buitenhuis2016-01-271-1/+2
|\ \ | |/
| * flvdec: perform duration search just onceMichael Niedermayer2016-01-191-1/+4
| * flvdec: do not create any streams in read_header()Anton Khirnov2015-12-121-9/+2
* | avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer2015-12-041-1/+1
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-031-7/+7
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* | avformat/flvdec: set broken_sizes for "metadatacreator : MEGA"Michael Niedermayer2015-10-121-0/+2
* | avformat/flvdec: Print stream type in case a new stream is discovered after t...Michael Niedermayer2015-10-071-1/+1
* | avformat/flvdec: Remove dead loopMichael Niedermayer2015-10-061-3/+0
* | avformat/flvdec: accept sizes if they are off by 11Michael Niedermayer2015-10-021-1/+3
* | libavformat/flvdec.c: free always the packet after a resync.Thierry Foucu2015-09-291-1/+1
* | avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affecte...Michael Niedermayer2015-09-191-1/+12
* | avformat/flvdec: Check that sizes match and resync if notMichael Niedermayer2015-09-161-1/+47
* | avformat/flvdec: Change packet loop to return EAGAIN instead of looping until...Michael Niedermayer2015-09-161-6/+12
* | avformat/flvdec: Use the first index entry to find the first packet if there ...Michael Niedermayer2015-09-131-0/+7
* | avformat/flvdec: Print last packet size at trace levelMichael Niedermayer2015-09-131-2/+3
* | avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_O...Michael Niedermayer2015-09-131-2/+6
OpenPOWER on IntegriCloud