summaryrefslogtreecommitdiffstats
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91'Michael Niedermayer2015-06-121-1/+2
|\ \ | |/
| * flv: Name an enum and use its typeVittorio Giovara2015-06-121-1/+2
* | libavformat/flvdec.c: don't build index_entries for input stream if AVIOConte...Igor Derzhavin2015-06-101-2/+3
* | flvdec: fix lack of duration for some filesGanesh Ajjanagadde2015-06-051-1/+1
* | avformat/flvdec: Show unknown tags at debug levelMichael Niedermayer2015-06-051-1/+3
* | avformat/flvdec: Add TYPE_ONCAPTIONINFOMichael Niedermayer2015-06-051-0/+4
* | avformat/flvdec: increase buffer size for parsing metadata string keyMichael Niedermayer2015-06-051-1/+1
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-3/+3
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-3/+3
* | avformat/flvdec: add support for OnCaptionMichael Niedermayer2015-03-131-3/+14
* | avformat/flvdec: re enable flv_data_packet()Michael Niedermayer2015-03-131-2/+7
* | avformat/flvdec: Change subtitle stream type to subtitle typeMichael Niedermayer2015-03-131-8/+8
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avformat/flvdec: remove duplicated line errorClément Bœsch2015-01-011-1/+0
* | avformat/flvdec: use named identifier instead of literal numbers as return va...Michael Niedermayer2015-01-011-3/+6
* | avformat/flvdec: Increase string array sizeMichael Niedermayer2015-01-011-1/+1
* | avformat/flvdec: do not inject dts=0 metadata packets which failed to be pars...Michael Niedermayer2015-01-011-3/+3
* | avformat/flvdec: add several error messages to error conditionsMichael Niedermayer2015-01-011-2/+10
* | avformat/flvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-161-1/+1
* | avformat/flvdec: fix potential use of uninitialized variablesMichael Niedermayer2014-12-101-3/+3
* | Merge commit '40665d27e38e6a2f65037878202bd1a398c7683e'Michael Niedermayer2014-11-251-0/+4
|\ \ | |/
| * flvdec: Document how the duration is retrieved at the end of the fileUwe L. Korn2014-11-241-0/+4
* | Merge commit '629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae'Michael Niedermayer2014-10-211-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud