OSDN Git Service

stagefright-plugins: Fix timestamp calculation
[android-x86/external-stagefright-plugins.git] / extractor / FFmpegExtractor.cpp
2016-04-02 Steve Kondikstagefright-plugins: Fix timestamp calculation
2016-03-31 Ethan Chenstagefright-plugins: Convert calls to av_free_packet...
2016-02-23 Keith Mokstagefright-plugins: Skip 2nd parsing for ogg
2016-02-20 Keith Mokstagefright-plugins: enlarge audio/video queue
2016-02-17 Keith Mokstagefright-plugins: prevent deadlock
2016-02-10 Keith Mokstagefright-plugins: workaround negative timestamp
2016-01-23 Keith Mokstagefright-plugins: Fix mov file streaming
2016-01-22 Keith Mokstagefright-plugins: Fix video orientation
2016-01-18 Keith Mokstagefright-plugins: Skip stream with jpeg tag
2016-01-06 Keith Mokstagefright-plugins: Fix certain HEVC file cannot playback
2016-01-04 Steve Kondikstagefright-plugins: Parse file metadata tags
2015-12-30 Steve Kondikstagefright-plugins: Wait for reader shutdown on EOS
2015-12-29 Steve Kondikstagefright-plugins: Only do as much sniffing as necessary
2015-12-28 Keith Mokstagefright-plugins: Increase confidence on HEVC mp2p...
2015-12-27 Steve Kondikstagefright-plugins: Fix thumbnail issues
2015-12-27 Steve Kondikstagefright-plugins: Pass the container format in the...
2015-12-27 Steve Kondikstagefright-plugins: Remove voodoo from sniff logic
2015-12-27 Steve Kondikstagefright-plugins: Add special case for DivX containers
2015-12-27 Steve Kondikstagefright-plugins: Fix HEVC extradata handling
2015-12-27 Steve Kondikstagefright-plugins: Always use FFMPEG for FLAC audio
2015-12-23 Scott Mertzstagefright-plugins: remove global dictionaries
2015-12-21 Steve Kondikstagefright-plugins: Seek to beginning of file on seek...
2015-12-14 Steve Kondikstagefright-plugins: Really ignore album art "streams"
2015-12-10 Keith Mokffmpeg-extractor: Fix sample aspect ratioa issue
2015-10-28 Steve Kondikstagefright-plugins: Use native sample format
2015-08-31 Christopher R. Palmerffmpeg-extractor: Fix deadlock when stopping the reader...
2015-07-11 Steve Kondikstagefright-plugins: Restructure the code