Sun, 28 Oct 2007 14:26:05 +0000 |
iive |
Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
|
Sat, 27 Oct 2007 20:14:22 +0000 |
nicodvb |
removed silly #if 1
|
Sat, 27 Oct 2007 20:12:26 +0000 |
nicodvb |
DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.
|
Sat, 27 Oct 2007 20:04:16 +0000 |
nicodvb |
reindented previously modified code
|
Sat, 27 Oct 2007 19:19:01 +0000 |
nicodvb |
program switching in demux_lavf
|
Sat, 27 Oct 2007 19:17:44 +0000 |
nicodvb |
program switching in demux_lavf
|
Sat, 27 Oct 2007 19:15:43 +0000 |
nicodvb |
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching
|
Sat, 27 Oct 2007 19:12:59 +0000 |
nicodvb |
permit identification and selection of programs
|
Sat, 27 Oct 2007 19:04:37 +0000 |
nicodvb |
permit the transititions no stream <-> some streams and viceversa (needed for forthcoming program switching patch)
|
Sat, 27 Oct 2007 19:00:07 +0000 |
nicodvb |
moved to a new function handle_stream() the code to parse the streams and assign the demuxer_streams
|
Sat, 27 Oct 2007 17:46:09 +0000 |
zuxy |
Make functions static if they aren't referenced externally.
|
Sat, 27 Oct 2007 13:00:58 +0000 |
zuxy |
Remove unused variables.
|
Sat, 27 Oct 2007 12:50:21 +0000 |
nicodvb |
in process_userdata() move debugging messages from stdout to stderr
|
Sat, 27 Oct 2007 12:45:31 +0000 |
nicodvb |
removed funny calls to fflush(stdout) after mp_msg()
|
Sat, 27 Oct 2007 12:42:00 +0000 |
nicodvb |
removed more empty spaces and empty lines
|
Sat, 27 Oct 2007 12:39:53 +0000 |
nicodvb |
replaced giant if() with if(pre-calculated variable) (there was even a bug: PS doesn't necessarily contain mpeg12)
|
Sat, 27 Oct 2007 12:37:26 +0000 |
zuxy |
Cosmetic fix for r24861
|
Sat, 27 Oct 2007 12:33:56 +0000 |
nicodvb |
cosmetics: removed tabs/empty lines/trailing spaces and done a partial reformatting where desperately needed
|
Sat, 27 Oct 2007 12:24:08 +0000 |
zuxy |
Avoid crash after recovering from screensaver
|
Sat, 27 Oct 2007 11:55:16 +0000 |
nicodvb |
cosmetics: moved to function find_video_codec() and reused in video_read_*() the code that identifies the various mpeg* formats
|
Sat, 27 Oct 2007 06:47:35 +0000 |
reimar |
Remove assert. Not only are they no help at all and proper checks should
|
Sat, 27 Oct 2007 04:46:01 +0000 |
voroshil |
Basic support for Closed Captioning Roll-up mode.
|
Sat, 27 Oct 2007 00:37:46 +0000 |
ulion |
Reset two static variables for nosub range when subdata changed/switched.
|
Thu, 25 Oct 2007 21:20:28 +0000 |
eugeni |
Cosmetics: fix indentation after last commit.
|
Thu, 25 Oct 2007 21:19:20 +0000 |
eugeni |
Check return value of add_face.
|
Thu, 25 Oct 2007 19:21:24 +0000 |
uau |
demuxer.c: Remove useless code
|
Thu, 25 Oct 2007 17:38:54 +0000 |
compn |
fixed osd on mac
|
Thu, 25 Oct 2007 17:37:49 +0000 |
voroshil |
r24740: misc roff fixes
|
Thu, 25 Oct 2007 16:32:33 +0000 |
voroshil |
r24745: libavcodec now supports dnxhd encoding.
|
Thu, 25 Oct 2007 16:28:14 +0000 |
voroshil |
r24772: DirectShow based tv:// driver for win32
|
Thu, 25 Oct 2007 15:04:33 +0000 |
voroshil |
Don't wait for filling entire audio ringbuffer at each call to grab_audio_frame.
|
Thu, 25 Oct 2007 14:57:17 +0000 |
voroshil |
Add missing call to audio_in_start_capture.
|
Wed, 24 Oct 2007 12:07:29 +0000 |
ivo |
add missing include (errno.h). fix compilation on openbsd
|
Wed, 24 Oct 2007 09:22:28 +0000 |
Gabrov |
synced with r24841
|
Tue, 23 Oct 2007 08:28:11 +0000 |
zuxy |
Get rid of void pointer arithmetic.
|
Tue, 23 Oct 2007 00:44:22 +0000 |
ulion |
Fix input command parser for using only tab to separate the arguments.
|
Tue, 23 Oct 2007 00:06:08 +0000 |
ulion |
Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow
|
Mon, 22 Oct 2007 22:42:47 +0000 |
diego |
A missing break statement caused SDLK_PLUS to be triggered twice on one press.
|
Mon, 22 Oct 2007 18:44:05 +0000 |
ptt |
type fix: there was a 'not' too much
|
Mon, 22 Oct 2007 18:42:53 +0000 |
ptt |
synced with r24837
|
Mon, 22 Oct 2007 18:04:09 +0000 |
ptt |
synced with r24820
|
Mon, 22 Oct 2007 17:05:11 +0000 |
ptt |
sunc with r24790
|
Mon, 22 Oct 2007 16:40:51 +0000 |
diego |
Spelling, vf_ow parameters are optional.
|
Mon, 22 Oct 2007 16:37:51 +0000 |
diego |
fix warning:
|
Mon, 22 Oct 2007 13:30:36 +0000 |
ptt |
grammar fix
|
Mon, 22 Oct 2007 13:04:38 +0000 |
compn |
support for wavpack in matroska
|
Sun, 21 Oct 2007 22:57:42 +0000 |
aurel |
add support for wavpack into matroska
|
Sun, 21 Oct 2007 22:31:22 +0000 |
diego |
Fix warning:
|
Sun, 21 Oct 2007 18:29:38 +0000 |
compn |
vp6vfw can decode vp6f too
|
Sun, 21 Oct 2007 13:45:04 +0000 |
reimar |
Replace hardcoded 0 by equivalent O_RDONLY
|
Sun, 21 Oct 2007 13:15:48 +0000 |
reimar |
Check ICDecompressGetFormatSize to avoid crashes.
|
Sun, 21 Oct 2007 12:56:22 +0000 |
diego |
Remove some unused code, fixes the following warnings:
|
Sun, 21 Oct 2007 12:38:18 +0000 |
diego |
Remove unused code and fix warning:
|
Sun, 21 Oct 2007 12:18:11 +0000 |
reimar |
ao_openal is mine as well (however someone else developing it further would be welcome)
|
Sun, 21 Oct 2007 12:15:25 +0000 |
reimar |
I'll be maintaining ao_pulse for now
|
Sat, 20 Oct 2007 22:41:24 +0000 |
diego |
_vorbis_block_alloc() is used w/o prototype, this will crash on ia64.
|
Sat, 20 Oct 2007 22:28:14 +0000 |
diego |
Remove unnecessary lines from patch headers.
|
Sat, 20 Oct 2007 22:19:38 +0000 |
diego |
Certain VIDIX drivers only work on x86, disable for other arches.
|
Sat, 20 Oct 2007 16:03:12 +0000 |
uau |
Disable libavcodec libvorbis encoder
|
Sat, 20 Oct 2007 15:35:48 +0000 |
reimar |
Clarify that -vo gl bicubic filtering is B-spline, not polynomial
|
Sat, 20 Oct 2007 14:52:12 +0000 |
reimar |
Set CONFIG_LIBVORBIS correctly
|
Sat, 20 Oct 2007 14:27:19 +0000 |
reimar |
Add ASF/MXF decryption support to Changelog
|
Sat, 20 Oct 2007 11:46:15 +0000 |
voroshil |
Simplify handling SET_NORM for V4l1: replace several if-else-if and switch
|
Sat, 20 Oct 2007 05:02:44 +0000 |
voroshil |
czech/slovak character set fixes:
|
Fri, 19 Oct 2007 18:16:23 +0000 |
eugeni |
Avoid text deformation and subtitles moving outside the screen in pan-and-scan
|
Fri, 19 Oct 2007 17:30:47 +0000 |
ptt |
indentation fix+typo fix
|
Fri, 19 Oct 2007 12:33:21 +0000 |
rfelker |
reminder that this filter has broken global vars
|
Fri, 19 Oct 2007 10:08:02 +0000 |
diego |
Mark constant argument of mp_header_process_sequence_header as such.
|
Thu, 18 Oct 2007 15:48:44 +0000 |
reimar |
-ao pulse in changelog
|
Thu, 18 Oct 2007 13:36:59 +0000 |
reimar |
Add missing ao_pulse.c
|
Thu, 18 Oct 2007 13:34:26 +0000 |
reimar |
Replace Polyp- by PulseAudio output.
|
Thu, 18 Oct 2007 12:54:08 +0000 |
reimar |
Add a space behind openal to get minimum length of 7
|
Thu, 18 Oct 2007 12:48:55 +0000 |
reimar |
Docs update: -ao openal handles more than one channels since some time already
|
Thu, 18 Oct 2007 12:43:57 +0000 |
compn |
add comment to endif
|
Thu, 18 Oct 2007 12:39:59 +0000 |
reimar |
Fix typo in comment
|
Thu, 18 Oct 2007 10:09:39 +0000 |
diego |
Sync with latest FFmpeg changes.
|
Thu, 18 Oct 2007 10:09:24 +0000 |
diego |
Sync with FFmpeg r10774.
|
Thu, 18 Oct 2007 09:35:02 +0000 |
diego |
Rename LIB to LIBNAME for consistency.
|
Thu, 18 Oct 2007 09:31:47 +0000 |
diego |
1l: Update wrong #endif comment.
|
Thu, 18 Oct 2007 09:30:33 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
|
Wed, 17 Oct 2007 14:06:44 +0000 |
zuxy |
Remove unused static function get_image().
|
Wed, 17 Oct 2007 05:14:21 +0000 |
compn |
Add Coinitialize function to vfw encoder and win32 loader.
|
Wed, 17 Oct 2007 02:24:50 +0000 |
compn |
simple avoid wine complaints fix by sherpya
|
Tue, 16 Oct 2007 18:18:28 +0000 |
Gabrov |
synced with r24795
|
Tue, 16 Oct 2007 13:51:46 +0000 |
compn |
better vfw encoding workaround for vp7 fourcc
|
Tue, 16 Oct 2007 13:34:20 +0000 |
compn |
add some changes
|
Tue, 16 Oct 2007 13:09:30 +0000 |
compn |
add nellymoser to changelog
|
Tue, 16 Oct 2007 13:06:35 +0000 |
compn |
add nellymoser codec to mplayer with internal fourcc NELL
|
Tue, 16 Oct 2007 01:53:34 +0000 |
voroshil |
After receiving EINTR 'read' syscall should be restarted.
|
Mon, 15 Oct 2007 17:46:17 +0000 |
voroshil |
Disable channel scanner when no tuner is present.
|
Mon, 15 Oct 2007 11:58:39 +0000 |
Gabrov |
synced with r24788
|
Mon, 15 Oct 2007 10:24:02 +0000 |
ptt |
now italian DOCS are there to be referenced...
|
Sun, 14 Oct 2007 17:56:29 +0000 |
voroshil |
Fix mplayer segfault when v4l driver initialization (at setting norm
|
Sun, 14 Oct 2007 16:44:32 +0000 |
voroshil |
#ifdef's in tv.c and tv.h becomes more and more hard to maintain.
|
Sun, 14 Oct 2007 12:11:28 +0000 |
reimar |
Add -lavfdopts cryptokey
|
Sun, 14 Oct 2007 09:16:34 +0000 |
diego |
small grammar fix
|
Sun, 14 Oct 2007 09:13:53 +0000 |
diego |
Consistently set NOTE: in italics.
|
Sun, 14 Oct 2007 07:20:24 +0000 |
voroshil |
Remove unnecessary curly braces.
|
Sun, 14 Oct 2007 06:28:51 +0000 |
voroshil |
8 bytes buffer is not enough for at least SECAM-DK.
|
Sun, 14 Oct 2007 05:56:17 +0000 |
voroshil |
Replace duplicated code with call to routine
|
Sun, 14 Oct 2007 05:45:20 +0000 |
voroshil |
10l: routine sets norm from parameter, but prints value of tv norm option
|
Sun, 14 Oct 2007 05:18:32 +0000 |
voroshil |
(cosmetics) indentation fix of my previous commit and small readability
|
Sun, 14 Oct 2007 05:15:51 +0000 |
voroshil |
Remove driver-dependent #ifdef from norm_from_string routine.
|
Sun, 14 Oct 2007 04:56:01 +0000 |
voroshil |
(cosmetics) remove trailing whitespace
|
Sat, 13 Oct 2007 19:57:51 +0000 |
iive |
10l fix compilation with v4l2
|
Sat, 13 Oct 2007 19:12:22 +0000 |
voroshil |
Add me as author of dshow tv:// driver
|
Sat, 13 Oct 2007 19:08:52 +0000 |
voroshil |
Changelog entry for dshow tv:// driver
|
Sat, 13 Oct 2007 17:14:39 +0000 |
voroshil |
DirectShow based tv:// driver for win32
|
Sat, 13 Oct 2007 14:16:37 +0000 |
compn |
add more warning fixes change
|
Sat, 13 Oct 2007 12:17:37 +0000 |
nplourde |
Fix deallocate bug which sometimes causes a crash when reinitializing.
|
Sat, 13 Oct 2007 12:14:24 +0000 |
nplourde |
bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com
|
Sat, 13 Oct 2007 09:41:50 +0000 |
diego |
support Y800 in raw video
|
Sat, 13 Oct 2007 09:40:32 +0000 |
nicodvb |
removed useless inclusion of error.h
|
Fri, 12 Oct 2007 03:17:43 +0000 |
zuxy |
Reorder #includes to get rid of the FIXME
|
Fri, 12 Oct 2007 03:14:11 +0000 |
zuxy |
Remove unnecessary #include <malloc.h>
|
Thu, 11 Oct 2007 12:22:14 +0000 |
diego |
cosmetics: typo
|
Thu, 11 Oct 2007 09:47:03 +0000 |
zuxy |
Silence a gcc warning: "wrong type argument to increment".
|
Thu, 11 Oct 2007 02:00:05 +0000 |
nplourde |
Add support for AC-3/DTS passthrough.
|
Wed, 10 Oct 2007 08:45:54 +0000 |
diego |
Sync with FFmpeg changes, NO_DCBZL was renamed to HAVE_DCBZL.
|
Tue, 09 Oct 2007 12:49:02 +0000 |
ptt |
my fault, left a wrong line, corrected
|
Tue, 09 Oct 2007 12:46:10 +0000 |
reimar |
Make vf_screenshot use the libavcodec PNG encoder
|
Tue, 09 Oct 2007 12:45:43 +0000 |
ptt |
synced with r24344
|
Tue, 09 Oct 2007 12:45:14 +0000 |
ptt |
synced with r24342
|
Tue, 09 Oct 2007 12:44:55 +0000 |
ptt |
synced with r24710
|
Tue, 09 Oct 2007 12:44:33 +0000 |
ptt |
synced with r24087
|
Tue, 09 Oct 2007 12:44:18 +0000 |
ptt |
synced with r24082
|
Tue, 09 Oct 2007 12:43:56 +0000 |
ptt |
synced up to r24293
|
Tue, 09 Oct 2007 12:30:09 +0000 |
cehoyos |
Added PAFF decoding
|
Tue, 09 Oct 2007 12:01:50 +0000 |
diego |
Fix Zip Motion Blocks Video codec name.
|
Tue, 09 Oct 2007 01:59:16 +0000 |
compn |
add DNxHD (SMPTE VC-3) encoder
|
Mon, 08 Oct 2007 17:38:55 +0000 |
compn |
add vf ow filter for rc3
|
Mon, 08 Oct 2007 12:53:02 +0000 |
diego |
Remove Makefile changes from upstream diff. They are strictly local.
|
Mon, 08 Oct 2007 12:51:58 +0000 |
diego |
cosmetics: Align some lines.
|
Mon, 08 Oct 2007 12:41:36 +0000 |
gpoirier |
document filter -vf ow: Overcomplete Wavelet denoiser.
|
Mon, 08 Oct 2007 11:49:12 +0000 |
diego |
libavcodec now supports dnxhd encoding.
|
Mon, 08 Oct 2007 11:43:56 +0000 |
diego |
cosmetics: Fix inconsistent indentation in directfb test.
|
Mon, 08 Oct 2007 11:42:47 +0000 |
diego |
Simplify directfb/dfbmga test.
|
Mon, 08 Oct 2007 11:31:28 +0000 |
diego |
cosmetics: Fix indentation after previous commit.
|
Mon, 08 Oct 2007 11:29:45 +0000 |
diego |
Remove useless code, the same check is performed a few lines above.
|
Mon, 08 Oct 2007 11:19:10 +0000 |
diego |
misc roff fixes
|
Mon, 08 Oct 2007 08:40:47 +0000 |
diego |
Remove the check for specific gcc versions, because:
|
Mon, 08 Oct 2007 08:40:08 +0000 |
jheryan |
sync to r24573
|
Mon, 08 Oct 2007 08:35:43 +0000 |
jheryan |
sync to 21.9.2007
|
Mon, 08 Oct 2007 08:34:16 +0000 |
jheryan |
sync to r24423
|
Mon, 08 Oct 2007 08:28:08 +0000 |
voroshil |
Sync tag update
|
Sun, 07 Oct 2007 20:35:05 +0000 |
rtogni |
rc2 was released in 2007, not 2006
|
Sun, 07 Oct 2007 20:00:21 +0000 |
rtogni |
rc2
|
Sun, 07 Oct 2007 19:38:18 +0000 |
Gabrov |
synced with r24727
|
Sun, 07 Oct 2007 19:16:08 +0000 |
gpoirier |
H.264 content can also be decoded with multiple threads
|
Sun, 07 Oct 2007 15:19:05 +0000 |
rtogni |
Add rc1try2 and rc1try3
|
Sun, 07 Oct 2007 15:06:53 +0000 |
rtogni |
Fix output channle ordering
|
Sun, 07 Oct 2007 13:08:24 +0000 |
reimar |
I have mostly taken over maintaining x11_common stuff as well
|
Sun, 07 Oct 2007 12:15:42 +0000 |
cehoyos |
Changed proposed monitorpixelaspect value for -vo aa to 0.5 as asked by Rich.
|
Sun, 07 Oct 2007 12:15:24 +0000 |
nplourde |
enable fullscreen command from mplayer to be sent to mplayer osx
|
Sun, 07 Oct 2007 08:41:31 +0000 |
reimar |
Make sure forked code does not try to display a GTK message box (and thus crashes)
|
Sun, 07 Oct 2007 08:19:11 +0000 |
voroshil |
r24706: Add hint to monitorpixelaspect for -vo aa.
|
Sun, 07 Oct 2007 08:07:30 +0000 |
voroshil |
r24709: Documentation follows implementation: Encrytped DVB channels are never
|
Sat, 06 Oct 2007 20:13:30 +0000 |
rathann |
import cleaned-up RPM spec files
|
Sat, 06 Oct 2007 13:45:14 +0000 |
rtogni |
Typo
|
Fri, 05 Oct 2007 14:05:26 +0000 |
Gabrov |
synced with r24711
|
Fri, 05 Oct 2007 13:07:54 +0000 |
cehoyos |
rtsp-stream-over-tcp also works with NEMESI.
|
Fri, 05 Oct 2007 12:37:08 +0000 |
cehoyos |
Fix typo.
|
Fri, 05 Oct 2007 12:36:17 +0000 |
cehoyos |
Documentation follows implementation: Encrytped DVB channels are never
|
Fri, 05 Oct 2007 12:24:27 +0000 |
cehoyos |
Default monitorpixelaspect is 1.
|
Fri, 05 Oct 2007 12:14:30 +0000 |
cehoyos |
Fix typo.
|
Fri, 05 Oct 2007 12:13:27 +0000 |
cehoyos |
Add hint to monitorpixelaspect for -vo aa.
|
Fri, 05 Oct 2007 08:54:01 +0000 |
ptt |
synced with r24656
|
Thu, 04 Oct 2007 18:05:02 +0000 |
ptt |
sync'ed with r24136
|
Thu, 04 Oct 2007 17:50:35 +0000 |
ptt |
sync'd up to r24056
|
Thu, 04 Oct 2007 17:32:08 +0000 |
ptt |
sync'd up to r24423
|
Thu, 04 Oct 2007 17:15:06 +0000 |
nicodvb |
in update_stats() removed a wrong 'else' that would prevent h264 headers to be recognized:
|
Thu, 04 Oct 2007 12:44:16 +0000 |
michael |
change double arrays to float (this should be accurate enough)
|
Thu, 04 Oct 2007 12:32:54 +0000 |
michael |
fix infinite loop
|
Thu, 04 Oct 2007 02:35:34 +0000 |
uau |
Fix missing subtitles after seeking back
|
Wed, 03 Oct 2007 23:50:54 +0000 |
michael |
overcomplete wavelet denoiser
|
Wed, 03 Oct 2007 21:39:01 +0000 |
nicodvb |
support for DTS as specified in DVB (untested)
|
Wed, 03 Oct 2007 17:06:27 +0000 |
reimar |
The combination _vis=yes and proc=v9 makes no sense and will not even compile.
|
Wed, 03 Oct 2007 15:27:02 +0000 |
voroshil |
Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.
|
Wed, 03 Oct 2007 14:13:11 +0000 |
reimar |
Do not uselessly set _x264 to the value it already has
|
Wed, 03 Oct 2007 13:57:33 +0000 |
reimar |
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
|
Wed, 03 Oct 2007 11:55:30 +0000 |
reimar |
Get rid of mp_msg_test in vo_png, only reason to use it is performance and
|
Wed, 03 Oct 2007 11:51:53 +0000 |
reimar |
Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier
|
Wed, 03 Oct 2007 11:50:15 +0000 |
reimar |
Make a local-only variable static in vo_png
|
Tue, 02 Oct 2007 19:22:46 +0000 |
reimar |
Set biWidth/biHeight in fli demuxer
|
Tue, 02 Oct 2007 19:18:33 +0000 |
reimar |
Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli demuxer
|
Tue, 02 Oct 2007 19:13:23 +0000 |
reimar |
Remove ugly unused struct name from typedef
|
Tue, 02 Oct 2007 10:37:59 +0000 |
diego |
cosmetics: Fix AltiVec spelling.
|
Mon, 01 Oct 2007 22:48:39 +0000 |
diego |
Fix warning:
|
Mon, 01 Oct 2007 22:46:33 +0000 |
diego |
Detect support of and add necessary CFLAGS to avoid crashes when loading
|
Mon, 01 Oct 2007 21:22:41 +0000 |
diego |
Move misplaced paragraph to the right question and fix the wording.
|
Mon, 01 Oct 2007 20:51:09 +0000 |
diego |
Remove stray XML tags that broke compilation.
|
Mon, 01 Oct 2007 13:08:49 +0000 |
diego |
Remove useless quotes.
|
Sun, 30 Sep 2007 21:56:09 +0000 |
cehoyos |
Added EOF detection for RTSP via live555
|
Sun, 30 Sep 2007 21:53:46 +0000 |
cehoyos |
Clarify some RTSP changes
|
Sun, 30 Sep 2007 20:36:32 +0000 |
nicodvb |
mention the recent telecining bugfix in muxer_mpeg
|
Sun, 30 Sep 2007 20:02:57 +0000 |
rtogni |
Disable direct rendering for ROQ video, the buffer management used by
|
Sun, 30 Sep 2007 12:07:00 +0000 |
attila |
revert changes r23805, r23819 and r23866 to restore the mga_vid check
|
Sun, 30 Sep 2007 11:11:54 +0000 |
lu_zero |
Require atleast libnemesi 0.6.2 (range api and h263 support
|
Sun, 30 Sep 2007 03:49:22 +0000 |
voroshil |
AMV demuxer and audio/video decoder
|
Sat, 29 Sep 2007 22:49:25 +0000 |
lu_zero |
Gentoo patches for Xext
|
Sat, 29 Sep 2007 22:28:24 +0000 |
diego |
Give temporary executable file the system-specific executable extension.
|
Sat, 29 Sep 2007 22:26:35 +0000 |
diego |
Move declaration of temporary file variables to after the system-specific
|
Sat, 29 Sep 2007 22:19:54 +0000 |
diego |
Fix Theora check without pkgconfig, -ltheora will not link on its own,
|
Sat, 29 Sep 2007 22:16:07 +0000 |
diego |
Nuke some more outdated and confusing comments.
|
Sat, 29 Sep 2007 22:12:30 +0000 |
diego |
Remove redundant comment.
|
Sat, 29 Sep 2007 22:09:31 +0000 |
diego |
Remove useless comment.
|
Sat, 29 Sep 2007 22:04:56 +0000 |
diego |
cosmetics: Move the command to remove configure.log out of a block of variable
|
Sat, 29 Sep 2007 21:30:04 +0000 |
gpoirier |
sync w/24656
|
Sat, 29 Sep 2007 19:56:17 +0000 |
diego |
spelling cosmetics
|
Sat, 29 Sep 2007 19:48:45 +0000 |
diego |
Enable SSE on MinGW, many builds out there seem to use it without ill effect.
|
Sat, 29 Sep 2007 17:11:24 +0000 |
compn |
add flac speedups
|
Sat, 29 Sep 2007 15:56:06 +0000 |
kraymer |
compile fix for faq.xml
|
Sat, 29 Sep 2007 15:33:32 +0000 |
voroshil |
r24655: analyzeduration option for lavf demuxer
|
Sat, 29 Sep 2007 15:17:27 +0000 |
Gabrov |
synced with r24656
|
Sat, 29 Sep 2007 13:03:57 +0000 |
kraymer |
r24030: Document special A-V sync issues with FLV files
|
Sat, 29 Sep 2007 12:27:13 +0000 |
reimar |
AVI can do video stream switching, too
|
Sat, 29 Sep 2007 07:55:43 +0000 |
henry |
analyzeduration option for lavf demuxer
|
Sat, 29 Sep 2007 07:49:02 +0000 |
henry |
remove useless int->double conversion
|
Sat, 29 Sep 2007 07:42:31 +0000 |
henry |
fix warnings
|
Sat, 29 Sep 2007 07:18:39 +0000 |
voroshil |
r24646: add -lavfdopts format option
|
Fri, 28 Sep 2007 21:20:41 +0000 |
nicodvb |
fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
|
Fri, 28 Sep 2007 21:13:26 +0000 |
nicodvb |
1000l, the tff flag was never cleared before being overwritten with the value on bff_mask;
|
Fri, 28 Sep 2007 21:06:45 +0000 |
iive |
Define profiles_t as const to fix a warning. Prevent profiles[] from been exported.
|
Fri, 28 Sep 2007 19:32:18 +0000 |
gpoirier |
sync w/r24646
|
Fri, 28 Sep 2007 18:38:05 +0000 |
reimar |
Update translations to not recommend -vc dummy (it is too crash-happy)
|
Fri, 28 Sep 2007 17:52:27 +0000 |
henry |
add -lavfdopts format option
|
Fri, 28 Sep 2007 11:41:25 +0000 |
lu_zero |
h263 exposed
|
Fri, 28 Sep 2007 02:20:48 +0000 |
kraymer |
r23578: Fix license header.
|
Fri, 28 Sep 2007 02:10:17 +0000 |
kraymer |
version bumps for codecs.xml and tvinput.xml
|
Fri, 28 Sep 2007 01:28:42 +0000 |
kraymer |
some whitespace cosmetics
|
Fri, 28 Sep 2007 01:27:32 +0000 |
voroshil |
missing sync tag update
|
Fri, 28 Sep 2007 01:02:24 +0000 |
kraymer |
r22718: add new audio and video codecs to libavcodec list
|
Thu, 27 Sep 2007 23:30:20 +0000 |
kraymer |
r22679: Some more details for the mga_vid section taken from drivers/README.
|
Thu, 27 Sep 2007 22:54:24 +0000 |
kraymer |
some whitespace cosmetics
|
Thu, 27 Sep 2007 22:02:10 +0000 |
kraymer |
r22141: Move all "Encoding with the XXX codec family" sections together.
|
Thu, 27 Sep 2007 21:53:57 +0000 |
kraymer |
r21897: Rephrase mga_vid section.
|
Thu, 27 Sep 2007 21:37:41 +0000 |
kraymer |
r21896: Document vo_tdfx_vid.
|
Thu, 27 Sep 2007 21:22:26 +0000 |
kraymer |
r21861: explain how to use MEncoder to create QuickTime-compatible files
|
Thu, 27 Sep 2007 17:45:28 +0000 |
kraymer |
r21748: Reformatting round continued
|
Thu, 27 Sep 2007 16:32:07 +0000 |
kraymer |
r21744: Mention that you can use different image formats with mf://
|