| Commit message (Expand) | Author | Age |
* | 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 |
* | Replace MIN with FFMIN | reimar | 2007-03-01 |
* | Use libavutil's av_clip* instead of unreadable MIN/MAX chaos. | reimar | 2007-03-01 |
* | test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng | nicodvb | 2007-02-28 |
* | implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P... | nicodvb | 2007-02-27 |
* | assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos | nicodvb | 2007-02-27 |
* | 1000l, removed code that messed with the internals of demux_packet_t (but the... | nicodvb | 2007-02-27 |
* | removed duplicated code in demux_seek(); stream_seek() already aligns to STRE... | nicodvb | 2007-02-27 |
* | 100000l: average != semidistance, fixed seeking to the middle position; patch... | nicodvb | 2007-02-27 |
* | copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl... | nicodvb | 2007-02-26 |
* | 2 less variables | nicodvb | 2007-02-25 |
* | cosmetics: reformatted | nicodvb | 2007-02-25 |
* | removed unused variables | nicodvb | 2007-02-25 |
* | simplified parse_mpeg12_video() | nicodvb | 2007-02-25 |
* | member real_framerate is completely useless | nicodvb | 2007-02-25 |
* | cosmetics: reindented | nicodvb | 2007-02-25 |
* | removed commented/useless code from parse_mpeg12_video() | nicodvb | 2007-02-25 |
* | 10l, avoid crash on invalid subtitle id | reimar | 2007-02-24 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 |
* | insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a... | nicodvb | 2007-02-20 |
* | make message translatable | ivo | 2007-02-20 |
* | more cosmetics | ivo | 2007-02-20 |
* | proper GPL heading | ivo | 2007-02-20 |
* | cosmetics | ivo | 2007-02-20 |
* | proper authors of xmms demuxer | ivo | 2007-02-20 |
* | dont set 0 nBlockAlign | michael | 2007-02-20 |
* | probe ~/.xmms/Plugins for plugins too, so users without root access on their | ivo | 2007-02-20 |
* | all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org) | nicodvb | 2007-02-18 |
* | omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by... | nicodvb | 2007-02-17 |
* | cosmetics | nicodvb | 2007-02-17 |
* | Don't segfault if no -format is given for lavf | uau | 2007-02-16 |
* | support for H263-2000; patch by Carl Eugen Hoyos | nicodvb | 2007-02-16 |