350 Commits (63fb5a6aefb4223334001fd2c0d82a5e22e3b528)

Author SHA1 Message Date
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
Andrew Stone 0f789322ef flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 10 years ago
Andrew Stone 93c04e095d Expose metadata found in onCuePoint events in .flv files. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Luca Barbato fa14804c83 flv: Index the audio stream 10 years ago
Michael Niedermayer 01b236b704 avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 too 10 years ago
Michael Niedermayer dc5972f886 avformat/flvdec: give live_flvdec a separate name 11 years ago
Michael Niedermayer 2fbdfba0f2 avformat/flvdec: Support live flv / NGINX RTMP streams 11 years ago
Uwe L. Korn a1859032e3 flvdec: Do not default to a video and audio stream 11 years ago
Michael Niedermayer e9ad121ba5 Fix skiping typos 11 years ago
Luca Barbato 152b797cd6 flv: Do not mangle dts values for negative cts 11 years ago
Luca Barbato 5d983fdbca flv: Warn only once 11 years ago
Luca Barbato 374fdc8c07 flv: Improve log messages 11 years ago
Michael Niedermayer b9017fdd42 avformat/flvdec: also include file position in debug output 11 years ago
Michael Niedermayer dbc3e1109c avformat/flvdec: discard inconsistent timestamps 11 years ago
Benjamin Larsson 547f834537 flv: Workaround for buggy Omnia A/XE encoder 11 years ago
Michael Niedermayer 396ddcf22d avformat/flvdec: initialize context before reading from it 11 years ago
Michael Niedermayer d8d5258bb7 avformat/flvdec: use ff_get_extradata() 11 years ago
Alex Sukhanov cc0e2ba1aa Enable parser in FLV demuxer for H264 codec 11 years ago
Paul B Mahol a688176535 avformat/flvdec: use avpriv_request_sample() 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Luca Barbato c951e4b442 flv: Make onTextData parsing robust 11 years ago
Luca Barbato 0a9425d7cf flv: Do not export datastream as metadata 11 years ago
Luca Barbato f4634ae8a8 flv: Fix the help string 11 years ago
Michael Niedermayer 61a28d00e8 flvdec: silence unused warning 11 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 11 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 11 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 11 years ago