aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy MengGravatar nicodvb2007-02-28
* implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_P...Gravatar nicodvb2007-02-27
* assign missing frametime as 1.0/fps; patch by Carl Eigen HoyosGravatar nicodvb2007-02-27
* 1000l, removed code that messed with the internals of demux_packet_t (but the...Gravatar nicodvb2007-02-27
* removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...Gravatar nicodvb2007-02-27
* 100000l: average != semidistance, fixed seeking to the middle position; patch...Gravatar nicodvb2007-02-27
* copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl...Gravatar nicodvb2007-02-26
* 2 less variablesGravatar nicodvb2007-02-25
* cosmetics: reformattedGravatar nicodvb2007-02-25
* removed unused variablesGravatar nicodvb2007-02-25
* simplified parse_mpeg12_video()Gravatar nicodvb2007-02-25
* member real_framerate is completely uselessGravatar nicodvb2007-02-25
* cosmetics: reindentedGravatar nicodvb2007-02-25
* removed commented/useless code from parse_mpeg12_video()Gravatar nicodvb2007-02-25
* 10l, avoid crash on invalid subtitle idGravatar reimar2007-02-24
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video a...Gravatar nicodvb2007-02-20
* make message translatableGravatar ivo2007-02-20
* more cosmeticsGravatar ivo2007-02-20
* proper GPL headingGravatar ivo2007-02-20
* cosmeticsGravatar ivo2007-02-20
* proper authors of xmms demuxerGravatar ivo2007-02-20
* dont set 0 nBlockAlignGravatar michael2007-02-20
* probe ~/.xmms/Plugins for plugins too, so users without root access on theirGravatar ivo2007-02-20
* all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)Gravatar nicodvb2007-02-18
* omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by...Gravatar nicodvb2007-02-17
* cosmeticsGravatar nicodvb2007-02-17
* Don't segfault if no -format is given for lavfGravatar uau2007-02-16
* support for H263-2000; patch by Carl Eugen HoyosGravatar nicodvb2007-02-16
* English grammar fix: There is no 's' after "does not exist"Gravatar reimar2007-02-14
* 100l copy-and-paste bug. Do not print video info when the problem is with sub...Gravatar reimar2007-02-14
* Print list of lavf muxer formats with format=help.Gravatar reimar2007-02-14
* Revert libnut option names, the issue is fixed in FFmpeg.Gravatar diego2007-02-12
* removed ages-old and insane #if0-ed and commented codeGravatar nicodvb2007-02-10
* substream id 0x98..0x9f identifies dtsGravatar nicodvb2007-02-09
* when seeking in h264 sync to idr framesGravatar nicodvb2007-02-09
* when playing vc1 content sync to sequence or entry point headerGravatar nicodvb2007-02-09
* vc1 in mpegtsGravatar nicodvb2007-02-09
* Make sure sub->sh is set when a subtitle is selectedGravatar reimar2007-02-08
* when seeking and the codec is VC1 sync to sequence or entry point headersGravatar nicodvb2007-02-07
* when the video codec is mpeg4video copy the content of the esds in extradata;...Gravatar nicodvb2007-02-07
* Fix libnut build failure.Gravatar gpoirier2007-02-07
* Support selecting a specific lavf demuxer and listing available ones via -lav...Gravatar reimar2007-02-06
* Support some weird AVI header, fixes bug 742Gravatar reimar2007-02-06
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Another round of subtitle code cleanupGravatar reimar2007-02-05
* Set sub_utf8 for mov subs.Gravatar reimar2007-02-05
* support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approv...Gravatar nicodvb2007-02-04
* Do not read beyond end of data chunk if chunk_size is set.Gravatar reimar2007-02-04