aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* A function always returning 0 could as well return void.Gravatar eugeni2007-03-06
* Text alignment should not use bounding boxes of individual glyphs.Gravatar eugeni2007-03-06
* Reset advance vector and glyph bounding box if glyph could not be found.Gravatar eugeni2007-03-06
* removed unused definition of insertRTPData(); it's not only unused,Gravatar nicodvb2007-03-05
* synced with r22428Gravatar Gabrov2007-03-05
* synced with r22469Gravatar Gabrov2007-03-05
* truncate mencoder's output file if it exists, instead of overwriting just par...Gravatar lorenm2007-03-05
* Audio should now work fine, so remove the ENABLE_AUDIO ifdefGravatar reimar2007-03-05
* Implement percent-based seekingGravatar reimar2007-03-05
* Fix seeking for avisynth audio.Gravatar reimar2007-03-05
* Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideoGravatar reimar2007-03-05
* remove pointless cast to intGravatar reimar2007-03-05
* Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long...Gravatar reimar2007-03-05
* Allow to add/modify keybind for '#'Gravatar reimar2007-03-05
* -nomouseinput is no longer X11 only.Gravatar diego2007-03-05
* Add code to detect and convert to console codepage on Windows.Gravatar reimar2007-03-04
* Include stdio.h for printfGravatar reimar2007-03-04
* when seeking consider stream->start_pos instead of 0 as initial position; pat...Gravatar nicodvb2007-03-04
* getopt is only needed on msvc, remove from mingw/linux compile infoGravatar compn2007-03-04
* 10l, remove local-only file from ignore listGravatar kraymer2007-03-04
* add vfw2menc info into READMEGravatar compn2007-03-04
* shut up 'svn status' by ignoring symlinked filesGravatar kraymer2007-03-04
* add -xvfwopts compdata suboption to man pageGravatar compn2007-03-04
* Remove variable that is unnecessary after last patchGravatar reimar2007-03-04
* Remove hack that sets demuxer->video->pts after seeking, it seems no longer n...Gravatar reimar2007-03-04
* Set pts also for audio packetsGravatar reimar2007-03-04
* Already frameno == num_frames means we reached EOF.Gravatar reimar2007-03-04
* Fix crash with avisynth audio-only files and take audio length into account w...Gravatar reimar2007-03-04
* Support more avisynth audio sample types (untested)Gravatar reimar2007-03-04
* Remove useless void * castsGravatar reimar2007-03-04
* Do not read more audio samples than availableGravatar reimar2007-03-04
* Fix pakcet -> packet typo in outputGravatar reimar2007-03-04
* Set format tag for float samples correctly (currently useless)Gravatar reimar2007-03-04
* nomouseinput option should not depend on HAVE_X11.Gravatar reimar2007-03-04
* Add support for tracking mouse movements.Gravatar reimar2007-03-04
* Move/simplify some variable declarationsGravatar reimar2007-03-04
* Demuxers have no business setting o_bpsGravatar reimar2007-03-04
* First half-working avisynth audio supportGravatar reimar2007-03-04
* Fix wrong setting of samplesize (must be bytes per sample, not bits)Gravatar reimar2007-03-04
* ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ...Gravatar reimar2007-03-04
* Enable aid/vid stream selection, although it is quite useless currently.Gravatar reimar2007-03-04
* Whitespace-only cosmetics: get rid of all remaining tabsGravatar reimar2007-03-04
* Generate resize events when size of -wid window changes.Gravatar reimar2007-03-04
* Fix type and usage of avs_get_audio functionGravatar reimar2007-03-04
* Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple...Gravatar reimar2007-03-04
* print the disc_id without using a bufferGravatar nicodvb2007-03-04
* Fix copy-paste bug (must have broken something in the GUI)Gravatar uau2007-03-03
* wrong capitolization, thats a comma not a periodGravatar compn2007-03-03
* warn users about drm files, patch by zuxy mengGravatar compn2007-03-03
* warn users about DRM asf files, patch by zuxy mengGravatar compn2007-03-03