log

age author description
2006-12-10 reimar STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
2006-12-10 reimar Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
2006-12-10 torinthiel Revert my previous, broken commit
2006-12-10 reimar Only increase buffer size to avoid crashes when seeking in
2006-12-10 nicodvb check that stream_type is DVD before calling dvd_lang_from_aid
2006-12-10 nicodvb show subtitle language in OSD ; patch by Otvos Attila
2006-12-10 nicodvb added function to return the language of the specified subtitle id. Patch by
2006-12-10 reimar Fix realvideo size changes by using our own malloced buffer and export type mpi.
2006-12-10 reimar Add x11 include path only to _inc_extra if X11 is actually enabled.
2006-12-10 reimar Remove no longer needed always_inline hack in mpbswap.h
2006-12-10 reimar Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
2006-12-10 reimar Avoid deprecated _sleep, instead include windows.h and use Sleep just like
2006-12-10 reimar ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
2006-12-10 reimar ffmjpeg uses RGB24 for JPEG-LS
2006-12-10 voroshil r21561: update vbuf_size and suggest 400 for HDTV video
2006-12-10 nplourde vo_macosx, fix crash when closing window
2006-12-10 reimar Fix a compiler warning
2006-12-10 reimar Set frequency and correct frequency getting
2006-12-10 uau Set AVFMT_FLAG_GENPTS if -correct-pts is used.
2006-12-10 reimar Remove a disabled and completely outdated sample rate mismatch warning.
2006-12-09 nplourde vo_macosx.m disable window animation when going to fullscreen
2006-12-09 nicodvb update vbuf_size and suggest 400 for HDTV video
2006-12-09 nicodvb align vbuf_size to the max value allowed by main profile @ high level
2006-12-09 Gabrov synced with r21558
2006-12-09 reimar Fix misplaced http_free
2006-12-09 reimar Fix potential endless loop in http_streaming_start due
2006-12-09 reimar Fix lots and lots of potential memory/fd leaks in http_streaming_start
2006-12-09 nicodvb use dvdnav's palette if available
2006-12-09 nicodvb export spu palette; part of a patch by Otvos Attila
2006-12-09 reimar Avoid memory and fd leaks in asf streaming open code.
2006-12-09 reimar Forgotten closesocket on error, patch by
2006-12-09 reimar Close fd on error.
2006-12-09 reimar Fix ppc without altivec compilation
2006-12-09 reimar cscd produces BGR15, not BGR16
2006-12-09 reimar Replace another MIN macro by FFMIN
2006-12-09 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
2006-12-09 reimar Improve OpenAL speaker positions a bit.
2006-12-09 reimar Remove condition that should always be true
2006-12-09 reimar Fix crash in ogg demuxer uninit with -aid
2006-12-09 reimar Half-properly set up OpenAL position stuff
2006-12-09 henry sync to libmpeg2-0.4.1
2006-12-09 voroshil r21537: General reformatting round:
2006-12-09 nplourde do not force arch and isysroot in osx
2006-12-08 voroshil Fix bmovl-test build error
2006-12-08 torinthiel Ignore .depend properly
2006-12-08 torinthiel General reformatting round:
2006-12-08 torinthiel .norecurse should be ignored
2006-12-07 nicodvb made vorbis_info a member of ogg_stream rather than ogg_demuxer;
2006-12-07 kraymer r21531: Document geq filter.
2006-12-07 voroshil r21529: spelling
2006-12-07 voroshil Typo
2006-12-07 diego Document geq filter.
2006-12-07 kraymer r21529: spelling
2006-12-07 diego spelling
2006-12-07 diego Fix mplayer-rc.o build.
2006-12-07 kraymer r21503: updated documentation of -mpegopts :tele*
2006-12-07 jheryan Synced with 30.11.2006
2006-12-07 reimar vorbis_comment is only used locally, move it out of demuxer struct
2006-12-07 reimar Remove unused ov_struct_t
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.