- 20 Sep, 2010 5 commits
- 23 Apr, 2010 1 commit
-
-
gb authored
There are tons of bugs left: - Decoder API not nice enough with error conditions - FFmpeg parser is sometimes broken - Packets queue can be lost
-
and codec setup (probe). This fixes a memory leak (avctx, pctx) on destroy and most interestingly makes it possible to detect unsupported codecs.
- Simplify parsing with an AVCodeParserContext.
There are tons of bugs left: - Decoder API not nice enough with error conditions - FFmpeg parser is sometimes broken - Packets queue can be lost