summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
* avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang2016-07-27
* avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang2016-07-27
* avformat/flvdec: Do not check last size if it could not be read due to EOFMichael Niedermayer2016-06-22
* avformat/flvdec: Also print sum_flv_tag_size on size mismatchesMichael Niedermayer2016-06-22
* avformat/flvdec: Accept last size if its off by 1Michael Niedermayer2016-06-22
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-14
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | lavf/flvdec: Allow files where the PreviousTagSize is not set according to th...Thierry Foucu2016-01-29
* | Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063'Derek Buitenhuis2016-01-27
|\|
| * flvdec: Add sanity checking of the last packet sizeMartin Storsjö2016-01-19
* | Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d'Derek Buitenhuis2016-01-27
|\|
| * flvdec: perform duration search just onceMichael Niedermayer2016-01-19
| * flvdec: do not create any streams in read_header()Anton Khirnov2015-12-12
* | avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer2015-12-04
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | avformat/flvdec: set broken_sizes for "metadatacreator : MEGA"Michael Niedermayer2015-10-12
* | avformat/flvdec: Print stream type in case a new stream is discovered after t...Michael Niedermayer2015-10-07
* | avformat/flvdec: Remove dead loopMichael Niedermayer2015-10-06
* | avformat/flvdec: accept sizes if they are off by 11Michael Niedermayer2015-10-02
* | libavformat/flvdec.c: free always the packet after a resync.Thierry Foucu2015-09-29
* | avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affecte...Michael Niedermayer2015-09-19
* | avformat/flvdec: Check that sizes match and resync if notMichael Niedermayer2015-09-16
* | avformat/flvdec: Change packet loop to return EAGAIN instead of looping until...Michael Niedermayer2015-09-16
* | avformat/flvdec: Use the first index entry to find the first packet if there ...Michael Niedermayer2015-09-13
* | avformat/flvdec: Print last packet size at trace levelMichael Niedermayer2015-09-13
* | avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_O...Michael Niedermayer2015-09-13
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91'Michael Niedermayer2015-06-12
|\|
| * flv: Name an enum and use its typeVittorio Giovara2015-06-12
* | libavformat/flvdec.c: don't build index_entries for input stream if AVIOConte...Igor Derzhavin2015-06-10
* | flvdec: fix lack of duration for some filesGanesh Ajjanagadde2015-06-05
* | avformat/flvdec: Show unknown tags at debug levelMichael Niedermayer2015-06-05
* | avformat/flvdec: Add TYPE_ONCAPTIONINFOMichael Niedermayer2015-06-05
* | avformat/flvdec: increase buffer size for parsing metadata string keyMichael Niedermayer2015-06-05
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avformat/flvdec: add support for OnCaptionMichael Niedermayer2015-03-13
* | avformat/flvdec: re enable flv_data_packet()Michael Niedermayer2015-03-13
* | avformat/flvdec: Change subtitle stream type to subtitle typeMichael Niedermayer2015-03-13
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avformat/flvdec: remove duplicated line errorClément Bœsch2015-01-01
* | avformat/flvdec: use named identifier instead of literal numbers as return va...Michael Niedermayer2015-01-01
* | avformat/flvdec: Increase string array sizeMichael Niedermayer2015-01-01