aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Prevent chains from building more than once.Gravatar voroshil2007-11-18
* Handle "out of memory" error.Gravatar voroshil2007-11-18
* Move chains building code into separate routines.Gravatar voroshil2007-11-18
* Add a wish which is available in some filters and players on win32.Gravatar ulion2007-11-18
* mention the new build systemGravatar nicodvb2007-11-17
* (cosmetics) Lookup table alignment.Gravatar voroshil2007-11-17
* Service routine for constructing AM_MEDIA_TYPE structure from Gravatar voroshil2007-11-17
* Disable terminating directshow chains with NullRenderer filter,Gravatar voroshil2007-11-17
* Fix bogus bits per pixel values in lookup table.Gravatar voroshil2007-11-17
* Cleanup sg_io_hdr initialization a bitGravatar reimar2007-11-17
* We do not have any use for the sense data, so we don't need a buffer for it.Gravatar reimar2007-11-17
* (cosmetics) Indentation fixGravatar voroshil2007-11-17
* Some more cosmeticsGravatar reimar2007-11-17
* Move the zeroing directly before the other initialization codeGravatar reimar2007-11-17
* Move everything that sets buffer values together.Gravatar reimar2007-11-17
* Another place that can use AV_WB32Gravatar reimar2007-11-17
* Some cosmetics in dvd_set_speedGravatar reimar2007-11-17
* Move the DVD speed factor -> KB/s conversion into the caseGravatar reimar2007-11-17
* Add a missing close() to dvd_set_speed functionGravatar reimar2007-11-17
* Open device file only right before we need it, so we do notGravatar reimar2007-11-17
* Do not print Ok message when setting speed limit failedGravatar reimar2007-11-17
* AV_WB16(..., 1000) more obviously represents one second that assigningGravatar reimar2007-11-17
* Use AV_WB32 instead of manual bit-fiddling when setting DVD speedGravatar reimar2007-11-17
* GPCMD_SET_STREAMING command is 12 bytes large, not 16Gravatar reimar2007-11-17
* Ignore stream id when checking rdt packet flagsGravatar rtogni2007-11-17
* Remove a pointless #ifdefGravatar reimar2007-11-17
* Replace if-else constructs for type -> fourcc mapping by a table in demux_mfGravatar reimar2007-11-17
* Fix pausing_toggle not continue play bug when it follows a pause immediately.Gravatar ulion2007-11-17
* report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fiGravatar nicodvb2007-11-16
* Add missed translatable string in my previous commitGravatar voroshil2007-11-16
* Make sure that mplayer will receive actual media typeGravatar voroshil2007-11-16
* Fix FPS from bitrate calculation (was 8 times larger than real value).Gravatar voroshil2007-11-16
* Print warning about encrypted audio tracksGravatar rtogni2007-11-15
* Remove the pause filter and the cmd queue hack, to know the mplayer going toGravatar ulion2007-11-15
* removed forgotten and out of date commentGravatar nicodvb2007-11-14
* removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assum...Gravatar nicodvb2007-11-14
* reindentationGravatar nicodvb2007-11-14
* removed unneeded checks on the version of dvdnav (the acceptance ofGravatar nicodvb2007-11-14
* change fftiff from untested to workingGravatar compn2007-11-14
* add tif support to demux_mfGravatar compn2007-11-14
* Not all cards supports changing country code.Gravatar voroshil2007-11-14
* libogg muxer no longer exists in FFmpeg.Gravatar diego2007-11-14
* remove technical changes as pointed out by uau and diego, another updateGravatar compn2007-11-14
* mencoder has mkv nut and mxf output using lavfGravatar compn2007-11-14
* some updatesGravatar compn2007-11-14
* The FFmpeg WMV2 decoder is no longer buggy now that J-frames are supported.Gravatar diego2007-11-13
* Check for second stream presence, fixes single stream playback (from amol)Gravatar lu_zero2007-11-13
* 10l video != audioGravatar lu_zero2007-11-13
* support extradata for audio streamsGravatar lu_zero2007-11-13
* fetch metadata for audio (from amol)Gravatar lu_zero2007-11-13