381 Commits (10e3f18c8db1634a254bfcd242b517acf948d911)

Author SHA1 Message Date
Xinzheng Zhang ad14aab3b4 avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_index() when stream created or keyframe parsed 8 years ago
Xinzheng Zhang cd141e71bd avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_index() 8 years ago
Michael Niedermayer e0faad837c avformat/flvdec: Do not check last size if it could not be read due to EOF 9 years ago
Michael Niedermayer 3f380b9b40 avformat/flvdec: Also print sum_flv_tag_size on size mismatches 9 years ago
Michael Niedermayer e8931d79cc avformat/flvdec: Accept last size if its off by 1 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Thierry Foucu 9a09952695 lavf/flvdec: Allow files where the PreviousTagSize is not set according to the spec. 9 years ago
Martin Storsjö e4eb13ca77 flvdec: Add sanity checking of the last packet size 9 years ago
Michael Niedermayer 09f4822e4e flvdec: perform duration search just once 9 years ago
Anton Khirnov 09ae7b81ea flvdec: do not create any streams in read_header() 9 years ago
Michael Niedermayer ab7ff38052 avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in type int 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Nicolas George 0bac7a436b lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer ce0834bdd6 avformat/flvdec: set broken_sizes for "metadatacreator : MEGA" 9 years ago
Michael Niedermayer f4585e666f avformat/flvdec: Print stream type in case a new stream is discovered after the header 9 years ago
Michael Niedermayer e34ba5ec53 avformat/flvdec: Remove dead loop 9 years ago
Michael Niedermayer 14f6c4356b avformat/flvdec: accept sizes if they are off by 11 9 years ago
Thierry Foucu 7f72f2d75e libavformat/flvdec.c: free always the packet after a resync. 9 years ago
Michael Niedermayer e3cf978cdd avformat/flvdec: Detect broken sizes (OBS 0.655b), disable resync for affected files 9 years ago
Michael Niedermayer cbbd906be6 avformat/flvdec: Check that sizes match and resync if not 9 years ago
Michael Niedermayer 3496a20bb9 avformat/flvdec: Change packet loop to return EAGAIN instead of looping until a valid packet is foud 9 years ago
Michael Niedermayer 5629143433 avformat/flvdec: Use the first index entry to find the first packet if there was a parsing error in the header 9 years ago
Michael Niedermayer fd6296e412 avformat/flvdec: Print last packet size at trace level 9 years ago
Michael Niedermayer 6bed88ac78 avformat/flvdec: Print terminator value found if it differs from AMF_END_OF_OBJECT in AMF_DATA_TYPE_MIXEDARRAY 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara a7ac1a7b94 flv: Name an enum and use its type 10 years ago
Igor Derzhavin 203f9c8ff0 libavformat/flvdec.c: don't build index_entries for input stream if AVIOContext is not seekable 10 years ago
Ganesh Ajjanagadde a86928d2ab flvdec: fix lack of duration for some files 10 years ago
Michael Niedermayer 108b738db1 avformat/flvdec: Show unknown tags at debug level 10 years ago
Michael Niedermayer 790a3cdf76 avformat/flvdec: Add TYPE_ONCAPTIONINFO 10 years ago
Michael Niedermayer b2fecce3c1 avformat/flvdec: increase buffer size for parsing metadata string key 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer 3727cd5416 avformat/flvdec: add support for OnCaption 10 years ago
Michael Niedermayer 1df64d6c46 avformat/flvdec: re enable flv_data_packet() 10 years ago
Michael Niedermayer 7869b2959d avformat/flvdec: Change subtitle stream type to subtitle type 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Clément Bœsch 6a29499b95 avformat/flvdec: remove duplicated line error 10 years ago
Michael Niedermayer efc4bfc195 avformat/flvdec: use named identifier instead of literal numbers as return values 10 years ago
Michael Niedermayer eb767a276b avformat/flvdec: Increase string array size 10 years ago
Michael Niedermayer 322f0f5960 avformat/flvdec: do not inject dts=0 metadata packets which failed to be parsed into a new data stream 10 years ago
Michael Niedermayer 5c37ffca59 avformat/flvdec: add several error messages to error conditions 10 years ago
Michael Niedermayer 91ea466551 avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 0fadbd3623 avformat/flvdec: fix potential use of uninitialized variables 10 years ago
Uwe L. Korn 40665d27e3 flvdec: Document how the duration is retrieved at the end of the file 10 years ago
Vittorio Giovara 629b2ed0ac flvdec: make sure to check create_stream and report the same error 10 years ago
Vittorio Giovara f22aa6b841 flvdec: avoid unitialized use of a struct member 10 years ago
Steven Liu 03efd73082 avformat/flvdec: read the correct bits into the tag type 10 years ago