Sat, 06 Jan 2007 17:50:12 +0000 |
reimar |
Set default values for proc and iproc for x86_32 case.
|
Sat, 06 Jan 2007 17:28:11 +0000 |
reimar |
Include "internal" libavformat/riff.h also when dynamic libavformat is used
|
Sat, 06 Jan 2007 15:08:04 +0000 |
diego |
Fix dependencies for pci_names.c.
|
Sat, 06 Jan 2007 14:40:05 +0000 |
reimar |
Include libavformat/riff.h when building with static libavformat and
|
Sat, 06 Jan 2007 13:38:30 +0000 |
Gabrov |
synced with r21741
|
Sat, 06 Jan 2007 13:31:16 +0000 |
gpoirier |
woops, actually fix URL this time
|
Sat, 06 Jan 2007 12:11:25 +0000 |
lucabe |
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
|
Sat, 06 Jan 2007 11:59:33 +0000 |
nicodvb |
removed useless reporting code
|
Sat, 06 Jan 2007 11:43:44 +0000 |
nicodvb |
moved actual tuning code from check_status() to tune_it()
|
Sat, 06 Jan 2007 11:09:27 +0000 |
nicodvb |
don't add pid 0 if it's already present in the list
|
Sat, 06 Jan 2007 10:07:45 +0000 |
gpoirier |
update comment url
|
Fri, 05 Jan 2007 18:03:58 +0000 |
reimar |
Simplify after last demux_ogg commit
|
Fri, 05 Jan 2007 18:02:18 +0000 |
reimar |
Do not access ogg_d->subs after freeing it.
|
Fri, 05 Jan 2007 15:41:00 +0000 |
reimar |
sizeof() is long, thus %d format in error message is wrong.
|
Fri, 05 Jan 2007 15:24:38 +0000 |
reimar |
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
|
Fri, 05 Jan 2007 11:57:06 +0000 |
reimar |
Do not abort on X11 errors, most are not at all fatal.
|
Fri, 05 Jan 2007 10:05:05 +0000 |
reimar |
move runtime cpu detection check after detection of host architecture,
|
Thu, 04 Jan 2007 20:42:02 +0000 |
gpoirier |
add autodetection support for docbook stuff installed in /opt, such as macports do for ex.
|
Thu, 04 Jan 2007 19:41:41 +0000 |
reimar |
Use av_d2q to produce the fps fraction, this usually produces more sane fractions
|
Thu, 04 Jan 2007 19:33:03 +0000 |
reimar |
Fix printf types: AVRational members are ints, not 64 bit.
|
Thu, 04 Jan 2007 16:46:15 +0000 |
ben |
allows OSD menu to be displayed when using MPEG PES video out
|
Thu, 04 Jan 2007 16:30:06 +0000 |
ben |
restore volume if muted at exit
|
Thu, 04 Jan 2007 16:10:40 +0000 |
ben |
fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
|
Thu, 04 Jan 2007 16:07:42 +0000 |
ben |
don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
|
Thu, 04 Jan 2007 16:06:01 +0000 |
ben |
increased a bit max param length as it can be too short to declare tv channels when you have a long list of
|
Thu, 04 Jan 2007 16:04:31 +0000 |
ben |
support for vidix on ATI Radeon 9600SE cards
|
Thu, 04 Jan 2007 16:00:27 +0000 |
gpoirier |
fix gprof support (aka work around gprof's brain dead design)
|
Thu, 04 Jan 2007 09:02:22 +0000 |
torinthiel |
Synced with r21760, typos
|