| Commit message (Expand) | Author | Age |
... | |
* | cosmetics: removed trailing spaces | nicodvb | 2007-04-01 |
* | Add support for the THP game format. | diego | 2007-04-01 |
* | in flush_buffers() removed code that required the presence of an amount of au... | nicodvb | 2007-04-01 |
* | Support h264 over rtsp | cehoyos | 2007-04-01 |
* | Cosmetics: Move variable declaration and initialization up. | cehoyos | 2007-04-01 |
* | Handle X-QT extradata in a slightly more correct way | cehoyos | 2007-03-26 |
* | Fix filepos calculation | cehoyos | 2007-03-22 |
* | Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3) | cehoyos | 2007-03-22 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 |
* | Move setting CXXFLAGS to configure. | diego | 2007-03-18 |
* | add fourcc for dxa files, approved by diego | compn | 2007-03-17 |
* | Matroska seeking fixes | uau | 2007-03-16 |
* | Use explicit path for headers from the loader/ directory. | diego | 2007-03-15 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Add live555 include flags to CXXFLAGS only. | diego | 2007-03-15 |
* | Check for eof in loop searching for data chunk. | reimar | 2007-03-15 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl... | nicodvb | 2007-03-12 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 |
* | remove some lines which should have never been in demux_nut.c, broke CPU | ods15 | 2007-03-09 |
* | Fix audio samplerates below 7000 Hz. | uau | 2007-03-07 |
* | support for AMR; it works inserting in the first byte of the demux_packet | nicodvb | 2007-03-06 |
* | removed unused definition of insertRTPData(); it's not only unused, | nicodvb | 2007-03-05 |
* | Audio should now work fine, so remove the ENABLE_AUDIO ifdef | reimar | 2007-03-05 |
* | Implement percent-based seeking | reimar | 2007-03-05 |
* | Fix seeking for avisynth audio. | reimar | 2007-03-05 |
* | Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo | reimar | 2007-03-05 |
* | remove pointless cast to int | reimar | 2007-03-05 |
* | Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long... | reimar | 2007-03-05 |
* | when seeking consider stream->start_pos instead of 0 as initial position; pat... | nicodvb | 2007-03-04 |
* | Remove variable that is unnecessary after last patch | reimar | 2007-03-04 |
* | Remove hack that sets demuxer->video->pts after seeking, it seems no longer n... | reimar | 2007-03-04 |
* | Set pts also for audio packets | reimar | 2007-03-04 |
* | Already frameno == num_frames means we reached EOF. | reimar | 2007-03-04 |
* | Fix crash with avisynth audio-only files and take audio length into account w... | reimar | 2007-03-04 |
* | Support more avisynth audio sample types (untested) | reimar | 2007-03-04 |
* | Remove useless void * casts | reimar | 2007-03-04 |
* | Do not read more audio samples than available | reimar | 2007-03-04 |
* | Fix pakcet -> packet typo in output | reimar | 2007-03-04 |
* | Set format tag for float samples correctly (currently useless) | reimar | 2007-03-04 |
* | Move/simplify some variable declarations | reimar | 2007-03-04 |
* | Demuxers have no business setting o_bps | reimar | 2007-03-04 |
* | First half-working avisynth audio support | reimar | 2007-03-04 |
* | Fix wrong setting of samplesize (must be bytes per sample, not bits) | reimar | 2007-03-04 |
* | ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be ... | reimar | 2007-03-04 |
* | Enable aid/vid stream selection, although it is quite useless currently. | reimar | 2007-03-04 |
* | Fix type and usage of avs_get_audio function | reimar | 2007-03-04 |
* | warn users about drm files, patch by zuxy meng | compn | 2007-03-03 |