summaryrefslogtreecommitdiffstats
path: root/src/jogl/native/libav
Commit message (Expand)AuthorAgeFilesLines
* Complete commit 4b866d2686ab9c3fd7cf6708925b4663ad81e359: Relocate FFMPEGNati...Sven Gothel2013-09-131-0/+50
* Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-113-98/+86
* FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com...Sven Gothel2013-09-011-2/+2
* ffmpeg_impl_template: Remove DEBUG line ..Sven Gothel2013-09-011-1/+1
* FFMPEG/GLMediaPlayer: Fix compiler errors w/ new MingW 4.8.1: 'strsafe.h' -> ...Sven Gothel2013-08-312-4/+10
* GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-302-34/+47
* FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca...Sven Gothel2013-08-303-33/+52
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-296-136/+638
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-281-79/+81
* Fix libav/ffmpeg compilation: Use 'dot less' dir/file names; Compile ffmpeg v...Sven Gothel2013-08-287-79/+80
* Fix libav/ffmpeg compilation across platforms: Move header back to 'stub_incl...Sven Gothel2013-08-27119-27966/+0
* GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-272-60/+123
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-26124-63/+28166
* ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-codeSven Gothel2013-08-262-190/+4
* libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti...Sven Gothel2013-08-262-28/+207
* libav/ffmpeg: Prepare for lavc54.lavf54.lavu52Sven Gothel2013-08-252-10/+46
* AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...Sven Gothel2013-08-242-4/+4
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONESven Gothel2013-08-242-20/+28
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIPSven Gothel2013-08-232-62/+437
* GLMediaPlayer: Use URI instead of URL / Misc refinementsSven Gothel2013-08-171-16/+4
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIPSven Gothel2013-08-162-31/+90
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIPSven Gothel2013-08-142-79/+163
* GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...Sven Gothel2013-08-102-14/+53
* FFMPEGPlayer Audio Sink Refactoring ..Sven Gothel2013-07-192-57/+34
* FFMPEGMediaPlayer: fix audio pts for varying audio frame format.Xerxes Rånby2013-05-121-1/+1
* FFMPEGMediaPlayer: Poor mans audio/video sync.Xerxes Rånby2013-05-121-6/+32
* FFMPEGMediaPlayer: blocking Java Sound outputXerxes Rånby2013-05-101-4/+6
* FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra...Xerxes Rånby2013-05-101-1/+13
* FFMPEGMediaPlayer: Decode all frames inside video packet.Xerxes Rånby2013-05-101-5/+29
* FFMPEGMediaPlayer: Lookup decoded audio data_size using av_samples_get_buffer...Xerxes Rånby2013-05-101-6/+18
* FFMPEGMediaPlayer: Use the Audio codec to decode audio. Also prevent double f...Xerxes Rånby2013-05-101-3/+5
* FFMPEGMediaPlayer: Decode audio frames.Xerxes Rånby2013-05-101-7/+19
* FFMPEGMediaPlayer: Fix mpeg seek using time_base.num 1 , time_base.den 90000Xerxes Rånby2013-04-151-3/+5
* C code: remove warningsSven Gothel2012-07-061-3/+3
* FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom...Sven Gothel2012-04-211-155/+198
* Adding initial Libav/FFMpeg GLMediaPlayer implementationSven Gothel2012-04-162-0/+780