aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,Gravatar reimar2006-07-28
* 10l, last commit swapped U and V planes.Gravatar reimar2006-07-28
* Handle frames with stride correctly (e.g. the "Version" source of current AVS).Gravatar reimar2006-07-28
* Do not count each decoded frame twice.Gravatar reimar2006-07-28
* Cosmetics for last commitGravatar reimar2006-07-28
* Move more stuff under if (avs_has_video... to simplify later patches.Gravatar reimar2006-07-28
* set pts of the demux patcket correctlyGravatar reimar2006-07-28
* Move variable declarations to the block level where they are actually usedGravatar reimar2006-07-28
* call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer a...Gravatar reimar2006-07-28
* Do not treat AV_NOPTS_VALUE as a valid duration value.Gravatar reimar2006-07-28
* 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