| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | English grammar fix: There is no 's' after "does not exist" | reimar | 2007-02-14 |
* | 100l copy-and-paste bug. Do not print video info when the problem is with sub... | reimar | 2007-02-14 |
* | Print list of lavf muxer formats with format=help. | reimar | 2007-02-14 |
* | Revert libnut option names, the issue is fixed in FFmpeg. | diego | 2007-02-12 |
* | removed ages-old and insane #if0-ed and commented code | nicodvb | 2007-02-10 |
* | substream id 0x98..0x9f identifies dts | nicodvb | 2007-02-09 |
* | when seeking in h264 sync to idr frames | nicodvb | 2007-02-09 |
* | when playing vc1 content sync to sequence or entry point header | nicodvb | 2007-02-09 |
* | vc1 in mpegts | nicodvb | 2007-02-09 |
* | Make sure sub->sh is set when a subtitle is selected | reimar | 2007-02-08 |
* | when seeking and the codec is VC1 sync to sequence or entry point headers | nicodvb | 2007-02-07 |
* | when the video codec is mpeg4video copy the content of the esds in extradata;... | nicodvb | 2007-02-07 |
* | Fix libnut build failure. | gpoirier | 2007-02-07 |
* | Support selecting a specific lavf demuxer and listing available ones via -lav... | reimar | 2007-02-06 |
* | Support some weird AVI header, fixes bug 742 | reimar | 2007-02-06 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 |
* | Another round of subtitle code cleanup | reimar | 2007-02-05 |
* | Set sub_utf8 for mov subs. | reimar | 2007-02-05 |