aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAge
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Get rid of DEMUXER_TYPE_NUV define, it is no longer used.Gravatar reimar2009-03-09
* increase max subtitle stream limitGravatar compn2009-01-28
* WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
* Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ...Gravatar reimar2008-12-24
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* MNG demuxer by Stefan Schuermans, stefan blinkenarea orgGravatar diego2008-11-30
* Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Gravatar diego2008-10-16
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* Add missing #includes that are required for things used in the header.Gravatar diego2008-06-17
* added and reused demux_flush() instead of emptying the demux_stream buffers;Gravatar nicodvb2008-06-02
* Remove unused function demux_read_data_packGravatar uau2008-04-11
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Demuxer-independent functions for selecting tracks based on language.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* New member in demuxer_t: reference_clock.Gravatar nicodvb2008-02-23
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.Gravatar reimar2008-02-12
* Allow demuxers to choose a default value for correct_ptsGravatar reimar2008-02-03
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* First step towards making all demuxer_desc_t constGravatar reimar2008-01-13
* Add demuxer interface for attachments.Gravatar eugeni2008-01-12
* wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...Gravatar nicodvb2008-01-05
* Add some const/static qualifiers as appropriateGravatar reimar2007-12-24
* Add demuxer functions for chapter feature.Gravatar ulion2007-12-13
* Make libnemesi use specific struct and DEMUXER_TYPEGravatar lu_zero2007-12-04
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* make opt argument of demux_info_get const.Gravatar reimar2007-06-24
* Fix demuxer.h multiple inclusion guardGravatar uau2007-06-20
* Use 'static inline' instead of 'inline static' to avoid warningsGravatar zuxy2007-06-04
* Make realloc_struct inline as other functions defined in demuxer.hGravatar zuxy2007-06-02
* Add lavf_preferred demuxer for lavf formats we want to be probedGravatar reimar2007-04-14
* Another round of subtitle code cleanupGravatar reimar2007-02-05
* added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...Gravatar nicodvb2006-12-31
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)Gravatar nicodvb2006-11-18
* added code to switch video streamGravatar nicodvb2006-11-16
* Move sh_sub_t to stheader.h, where all the other sh structs are definedGravatar reimar2006-11-13
* Make subtitle stream handling more similar to audio and video streams.Gravatar reimar2006-11-13
* added demuxer_get_current_time() to get the current playtime (possibly aided ...Gravatar nicodvb2006-11-07
* added definition of DEMUXER_CTRL_RESYNCGravatar nicodvb2006-11-07
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* added first revision of demuxer_seek_chapter()Gravatar nicodvb2006-08-18