log

age author description
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