aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.Gravatar diego2007-11-13
* Check for second stream presence, fixes single stream playback (from amol)Gravatar lu_zero2007-11-13
* 10l video != audioGravatar lu_zero2007-11-13
* support extradata for audio streamsGravatar lu_zero2007-11-13
* fetch metadata for audio (from amol)Gravatar lu_zero2007-11-13
* Revert stray commit r25027Gravatar lu_zero2007-11-13
* fix typo spotted by coreyGravatar compn2007-11-13
* Remove an useless conditional suggested by Emanuele Giaquinta.Gravatar ulion2007-11-13
* Check for second stream presence, fixes single stream playback (from amol)Gravatar lu_zero2007-11-13
* Add missing call to audio_in_uninit in v4l2 tv driver.Gravatar voroshil2007-11-13
* Replace stupid "unsigned long" by the correct uint32_t.Gravatar reimar2007-11-12
* Use proper inttypes.h types instead of broken uint32 etc. definesGravatar reimar2007-11-12
* 10l video != audioGravatar lu_zero2007-11-12
* support extradata for audio streamsGravatar lu_zero2007-11-12
* fetch metadata for audio (from amol)Gravatar lu_zero2007-11-12
* Add support for mpeg4video-es (from dario)Gravatar lu_zero2007-11-12
* fix forcefps (from amol)Gravatar lu_zero2007-11-12
* Refactor demux_nemesi (from amol)Gravatar lu_zero2007-11-12
* unaligned store, should fix bug #893Gravatar lu_zero2007-11-11
* Prefer DMO Windows Media codecs over the DShow ones. They are considerablyGravatar diego2007-11-11
* Remove useless definition.Gravatar ulion2007-11-11
* OGG_MUXER was renamed to LIBOGG_MUXER in FFmpeg.Gravatar diego2007-11-11
* Better handling of win32 GUI thread:Gravatar zuxy2007-11-11
* Indent fix for last change.Gravatar ulion2007-11-11
* Support mute when passthrough to digital output.Gravatar ulion2007-11-11
* wording/grammar/spelling/formattingGravatar diego2007-11-10
* & => &Gravatar nicodvb2007-11-10
* Get rid of M$ silliness.Gravatar diego2007-11-10
* at the end of open() warn users that seeking won't work correctly if the cach...Gravatar nicodvb2007-11-10
* switch_audio works with many other formats than describedGravatar nicodvb2007-11-10
* small rephrasingGravatar nicodvb2007-11-10
* a couple of tricks to improve playback resistance and usability of dvb streamsGravatar nicodvb2007-11-10
* Make crash-debug gdb auto-execute "bt"Gravatar reimar2007-11-10
* Restore terminal for gdb with -crash-debug by calling getch2_disable()Gravatar reimar2007-11-10
* Fix dead lock when changing and restoring stream format for digital output,Gravatar ulion2007-11-10
* Make page up and down with proper page size instead of always 10 rows.Gravatar ulion2007-11-10
* J/X8-Frames in WMV2 are finally supported!Gravatar reimar2007-11-09
* Add missing header files, fixes the warnings:Gravatar diego2007-11-09
* Add missing header file, fixes the warnings:Gravatar diego2007-11-09
* Remove misleading comment and remove unnecessary #includes.Gravatar diego2007-11-09
* Rearrange headers to get rid of an #undef and remove unnecessary headers.Gravatar diego2007-11-09
* Remove unnecessary dsputil.h #include, fixes the warnings:Gravatar diego2007-11-09
* #include libavcodec/eval.h instead of manually declaring ff_eval.Gravatar diego2007-11-09
* const fixGravatar rfelker2007-11-09
* ack, can't believe i wrote this crap with void pointer arithmeticGravatar rfelker2007-11-09
* begin moving const filter data to .text/.rodata sectionsGravatar rfelker2007-11-09
* stage 1 of applying const to vf structsGravatar rfelker2007-11-09
* vf_screenshot does not depend on libpng; it uses libavcodec nowGravatar rfelker2007-11-09
* correct const usage in the option handling code so that tables can beGravatar rfelker2007-11-09
* Enable ontop command from mplayer to be sent to mplayer osx.Gravatar ulion2007-11-09