Fri, 15 Dec 2006 08:20:05 +0000 |
ods15 |
gcc 2.95 fix
|
Thu, 14 Dec 2006 23:47:43 +0000 |
nicodvb |
mpegts uses 3-letter language codes
|
Thu, 14 Dec 2006 23:11:11 +0000 |
nicodvb |
show audio language in osd when playing dvdnav streams
|
Thu, 14 Dec 2006 23:08:09 +0000 |
nicodvb |
implemented dvdnav_lang_from_aid() to retrieve audio language
|
Thu, 14 Dec 2006 22:37:13 +0000 |
nicodvb |
call dvd_lang_from_aid() only if stream_type is DVD
|
Thu, 14 Dec 2006 22:12:28 +0000 |
nicodvb |
support for -alang in dvdnav
|
Thu, 14 Dec 2006 22:11:43 +0000 |
nicodvb |
added dvdnav_aid_from_lang() to support -alang
|
Thu, 14 Dec 2006 18:14:57 +0000 |
reimar |
10l, missing () in check for 32bit endian-conversion hack
|
Thu, 14 Dec 2006 16:48:26 +0000 |
voroshil |
r21612: replace " with ", better readability
|
Thu, 14 Dec 2006 13:50:46 +0000 |
voroshil |
transliteration -> translation for "dB" and "intra"
|
Thu, 14 Dec 2006 13:49:57 +0000 |
torinthiel |
replace " with ", better readability
|
Wed, 13 Dec 2006 23:24:29 +0000 |
corey |
Add missing redirect to /dev/null.
|
Wed, 13 Dec 2006 18:49:46 +0000 |
voroshil |
r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
|
Wed, 13 Dec 2006 18:41:33 +0000 |
voroshil |
spelling fix
|
Wed, 13 Dec 2006 11:23:15 +0000 |
diego |
__CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".
|
Wed, 13 Dec 2006 10:59:14 +0000 |
diego |
Ugly hotfix for --disable-mencoder.
|
Tue, 12 Dec 2006 23:44:33 +0000 |
diego |
wording
|
Tue, 12 Dec 2006 20:36:38 +0000 |
reimar |
Always use tcgetattr/tcsetattr instead of #ifdef mess
|
Tue, 12 Dec 2006 20:29:30 +0000 |
reimar |
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
|
Tue, 12 Dec 2006 19:17:47 +0000 |
reimar |
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
|
Tue, 12 Dec 2006 19:13:48 +0000 |
reimar |
Support for different endianness on client and server with -vo x11
|
Tue, 12 Dec 2006 19:03:57 +0000 |
reimar |
Align image data pointer, this is also in preparation of an upcoming patch
|
Tue, 12 Dec 2006 18:43:10 +0000 |
reimar |
Use XCreateImage instead of XGetImage, this is not only more correct and
|
Tue, 12 Dec 2006 09:40:49 +0000 |
gpoirier |
vstrict=0 is required to create DVDs decodable by standalone dvd players
|
Mon, 11 Dec 2006 22:37:17 +0000 |
reimar |
Mark utf8_get_char parameter as const and fix a compiler warning
|
Mon, 11 Dec 2006 22:32:13 +0000 |
reimar |
Another simplification
|
Mon, 11 Dec 2006 22:29:08 +0000 |
reimar |
Reuse utf8_get_char in subtitle rendering code.
|
Mon, 11 Dec 2006 19:49:04 +0000 |
reimar |
More ChangeLog updates
|
Mon, 11 Dec 2006 18:50:52 +0000 |
henry |
count needs to be even
|
Mon, 11 Dec 2006 14:53:40 +0000 |
gpoirier |
sync w/r21561
|
Mon, 11 Dec 2006 14:21:21 +0000 |
gpoirier |
sync w/ r21506 and misc
|
Mon, 11 Dec 2006 13:05:30 +0000 |
gpoirier |
sync w/ r21486
|
Mon, 11 Dec 2006 10:23:33 +0000 |
diego |
Fix --extra-libs-mplayer and --extra-libs-mencoder.
|
Mon, 11 Dec 2006 10:19:26 +0000 |
diego |
small updates, cosmetics
|
Mon, 11 Dec 2006 08:59:43 +0000 |
reimar |
10l, forgot to add _inc_x11 to X11 cc check
|
Mon, 11 Dec 2006 08:35:49 +0000 |
henry |
(hopefully) the rest of PPC modifications
|
Sun, 10 Dec 2006 22:45:32 +0000 |
reimar |
OpenAL volume control
|
Sun, 10 Dec 2006 22:12:48 +0000 |
reimar |
Better default CFLAGS for non-gnu, non-intel compilers
|
Sun, 10 Dec 2006 21:37:00 +0000 |
reimar |
Respect -noidx in lavf demuxer
|
Sun, 10 Dec 2006 19:47:24 +0000 |
reimar |
Make sure closesocket is called.
|
Sun, 10 Dec 2006 19:38:41 +0000 |
reimar |
STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
|
Sun, 10 Dec 2006 19:35:39 +0000 |
reimar |
Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
|
Sun, 10 Dec 2006 19:25:59 +0000 |
torinthiel |
Revert my previous, broken commit
|
Sun, 10 Dec 2006 18:59:28 +0000 |
reimar |
Only increase buffer size to avoid crashes when seeking in
|
Sun, 10 Dec 2006 17:28:56 +0000 |
nicodvb |
check that stream_type is DVD before calling dvd_lang_from_aid
|
Sun, 10 Dec 2006 17:28:01 +0000 |
nicodvb |
show subtitle language in OSD ; patch by Otvos Attila
|
Sun, 10 Dec 2006 17:25:54 +0000 |
nicodvb |
added function to return the language of the specified subtitle id. Patch by
|
Sun, 10 Dec 2006 16:52:58 +0000 |
reimar |
Fix realvideo size changes by using our own malloced buffer and export type mpi.
|
Sun, 10 Dec 2006 15:10:46 +0000 |
reimar |
Add x11 include path only to _inc_extra if X11 is actually enabled.
|
Sun, 10 Dec 2006 14:46:37 +0000 |
reimar |
Remove no longer needed always_inline hack in mpbswap.h
|
Sun, 10 Dec 2006 14:07:08 +0000 |
reimar |
Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
|
Sun, 10 Dec 2006 14:04:27 +0000 |
reimar |
Avoid deprecated _sleep, instead include windows.h and use Sleep just like
|
Sun, 10 Dec 2006 13:17:54 +0000 |
reimar |
ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
|
Sun, 10 Dec 2006 11:53:19 +0000 |
reimar |
ffmjpeg uses RGB24 for JPEG-LS
|
Sun, 10 Dec 2006 08:19:21 +0000 |
voroshil |
r21561: update vbuf_size and suggest 400 for HDTV video
|
Sun, 10 Dec 2006 01:38:54 +0000 |
nplourde |
vo_macosx, fix crash when closing window
|
Sun, 10 Dec 2006 01:10:53 +0000 |
reimar |
Fix a compiler warning
|
Sun, 10 Dec 2006 01:08:32 +0000 |
reimar |
Set frequency and correct frequency getting
|
Sun, 10 Dec 2006 00:50:38 +0000 |
uau |
Set AVFMT_FLAG_GENPTS if -correct-pts is used.
|
Sun, 10 Dec 2006 00:21:35 +0000 |
reimar |
Remove a disabled and completely outdated sample rate mismatch warning.
|
Sat, 09 Dec 2006 23:57:28 +0000 |
nplourde |
vo_macosx.m disable window animation when going to fullscreen
|
Sat, 09 Dec 2006 22:24:07 +0000 |
nicodvb |
update vbuf_size and suggest 400 for HDTV video
|
Sat, 09 Dec 2006 22:21:37 +0000 |
nicodvb |
align vbuf_size to the max value allowed by main profile @ high level
|
Sat, 09 Dec 2006 21:28:38 +0000 |
Gabrov |
synced with r21558
|
Sat, 09 Dec 2006 19:50:08 +0000 |
reimar |
Fix misplaced http_free
|
Sat, 09 Dec 2006 19:34:46 +0000 |
reimar |
Fix potential endless loop in http_streaming_start due
|
Sat, 09 Dec 2006 19:33:28 +0000 |
reimar |
Fix lots and lots of potential memory/fd leaks in http_streaming_start
|
Sat, 09 Dec 2006 19:24:12 +0000 |
nicodvb |
use dvdnav's palette if available
|
Sat, 09 Dec 2006 19:23:35 +0000 |
nicodvb |
export spu palette; part of a patch by Otvos Attila
|
Sat, 09 Dec 2006 19:12:51 +0000 |
reimar |
Avoid memory and fd leaks in asf streaming open code.
|
Sat, 09 Dec 2006 18:57:48 +0000 |
reimar |
Forgotten closesocket on error, patch by
|
Sat, 09 Dec 2006 18:54:12 +0000 |
reimar |
Close fd on error.
|
Sat, 09 Dec 2006 18:09:41 +0000 |
reimar |
Fix ppc without altivec compilation
|
Sat, 09 Dec 2006 13:32:46 +0000 |
reimar |
cscd produces BGR15, not BGR16
|
Sat, 09 Dec 2006 12:25:25 +0000 |
reimar |
Replace another MIN macro by FFMIN
|
Sat, 09 Dec 2006 12:24:11 +0000 |
reimar |
Get rid of min/max macros from aviheader.h, they do not belong here.
|
Sat, 09 Dec 2006 12:14:14 +0000 |
reimar |
Improve OpenAL speaker positions a bit.
|
Sat, 09 Dec 2006 11:59:49 +0000 |
reimar |
Remove condition that should always be true
|
Sat, 09 Dec 2006 11:59:09 +0000 |
reimar |
Fix crash in ogg demuxer uninit with -aid
|
Sat, 09 Dec 2006 11:45:41 +0000 |
reimar |
Half-properly set up OpenAL position stuff
|
Sat, 09 Dec 2006 10:34:27 +0000 |
henry |
sync to libmpeg2-0.4.1
|
Sat, 09 Dec 2006 09:27:35 +0000 |
voroshil |
r21537: General reformatting round:
|
Sat, 09 Dec 2006 00:09:45 +0000 |
nplourde |
do not force arch and isysroot in osx
|
Fri, 08 Dec 2006 17:20:21 +0000 |
voroshil |
Fix bmovl-test build error
|
Fri, 08 Dec 2006 11:43:09 +0000 |
torinthiel |
Ignore .depend properly
|
Fri, 08 Dec 2006 11:38:06 +0000 |
torinthiel |
General reformatting round:
|
Fri, 08 Dec 2006 09:50:12 +0000 |
torinthiel |
.norecurse should be ignored
|
Thu, 07 Dec 2006 20:53:05 +0000 |
nicodvb |
made vorbis_info a member of ogg_stream rather than ogg_demuxer;
|
Thu, 07 Dec 2006 18:10:16 +0000 |
kraymer |
r21531: Document geq filter.
|
Thu, 07 Dec 2006 17:51:51 +0000 |
voroshil |
r21529: spelling
|
Thu, 07 Dec 2006 14:16:17 +0000 |
voroshil |
Typo
|
Thu, 07 Dec 2006 14:09:46 +0000 |
diego |
Document geq filter.
|
Thu, 07 Dec 2006 14:06:12 +0000 |
kraymer |
r21529: spelling
|
Thu, 07 Dec 2006 13:58:12 +0000 |
diego |
spelling
|
Thu, 07 Dec 2006 13:55:39 +0000 |
diego |
Fix mplayer-rc.o build.
|
Thu, 07 Dec 2006 13:11:23 +0000 |
kraymer |
r21503: updated documentation of -mpegopts :tele*
|
Thu, 07 Dec 2006 13:02:40 +0000 |
jheryan |
Synced with 30.11.2006
|
Thu, 07 Dec 2006 12:02:51 +0000 |
reimar |
vorbis_comment is only used locally, move it out of demuxer struct
|
Thu, 07 Dec 2006 12:02:01 +0000 |
reimar |
Remove unused ov_struct_t
|
Thu, 07 Dec 2006 11:58:07 +0000 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
Wed, 06 Dec 2006 18:44:26 +0000 |
eugeni |
Speed up ASS subtitles display by detecting changes between two consecutive
|
Wed, 06 Dec 2006 18:16:02 +0000 |
voroshil |
Translated section "GENERAL ENCODING OPTIONS"
|
Wed, 06 Dec 2006 12:25:52 +0000 |
reimar |
Simplify NEXT_LINE macro and put most of it in a separate function.
|
Wed, 06 Dec 2006 12:23:32 +0000 |
reimar |
remove useless and incorrect const-removing cast
|
Wed, 06 Dec 2006 12:19:30 +0000 |
reimar |
Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
|
Wed, 06 Dec 2006 11:28:49 +0000 |
reimar |
Properly free fontconfig patterns
|
Wed, 06 Dec 2006 10:46:50 +0000 |
reimar |
Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
|
Wed, 06 Dec 2006 10:42:30 +0000 |
reimar |
Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
|
Wed, 06 Dec 2006 10:41:34 +0000 |
reimar |
Fix memleak if vd_ffmpeg init fails
|
Wed, 06 Dec 2006 10:11:23 +0000 |
reimar |
Also free ass_library_t members in ass_library_done
|
Tue, 05 Dec 2006 19:51:35 +0000 |
voroshil |
r21503: updated documentation of -mpegopts :tele*
|
Tue, 05 Dec 2006 19:49:19 +0000 |
voroshil |
r21508: emphasis the fact that leaving black borders really hurts quality
|