aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
...
* 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
* move some ill-behaving demuxers further down the listGravatar reimar2006-07-04
* respect dvdnav's requests of WAIT to prevent while(1)Gravatar nicodvb2006-07-04
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* missing free() if bails out at step 12Gravatar ben2006-07-01
* new rtsp-destination option which allows forcing destination ip address (fixe...Gravatar ben2006-07-01
* Fix A-V sync for real files (also live streams)Gravatar rtogni2006-07-01
* Add some explanatory comments to #endif jungle.Gravatar diego2006-06-30
* 10l: wrong #endif removed.Gravatar diego2006-06-30