summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
Commit message (Expand)AuthorAge
* 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
* | avformat/flvdec: do not inject dts=0 metadata packets which failed to be pars...Michael Niedermayer2015-01-01
* | avformat/flvdec: add several error messages to error conditionsMichael Niedermayer2015-01-01
* | avformat/flvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-16
* | avformat/flvdec: fix potential use of uninitialized variablesMichael Niedermayer2014-12-10
* | Merge commit '40665d27e38e6a2f65037878202bd1a398c7683e'Michael Niedermayer2014-11-25
|\|
| * flvdec: Document how the duration is retrieved at the end of the fileUwe L. Korn2014-11-24
* | Merge commit '629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae'Michael Niedermayer2014-10-21
|\|
| * flvdec: make sure to check create_stream and report the same errorVittorio Giovara2014-10-21
* | Merge commit 'f22aa6b841dc54fa1dd804303885b1e230a5f629'Michael Niedermayer2014-10-21
|\|
| * flvdec: avoid unitialized use of a struct memberVittorio Giovara2014-10-21
* | avformat/flvdec: read the correct bits into the tag typeSteven Liu2014-09-04
* | Merge commit '0f789322efa78a672e4c3027e5cc12b8a947043a'Michael Niedermayer2014-08-13
|\|
| * flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone2014-08-13
* | Merge commit '93c04e095dc37ebdab22174e88cfa91e24940866'Michael Niedermayer2014-08-13
|\|
| * Expose metadata found in onCuePoint events in .flv files.Andrew Stone2014-08-13
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit 'fa14804c83a7108a50c63d1f2180e30c75909529'Michael Niedermayer2014-08-01
|\|
| * flv: Index the audio streamLuca Barbato2014-08-01
* | avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 tooMichael Niedermayer2014-07-23