400 Commits (dc16c9dd90593ffc3642d4a531b73ae6ea836a97)

Author SHA1 Message Date
Nikolas Bowe ce8a12fb72 avformat/flvdec: Set broken_sizes for FlixEngine. 7 years ago
Martin Storsjö 15537c904e flvdec: Check the avio_seek return value after reading a metadata packet 7 years ago
Steven Liu 171adca696 Revert "flvdec: Check the avio_seek return value after reading a metadata packet" 7 years ago
Steven Liu ef7fe81b85 flvdec: Check the avio_seek return value after reading a metadata packet 7 years ago
Martin Storsjö 585dc1aece flvdec: Check the avio_seek return value after reading a metadata packet 7 years ago
Alex Converse 4d2b9ece45 avformat/flvdec: Set need_context_update when setting the initial extradata 7 years ago
Luca Barbato 279e3aaa14 flv: Validate the packet size 8 years ago
Steven Liu c0628919b8 avformat/flvdec: check FLVHeader PreviousTagSize0 8 years ago
Carl Eugen Hoyos 628ce8b8b6 flvdec: Set avg_frame_rate for video streams 8 years ago
wm4 ef86488696 avformat/flvdec: remove meaningless warning 8 years ago
Steven Liu af7d0ad983 refine avformat/flvdec set bit_rate 8 years ago
Steven Liu 7c5478a203 avformat/flvdec: move set bit_rate from parse AMF OBJECT to 8 years ago
Carl Eugen Hoyos e0791c5aaf lavf/flvdec: Set avg_frame_rate for video streams. 8 years ago
Andreas Cadhalpun 98b3a7979f flvdec: require need_context_update when changing codec id 8 years ago
Steven Liu 4696f7639b avformat/flvdec: add debug message to list keyframes index metadata 8 years ago
Michael Niedermayer 077939626e avformat/flvdec: Fix regression loosing streams 8 years ago
Suman- a81494b603 lavf/flvdec: init AVPacket::pos to FLVTAG offset 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
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