| Commit message (Expand) | Author | Age |
... | |
* | One step of code cleanup: move all variables, related | voroshil | 2007-11-19 |
* | Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView. | ulion | 2007-11-19 |
* | 100l: Fix long standing copy-paste error: | voroshil | 2007-11-19 |
* | Add padding and unroll loop 4x for at least another 10% speedup | reimar | 2007-11-18 |
* | Change to a 64 bit accumulation variable instead of shifting. | reimar | 2007-11-18 |
* | 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not... | reimar | 2007-11-18 |
* | Use "long" instead of "int" for innermost loop variable. | reimar | 2007-11-18 |
* | Rearrange scaletempo inner loop. | reimar | 2007-11-18 |
* | warn users to disable dvdread internal (at least for the moment: there's | nicodvb | 2007-11-18 |
* | 100l, someone mixed up && and ||, so if allocation of only one buffers failed | reimar | 2007-11-18 |
* | Avoid some casts by changing int8_t* to void* in af_scaletempo | reimar | 2007-11-18 |
* | Add all passed to VID_SET_FORMAT formats to the end of | voroshil | 2007-11-18 |
* | Ensure that when VID_GET_FORMAT ioctl is called, | voroshil | 2007-11-18 |
* | (cosmetics) Indentation fix of previous commit. | voroshil | 2007-11-18 |
* | New media format negotiation code: | voroshil | 2007-11-18 |
* | Move setting media format code | voroshil | 2007-11-18 |
* | Pass all available formats to chain building routine and | voroshil | 2007-11-18 |
* | 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table | reimar | 2007-11-18 |
* | Ignore video formats which are supported by device | voroshil | 2007-11-18 |
* | Fix crash when pin connection fails. | voroshil | 2007-11-18 |
* | Prevent chains from building more than once. | voroshil | 2007-11-18 |
* | Handle "out of memory" error. | voroshil | 2007-11-18 |
* | Move chains building code into separate routines. | voroshil | 2007-11-18 |
* | Add a wish which is available in some filters and players on win32. | ulion | 2007-11-18 |
* | mention the new build system | nicodvb | 2007-11-17 |
* | (cosmetics) Lookup table alignment. | voroshil | 2007-11-17 |
* | Service routine for constructing AM_MEDIA_TYPE structure from | voroshil | 2007-11-17 |
* | Disable terminating directshow chains with NullRenderer filter, | voroshil | 2007-11-17 |
* | Fix bogus bits per pixel values in lookup table. | voroshil | 2007-11-17 |
* | Cleanup sg_io_hdr initialization a bit | reimar | 2007-11-17 |
* | We do not have any use for the sense data, so we don't need a buffer for it. | reimar | 2007-11-17 |
* | (cosmetics) Indentation fix | voroshil | 2007-11-17 |
* | Some more cosmetics | reimar | 2007-11-17 |
* | Move the zeroing directly before the other initialization code | reimar | 2007-11-17 |
* | Move everything that sets buffer values together. | reimar | 2007-11-17 |
* | Another place that can use AV_WB32 | reimar | 2007-11-17 |
* | Some cosmetics in dvd_set_speed | reimar | 2007-11-17 |
* | Move the DVD speed factor -> KB/s conversion into the case | reimar | 2007-11-17 |
* | Add a missing close() to dvd_set_speed function | reimar | 2007-11-17 |
* | Open device file only right before we need it, so we do not | reimar | 2007-11-17 |
* | Do not print Ok message when setting speed limit failed | reimar | 2007-11-17 |
* | AV_WB16(..., 1000) more obviously represents one second that assigning | reimar | 2007-11-17 |
* | Use AV_WB32 instead of manual bit-fiddling when setting DVD speed | reimar | 2007-11-17 |
* | GPCMD_SET_STREAMING command is 12 bytes large, not 16 | reimar | 2007-11-17 |
* | Ignore stream id when checking rdt packet flags | rtogni | 2007-11-17 |
* | Remove a pointless #ifdef | reimar | 2007-11-17 |
* | Replace if-else constructs for type -> fourcc mapping by a table in demux_mf | reimar | 2007-11-17 |
* | Fix pausing_toggle not continue play bug when it follows a pause immediately. | ulion | 2007-11-17 |
* | report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi | nicodvb | 2007-11-16 |
* | Add missed translatable string in my previous commit | voroshil | 2007-11-16 |