aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* 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
* demux_mpg_probe() seek to the initial position before returning - patch by re...Gravatar nicodvb2007-02-03
* removed unused variablesGravatar nicodvb2007-02-03
* mf demuxer only works with mf:// urls, so check for that.Gravatar reimar2007-02-01
* Make mkv demuxer use ffmpeg LZO as well.Gravatar reimar2007-01-31
* Support 16bit bigendian PCM audio from libavformatGravatar reimar2007-01-30
* reduced verbosityGravatar nicodvb2007-01-29
* 5l, check that the codec type detected by ts_detect_streams() is actually aud...Gravatar nicodvb2007-01-29
* fix audio type when ts_detect_streams detects that a private1 stream is actua...Gravatar nicodvb2007-01-29
* sanity checks during codec detection; also reset demuxer->stream->eofGravatar nicodvb2007-01-28
* added code to scan the video stream to search the actual video codec used;Gravatar nicodvb2007-01-28
* include math.h for fabsf()Gravatar nicodvb2007-01-28
* cosmetics: reindentation and braces removalGravatar nicodvb2007-01-28
* moved scoreboarding code to 2 separate functions (update_stats() and clear_st...Gravatar nicodvb2007-01-28
* Fix number of rows in interlaced mode.Gravatar reimar2007-01-28
* 10l, confused current "frame" with canvas width.Gravatar reimar2007-01-28
* set has_valid_timestamps and corresponding first and final pts only afterGravatar nicodvb2007-01-28