log

age author description
2007-07-31 ivo Much smaller command line parser
2007-07-31 ptt another little corrections
2007-07-31 ptt added missing ":"'s
2007-07-31 ptt better wording
2007-07-31 ptt sorry, left english phrase in...
2007-07-31 ptt synced with r23962
2007-07-31 ptt added missing ':' for separator
2007-07-31 ptt synced to r23920
2007-07-31 ivo Update copyright info and license
2007-07-31 ivo cosmetics, break overly long lines
2007-07-31 ivo replace ^I by $TAB now that TAB is global
2007-07-31 ivo only test for stupid code and reserved identifiers if there are any .c or .h
2007-07-31 ivo 10l, forgot to make TAB global
2007-07-31 ivo Test for reserved identifiers.
2007-07-31 diego Identifiers starting with underscores are reserved.
2007-07-31 diego UTF-8 conversion
2007-07-30 iive Make teletext depend on freetype. Fixes compilation failer (in sub.c).
2007-07-30 reimar 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
2007-07-30 reimar Extend OpenGL configure test to also check for glx/wgl and proper linking.
2007-07-30 gpoirier sync w/23588
2007-07-30 ivo remove GNUism (case range)
2007-07-30 ivo Add test for GNUisms
2007-07-30 voroshil Teletext support for V4Lv1
2007-07-30 voroshil 10l: wrong pointer was initialized (causes crash during startup).
2007-07-30 ben h/w -> hardware
2007-07-30 reimar Change V4L2 MPEG decoder check so it can actually fail
2007-07-30 reimar Comment out purely debugging printf that in addition uses __FUNCTION__ which
2007-07-30 reimar Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems on Linux
2007-07-30 reimar Simplify sun SCSI command generation
2007-07-30 reimar big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read
2007-07-30 reimar Move extern int audio_output_channels; to ad_internal.h
2007-07-30 reimar Indicate desired number of output channels to ffmpeg audio decoder.
2007-07-30 reimar Avoid void * arithmetic
2007-07-30 reimar Use the standard inline instead of __inline
2007-07-30 reimar Another missed case-range
2007-07-30 reimar Do not use gnu case-range extension if it's easy to avoid
2007-07-30 reimar Use goto instead of useless recursion that might fill up the stack
2007-07-30 reimar Do not use a return value for a void function
2007-07-30 reimar C99 varargs in macros can not be empty, adjust definition so it compiles
2007-07-30 Gabrov synced with r23928
2007-07-30 voroshil Subtraction should be done after & operation.
2007-07-30 voroshil Drop out overlooked debug line
2007-07-29 ben update man page with v4l2 a/v outputs
2007-07-29 ben v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Teletext support
2007-07-29 reimar More doxygen comments
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Teletext support.
2007-07-29 voroshil Teletext support.
2007-07-29 reimar Simplify and fix missing offset for Darwin vcd_get/set_msf functions
2007-07-29 reimar Document -rawvideo format="format string"
2007-07-29 reimar Make VCD work on little-endian macs
2007-07-29 reimar Make vcd_get_track_end actually return the end, not the start on Darwin
2007-07-29 reimar Make the vcd seek and get track end functions actually have an effect
2007-07-29 diego punctuation, new sentences on new lines
2007-07-29 diego libdvdcss patch got committed.
2007-07-29 reimar Fix wrong return type in darwin VCD code
2007-07-29 voroshil Replacing global variables in radio:// with
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing forward declarations of routines used only in tv.c
2007-07-29 voroshil Cosmetics.
2007-07-29 voroshil Cosmetics: move two routines up
2007-07-28 reimar Set -vo gl slice-height default to 0, the current default of 4 seems
2007-07-28 reimar Experimental negative panscan values
2007-07-28 reimar Use a new variable for user-supplied monitor-aspect so we can overwrite
2007-07-28 reimar make sure update_xinerama_info is always called even when using the
2007-07-28 diego Give message string a more meaningful name.
2007-07-28 diego cosmetics: misc typo fixes
2007-07-28 diego typo fix: childs --> children
2007-07-28 diego typo fix: childs --> children
2007-07-28 diego Names starting with underscores are reserved.
2007-07-28 diego typo
2007-07-28 reimar Fix some typos in comments
2007-07-28 voroshil r23852: af channels example for ffdca to ALSA reordering
2007-07-27 reimar Remove extern index_mode, it is already in demuxer.h
2007-07-27 reimar Make sure fformat is set before use
2007-07-27 reimar Remove some unneeded extern variable declarations
2007-07-27 reimar Remove completely pointless extra return statements
2007-07-27 reimar Fix MSF -> sector conversion being 150 sectors of
2007-07-27 reimar Simplify track length calculation
2007-07-27 reimar Some more *BSD vcd_read simplification
2007-07-27 reimar Fix several 100l
2007-07-27 reimar Factor out some common code
2007-07-27 reimar Somewhat unified *BSD vcd reading
2007-07-27 reimar READ_TOC for making *BSD code more similar
2007-07-27 ptt synced with r23225
2007-07-27 reimar One ifdef less
2007-07-27 reimar Simplify NetBSD vcd_read code
2007-07-27 reimar vcd_inc_msf function also for freebsd vcd_read
2007-07-27 reimar More VCD cosmetics
2007-07-26 reimar 100l, return is missing a value
2007-07-26 reimar Cosmetics to reduce diff between Free- and netBSD vcd stuff
2007-07-26 reimar 10l, fix vcd netbsd compilation
2007-07-26 reimar TOCADDR macro as first step to common *BSD vcd reading code
2007-07-26 iive Disable building of vo_mga on all linux platforms despite not having Matrox card.
2007-07-26 ptt synced with r23856
2007-07-26 gpoirier Intel Mac is fully supported these days
2007-07-26 gpoirier add Hitachi SuperH (SH3) support
2007-07-25 uau Fix configure regexp for enabling FFmpeg features
2007-07-25 reimar Simplify: use FFMAX
2007-07-25 reimar Remove some useless "extern" before function prototypes
2007-07-25 reimar avoid ff_config_enable doing partial matches.
2007-07-25 reimar subdata must be set to NULL when the corresponding data was freed.
2007-07-25 reimar Do not set vo_sub to NULL on changing subtitles, update_subtitles