aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demuxer.h
Commit message (Expand)AuthorAge
* 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
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* 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
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Change common pts variables from floats to doubles. Individual demuxersGravatar uau2006-04-27
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h toGravatar rtognimp2006-04-24