aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* sync w/r21561Gravatar gpoirier2006-12-11
* sync w/ r21506 and miscGravatar gpoirier2006-12-11
* sync w/ r21486Gravatar gpoirier2006-12-11
* Fix --extra-libs-mplayer and --extra-libs-mencoder.Gravatar diego2006-12-11
* small updates, cosmeticsGravatar diego2006-12-11
* 10l, forgot to add _inc_x11 to X11 cc checkGravatar reimar2006-12-11
* (hopefully) the rest of PPC modificationsGravatar henry2006-12-11
* OpenAL volume controlGravatar reimar2006-12-10
* Better default CFLAGS for non-gnu, non-intel compilersGravatar reimar2006-12-10
* Respect -noidx in lavf demuxerGravatar reimar2006-12-10
* Make sure closesocket is called.Gravatar reimar2006-12-10
* STREAM_UNSUPPORTED is -1, so use the former for return value in all places.Gravatar reimar2006-12-10
* Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)Gravatar reimar2006-12-10
* Revert my previous, broken commitGravatar torinthiel2006-12-10
* Only increase buffer size to avoid crashes when seeking inGravatar reimar2006-12-10
* check that stream_type is DVD before calling dvd_lang_from_aidGravatar nicodvb2006-12-10
* show subtitle language in OSD ; patch by Otvos AttilaGravatar nicodvb2006-12-10
* added function to return the language of the specified subtitle id. Patch byGravatar nicodvb2006-12-10
* Fix realvideo size changes by using our own malloced buffer and export type mpi.Gravatar reimar2006-12-10
* Add x11 include path only to _inc_extra if X11 is actually enabled.Gravatar reimar2006-12-10
* Remove no longer needed always_inline hack in mpbswap.hGravatar reimar2006-12-10
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...Gravatar reimar2006-12-10
* Avoid deprecated _sleep, instead include windows.h and use Sleep just likeGravatar reimar2006-12-10
* ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.Gravatar reimar2006-12-10
* ffmjpeg uses RGB24 for JPEG-LSGravatar reimar2006-12-10
* r21561: update vbuf_size and suggest 400 for HDTV videoGravatar voroshil2006-12-10
* vo_macosx, fix crash when closing windowGravatar nplourde2006-12-10
* Fix a compiler warningGravatar reimar2006-12-10
* Set frequency and correct frequency gettingGravatar reimar2006-12-10
* Set AVFMT_FLAG_GENPTS if -correct-pts is used.Gravatar uau2006-12-10
* Remove a disabled and completely outdated sample rate mismatch warning.Gravatar reimar2006-12-10
* vo_macosx.m disable window animation when going to fullscreenGravatar nplourde2006-12-09
* update vbuf_size and suggest 400 for HDTV videoGravatar nicodvb2006-12-09
* align vbuf_size to the max value allowed by main profile @ high levelGravatar nicodvb2006-12-09
* synced with r21558Gravatar Gabrov2006-12-09
* Fix misplaced http_freeGravatar reimar2006-12-09
* Fix potential endless loop in http_streaming_start dueGravatar reimar2006-12-09
* Fix lots and lots of potential memory/fd leaks in http_streaming_startGravatar reimar2006-12-09
* use dvdnav's palette if availableGravatar nicodvb2006-12-09
* export spu palette; part of a patch by Otvos AttilaGravatar nicodvb2006-12-09
* Avoid memory and fd leaks in asf streaming open code.Gravatar reimar2006-12-09
* Forgotten closesocket on error, patch byGravatar reimar2006-12-09
* Close fd on error.Gravatar reimar2006-12-09
* Fix ppc without altivec compilationGravatar reimar2006-12-09
* cscd produces BGR15, not BGR16Gravatar reimar2006-12-09
* Replace another MIN macro by FFMINGravatar reimar2006-12-09
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Improve OpenAL speaker positions a bit.Gravatar reimar2006-12-09
* Remove condition that should always be trueGravatar reimar2006-12-09
* Fix crash in ogg demuxer uninit with -aidGravatar reimar2006-12-09