216 Commits (2d6b3f3a9dce409ca51d70ef4b85c0593bb4b109)

Author SHA1 Message Date
Martin Storsjö 585dc1aece flvdec: Check the avio_seek return value after reading a metadata packet 7 years ago
Luca Barbato 279e3aaa14 flv: Validate the packet size 8 years ago
Carl Eugen Hoyos 628ce8b8b6 flvdec: Set avg_frame_rate for video streams 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 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
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
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 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
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
Luca Barbato fa14804c83 flv: Index the audio stream 10 years ago
Uwe L. Korn a1859032e3 flvdec: Do not default to a video and audio stream 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
Benjamin Larsson 547f834537 flv: Workaround for buggy Omnia A/XE encoder 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
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
Diego Biurrun 6ff15cd569 Remove unreachable returns 11 years ago
Justin Ruggles e46a2a7309 flvdec: read audio sample size and channels metadata 12 years ago
Justin Ruggles c3d0157753 flvdec: use the correct audio codec id when parsing metadata 12 years ago
Martin Storsjö c5a738ca4e flvdec: Check the return value of a malloc 12 years ago
Martin Storsjö c91c63b538 flvdec: Don't read the VP6 header byte when setting codec type based on metadata 12 years ago
Justin Ruggles 644d8d2e5a flvdec: set channel layout 12 years ago
Anton Khirnov ee0dadc109 flvdec: always set AVFMTCTX_NOHEADER. 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Luca Barbato 41f43202cf flvdec: remove spurious use of stream id 12 years ago
Martin Storsjö e43f56b205 flvdec: Treat all nellymoser versions as the same codec 13 years ago
Luca Barbato 5b54a90c8b flvdec: optionally trust the metadata 13 years ago
Luca Barbato 09a445ce34 flvdec: initial stream switch support 13 years ago
Damien Fetis b92c7ee662 flv: add support for G.711 13 years ago
Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
Luca Barbato 21e2dc9fb7 flv: support stream text data as onTextData 13 years ago
Martin Storsjö 1e8561e369 flvdec: Make sure sample_rate is set to the updated value 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Michael Niedermayer e60bdb7e5c flvdec: Remove the now redundant check for known broken metadata creator 13 years ago