Wed, 17 Aug 2005 07:39:56 +0000 |
jheryan |
Synced with 1.1068
|
Wed, 17 Aug 2005 02:01:59 +0000 |
ivo |
Added entry for checktree.sh
|
Wed, 17 Aug 2005 01:50:05 +0000 |
ivo |
Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..
|
Tue, 16 Aug 2005 23:24:52 +0000 |
reimar |
Get events from -wid window.
|
Tue, 16 Aug 2005 19:09:43 +0000 |
gpoirier |
Sync with 1.1069
|
Tue, 16 Aug 2005 19:07:07 +0000 |
reimar |
Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.
|
Tue, 16 Aug 2005 18:52:38 +0000 |
reimar |
OSD textures can be deleted with one function call...
|
Tue, 16 Aug 2005 18:27:12 +0000 |
reimar |
Make glFinish optional
|
Tue, 16 Aug 2005 18:19:06 +0000 |
ods15 |
silly printf() is the onyl reason avi-fix was so slow, a printf for
|
Tue, 16 Aug 2005 17:57:53 +0000 |
reimar |
use GenBuffers to get a buffer number instead of hardcoding 1.
|
Tue, 16 Aug 2005 16:02:13 +0000 |
danny |
Synced with 1.1063 - patch by Paul TT <paultt - at - hackerjournal - dot - it>
|
Tue, 16 Aug 2005 15:41:53 +0000 |
alex |
added libavutil, removed linux
|
Tue, 16 Aug 2005 15:29:24 +0000 |
alex |
prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>
|
Mon, 15 Aug 2005 22:46:27 +0000 |
wanderer |
grammar/phrasing fixes on the recent NTSC and telecine commit
|
Mon, 15 Aug 2005 16:30:31 +0000 |
gpoirier |
-fafmttag can be needed while steam copying.
|
Mon, 15 Aug 2005 08:30:43 +0000 |
reimar |
loadfile/loadlist can now also add files to the playlist
|
Sun, 14 Aug 2005 23:16:17 +0000 |
reimar |
10l, initializers don't work without a declaration :-(
|
Sun, 14 Aug 2005 22:25:02 +0000 |
gpoirier |
NTSC sources are hard to encode. How to identify telecine content reliably.
|
Sun, 14 Aug 2005 19:40:33 +0000 |
reimar |
use glUploadTex helper function
|
Sun, 14 Aug 2005 19:38:16 +0000 |
reimar |
extra check for glUploadTex to avoid a possible hang.
|
Sun, 14 Aug 2005 19:36:34 +0000 |
reimar |
textures smaller 64x64 might not be supported
|
Sun, 14 Aug 2005 19:24:49 +0000 |
reimar |
remove/move some unused headers/variables/code
|
Sun, 14 Aug 2005 18:36:01 +0000 |
reimar |
10l, texture_width/height initialization was removed, so use
|
Sun, 14 Aug 2005 17:34:19 +0000 |
wanderer |
minor punctuation fix
|
Sun, 14 Aug 2005 17:31:09 +0000 |
wanderer |
grammar/phrasing fix, still less than ideal
|
Sun, 14 Aug 2005 14:56:25 +0000 |
gpoirier |
fixes short form, better wording
|
Sun, 14 Aug 2005 14:38:19 +0000 |
gpoirier |
fixes bf_threshold description.
|
Sun, 14 Aug 2005 14:05:28 +0000 |
gpoirier |
typo
|
Sun, 14 Aug 2005 13:44:14 +0000 |
reimar |
Helper function for drawing texture and general cleanup of vo_gl2.c
|
Sun, 14 Aug 2005 10:30:18 +0000 |
reimar |
Cleanup, move declarations to beginning of block.
|
Sun, 14 Aug 2005 07:02:00 +0000 |
wight |
libaf/config.mak is generated, so mention it
|
Sat, 13 Aug 2005 12:20:07 +0000 |
rtognimp |
100l: fix avi demuxing for ni and nini cases, allow forcing ni and nini
|
Sat, 13 Aug 2005 07:04:53 +0000 |
henry |
revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf support
|
Fri, 12 Aug 2005 19:47:22 +0000 |
gabrov |
synced with 1.7
|
Fri, 12 Aug 2005 17:25:40 +0000 |
gpoirier |
Formatting fix
|
Fri, 12 Aug 2005 17:23:33 +0000 |
gpoirier |
Consitency fix
|
Fri, 12 Aug 2005 15:11:00 +0000 |
gpoirier |
Sync with 1.1062
|
Fri, 12 Aug 2005 14:14:29 +0000 |
gpoirier |
URL update
|
Fri, 12 Aug 2005 13:37:21 +0000 |
gpoirier |
lavc also supports H.261, and Snow is FFmpeg-only. Patch by Compn
|
Fri, 12 Aug 2005 13:30:13 +0000 |
gpoirier |
Missing codecs that libavcodec supports.
|
Fri, 12 Aug 2005 13:27:26 +0000 |
gpoirier |
Why multipass is better in a nutshell. Taken from Rich's encoding guide.
|
Thu, 11 Aug 2005 22:30:05 +0000 |
gpoirier |
libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :)
|
Thu, 11 Aug 2005 20:54:09 +0000 |
michael |
video fourcc fix
|
Thu, 11 Aug 2005 17:23:45 +0000 |
ods15 |
demux_avi_control() missing in avi's demuxer struct.
|
Thu, 11 Aug 2005 17:01:13 +0000 |
ods15 |
fix brokeness caused by demuxer patch, this code is useless for
|
Thu, 11 Aug 2005 13:16:34 +0000 |
reimar |
typo, must be ld_dl instead of ld_ld
|
Thu, 11 Aug 2005 11:02:30 +0000 |
alex |
10l, patch found in geexbox
|
Wed, 10 Aug 2005 23:27:39 +0000 |
ivo |
Removed in-filter int to float conversion. af_ladspa now demands floats as
|
Wed, 10 Aug 2005 22:48:32 +0000 |
ivo |
Remove stray MSDOS linebreaks
|
Wed, 10 Aug 2005 04:44:12 +0000 |
jheryan |
Synced with 1.178
|
Wed, 10 Aug 2005 01:42:06 +0000 |
rfelker |
reconcile with earlier fps fix in mpeg header parser
|
Tue, 09 Aug 2005 22:56:57 +0000 |
aurel |
sync liba52_amd64_changes.diff with latest fix
|
Tue, 09 Aug 2005 20:58:43 +0000 |
gpoirier |
Sync with 1.1061
|
Tue, 09 Aug 2005 19:58:13 +0000 |
gpoirier |
Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.
|
Mon, 08 Aug 2005 22:49:03 +0000 |
gpoirier |
Various fixes, addition and removal of entries related to functions that come from the FFmpeg project
|
Mon, 08 Aug 2005 21:51:11 +0000 |
gpoirier |
Add missing libavcodec supported codecs and adds (hopefully) all libavformat muxers
|
Sat, 06 Aug 2005 19:45:55 +0000 |
faust3 |
take into account that VIDIOC_S_FMT might return updated parameters
|
Sat, 06 Aug 2005 18:19:58 +0000 |
faust3 |
do not crash when /dev/video0 is not present
|
Sat, 06 Aug 2005 16:15:07 +0000 |
rfelker |
100l to whoever wrote this crap using 1/10000 units. it caused framerates to get trashed from 30000/1001 to 2997/100, etc.!
|
Sat, 06 Aug 2005 15:43:54 +0000 |
rathann |
tremor uses integer types
|
Sat, 06 Aug 2005 15:43:08 +0000 |
rathann |
missing include
|
Sat, 06 Aug 2005 13:38:00 +0000 |
reimar |
Forgot to actually enable vo_gl on Windows...
|
Sat, 06 Aug 2005 10:02:59 +0000 |
diego |
Remove stray DOS linebreaks.
|
Sat, 06 Aug 2005 09:32:16 +0000 |
diego |
Remove stray DOS linebreaks.
|
Fri, 05 Aug 2005 21:44:28 +0000 |
gpoirier |
Avoid short forms and libavcodec should not the that much singled out
|
Fri, 05 Aug 2005 21:29:49 +0000 |
gabrov |
synced with 1.72
|
Fri, 05 Aug 2005 21:13:13 +0000 |
gabrov |
synced with 1.87
|
Fri, 05 Aug 2005 19:57:47 +0000 |
rtognimp |
Demuxer modularization
|
Fri, 05 Aug 2005 13:37:32 +0000 |
aurel |
add the liba52 amd64 changes in a separate diff file
|
Fri, 05 Aug 2005 13:33:50 +0000 |
aurel |
liba52 asm optimizations ported to amd64
|
Fri, 05 Aug 2005 12:46:42 +0000 |
ivo |
Missed one uint32_t declaration.
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Mon, 01 Aug 2005 23:43:40 +0000 |
diego |
libavuti
|
Mon, 01 Aug 2005 22:41:32 +0000 |
diego |
libavutil is now part of MPlayer.
|
Mon, 01 Aug 2005 22:09:17 +0000 |
reimar |
libavutil compile fix (working also with old libavcodec)
|
Mon, 01 Aug 2005 21:16:43 +0000 |
gpoirier |
10l to beastd due to new libavutil introduction
|
Mon, 01 Aug 2005 21:00:07 +0000 |
reimar |
libavutil is now needed, too.
|
Mon, 01 Aug 2005 20:16:56 +0000 |
al |
Support new static libavcodec (depends on libavutil).
|
Mon, 01 Aug 2005 18:52:20 +0000 |
reimar |
Support more MythTV nuv files, based on Gentoo portage patch
|
Mon, 01 Aug 2005 18:52:20 +0000 |
reimar |
Support more MythTV nuv files
|
Mon, 01 Aug 2005 18:36:50 +0000 |
reimar |
set i_bps in demux_audio for WAV and MP3 to avoid division by zero before
|
Mon, 01 Aug 2005 13:17:28 +0000 |
danny |
Sync to 1.055 - last commit contains also update ;-(
|
Mon, 01 Aug 2005 13:16:22 +0000 |
danny |
Man page cleanup and corrections - patch by Paul TT <paultt - at - hackerjournal - dot - it>
|
Mon, 01 Aug 2005 13:15:23 +0000 |
danny |
Synced with 1.1032 - patch by Paul TT <paultt - at - hackerjournal - dot - it>
|
Mon, 01 Aug 2005 09:54:16 +0000 |
gpoirier |
Sync with 1.1058
|
Sun, 31 Jul 2005 21:44:57 +0000 |
gpoirier |
Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )
|
Sun, 31 Jul 2005 20:58:52 +0000 |
reimar |
Needs the previous mpi (pmpi), so request a readable one and request
|
Sun, 31 Jul 2005 20:56:41 +0000 |
reimar |
vBlur reads from dmpi, so request a readable one
|
Sun, 31 Jul 2005 12:13:22 +0000 |
reimar |
when threshold != 0 the dest image must be readable
|
Sun, 31 Jul 2005 07:14:41 +0000 |
wanderer |
grammar and possible clarity fix on -cache-seek-min
|
Sun, 31 Jul 2005 00:26:07 +0000 |
iive |
remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
|
Sat, 30 Jul 2005 03:04:35 +0000 |
wanderer |
minor grammatical fixes
|
Sat, 30 Jul 2005 01:07:27 +0000 |
aurel |
fix detection of iconv implementations which require libdl
|
Fri, 29 Jul 2005 15:52:06 +0000 |
reimar |
10l, incorrect usage of le2me_*
|
Fri, 29 Jul 2005 00:20:13 +0000 |
gabrov |
synced with 1.67
|
Fri, 29 Jul 2005 00:17:42 +0000 |
gabrov |
synced with 1.22
|
Fri, 29 Jul 2005 00:09:41 +0000 |
gabrov |
synced with 1.178 and fixed typos
|
Thu, 28 Jul 2005 23:18:39 +0000 |
nplourde |
exit kiosk mode and show mouse cursor in uninit
|
Thu, 28 Jul 2005 22:19:34 +0000 |
nplourde |
properly release window
|
Thu, 28 Jul 2005 21:00:41 +0000 |
gpoirier |
Sync wirh 1.1055
|
Thu, 28 Jul 2005 20:29:00 +0000 |
nicodvb |
removed ugly cellphone jargon short
|
Thu, 28 Jul 2005 18:42:00 +0000 |
wight |
Little fixes
|
Thu, 28 Jul 2005 17:11:22 +0000 |
reimar |
reset estimation also on too negative diff
|
Thu, 28 Jul 2005 17:02:05 +0000 |
diego |
sync w/ 1.178 + misc fixes by Paul TT <paultt - at - hackerjournal - dot - it>
|
Thu, 28 Jul 2005 15:53:18 +0000 |
reimar |
If scaleh == 1 our destination image must be readable
|
Thu, 28 Jul 2005 15:47:30 +0000 |
reimar |
we do not read from dmpi, so it doesn't have to be readable
|
Thu, 28 Jul 2005 15:44:39 +0000 |
reimar |
deghost_plane also reads from destination, so request readable buffer
|
Thu, 28 Jul 2005 14:14:13 +0000 |
reimar |
Hopefully finally fix the last commit
|
Thu, 28 Jul 2005 13:43:24 +0000 |
reimar |
lavf demuxer with raw PCM fix (and a related hang)
|
Thu, 28 Jul 2005 13:08:03 +0000 |
alex |
unused
|
Thu, 28 Jul 2005 12:55:01 +0000 |
alex |
require some up to date codecs.conf
|
Thu, 28 Jul 2005 12:41:14 +0000 |
alex |
some preliminary entries about nut and matroska
|