aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* One step of code cleanup: move all variables, relatedGravatar voroshil2007-11-19
* Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.Gravatar ulion2007-11-19
* 100l: Fix long standing copy-paste error:Gravatar voroshil2007-11-19
* Add padding and unroll loop 4x for at least another 10% speedupGravatar reimar2007-11-18
* Change to a 64 bit accumulation variable instead of shifting.Gravatar reimar2007-11-18
* 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...Gravatar reimar2007-11-18
* Use "long" instead of "int" for innermost loop variable.Gravatar reimar2007-11-18
* Rearrange scaletempo inner loop.Gravatar reimar2007-11-18
* warn users to disable dvdread internal (at least for the moment: there'sGravatar nicodvb2007-11-18
* 100l, someone mixed up && and ||, so if allocation of only one buffers failedGravatar reimar2007-11-18
* Avoid some casts by changing int8_t* to void* in af_scaletempoGravatar reimar2007-11-18
* Add all passed to VID_SET_FORMAT formats to the end ofGravatar voroshil2007-11-18
* Ensure that when VID_GET_FORMAT ioctl is called,Gravatar voroshil2007-11-18
* (cosmetics) Indentation fix of previous commit.Gravatar voroshil2007-11-18
* New media format negotiation code:Gravatar voroshil2007-11-18
* Move setting media format code Gravatar voroshil2007-11-18
* Pass all available formats to chain building routine andGravatar voroshil2007-11-18
* 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc tableGravatar reimar2007-11-18
* Ignore video formats which are supported by deviceGravatar voroshil2007-11-18
* Fix crash when pin connection fails.Gravatar voroshil2007-11-18
* 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