aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* The C99 function strtof is unavailable in some BSD variants.Gravatar diego2006-07-27
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...Gravatar reynaldo2006-07-27
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* Introduce general V4L variable/define.Gravatar diego2006-07-27
* Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.Gravatar diego2006-07-27
* Rename *v4l variable to *v4l1.Gravatar diego2006-07-27
* Incorrect check in gxf demuxer leading to crash with textKO.gxf sample fileGravatar reimar2006-07-26
* fix 3 bugs in libmpdemux/demux_mf.cGravatar gpoirier2006-07-26
* Add simple edit list support to mov demuxer, it supports delay of audio and v...Gravatar atmos42006-07-23
* Take start time into consideration when calculation percentage positionGravatar reimar2006-07-23
* rename rtsp.c to stream_rtsp.c for consistency with other input modulesGravatar ben2006-07-22
* Native MPEG4 SP/ASP/AP support in Matroska.Gravatar rathann2006-07-22
* display the right MPEG packet typeGravatar ben2006-07-22
* cosmetics: comments and reindentation asked by gxbenGravatar nicodvb2006-07-22
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundGravatar nicodvb2006-07-22
* moved mpeg_packetizer helpers to libmpdemuxGravatar ben2006-07-19
* Fix use of uninitialized variableGravatar uau2006-07-17
* marks several strings inside structs as const when they hold just Gravatar reynaldo2006-07-16
* marks several read-only string parameters and function return-values which ca...Gravatar reynaldo2006-07-16
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* Assume that missing streamcount means one stream, and missing mimetype Gravatar rtogni2006-07-14
* raise default tuning timeout to 30 seconds in order to give enough time to le...Gravatar nicodvb2006-07-14
* cosmetical reformattingGravatar nicodvb2006-07-14
* simplification in dvb_step_channelGravatar nicodvb2006-07-14
* force demuxer type to mpegts to speed up detection and avoid useless and slow...Gravatar nicodvb2006-07-14
* removed obsolete fileGravatar nicodvb2006-07-14
* moved LOF macros from dvb_defaults.hGravatar nicodvb2006-07-14
* removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)Gravatar nicodvb2006-07-14
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* printf --> mp_msgGravatar diego2006-07-14
* removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,...Gravatar reynaldo2006-07-14
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.Gravatar diego2006-07-13
* more sizeof(char) funGravatar reynaldo2006-07-13
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Remove non-existing CSS_INC.Gravatar diego2006-07-12
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* added new pvr:// input for ivtv based cardsGravatar ben2006-07-10
* more c++ decl crapGravatar rfelker2006-07-10
* more c++ decl crapGravatar rfelker2006-07-10
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Revert r18878, always sync rm files using only pts (ignore framerate)Gravatar rtogni2006-07-08
* Remove unused prototypeGravatar rtogni2006-07-08
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.Gravatar eugeni2006-07-07
* lavf demuxer works better for gxfGravatar reimar2006-07-07
* Fix for case when both V4L and V4L2 are enabledGravatar reimar2006-07-06
* Move conditional compilation into the build system.Gravatar diego2006-07-06
* cosmeticsGravatar diego2006-07-06
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06