index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demuxer.h
Commit message (
Expand
)
Author
Age
*
increase max subtitle stream limit
compn
2009-01-28
*
WORDS_BIGENDIAN is defined/undefined, not 0/1.
diego
2009-01-26
*
Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to ...
reimar
2008-12-24
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
diego
2008-11-30
*
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
diego
2008-10-16
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Change a bunch of codec-specific preprocessor directives from a HAVE_
diego
2008-08-02
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
reimar
2008-07-17
*
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
reimar
2008-07-16
*
Add missing #includes that are required for things used in the header.
diego
2008-06-17
*
added and reused demux_flush() instead of emptying the demux_stream buffers;
nicodvb
2008-06-02
*
Remove unused function demux_read_data_pack
uau
2008-04-11
*
Support 'default' attribute for audio and subtitle tracks.
eugeni
2008-03-30
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Demuxer-independent functions for selecting tracks based on language.
eugeni
2008-02-29
*
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
eugeni
2008-02-29
*
New member in demuxer_t: reference_clock.
nicodvb
2008-02-23
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
reimar
2008-02-12
*
Allow demuxers to choose a default value for correct_pts
reimar
2008-02-03
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
First step towards making all demuxer_desc_t const
reimar
2008-01-13
*
Add demuxer interface for attachments.
eugeni
2008-01-12
*
wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...
nicodvb
2008-01-05
*
Add some const/static qualifiers as appropriate
reimar
2007-12-24
*
Add demuxer functions for chapter feature.
ulion
2007-12-13
*
Make libnemesi use specific struct and DEMUXER_TYPE
lu_zero
2007-12-04
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
make opt argument of demux_info_get const.
reimar
2007-06-24
*
Fix demuxer.h multiple inclusion guard
uau
2007-06-20
*
Use 'static inline' instead of 'inline static' to avoid warnings
zuxy
2007-06-04
*
Make realloc_struct inline as other functions defined in demuxer.h
zuxy
2007-06-02
*
Add lavf_preferred demuxer for lavf formats we want to be probed
reimar
2007-04-14
*
Another round of subtitle code cleanup
reimar
2007-02-05
*
added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...
nicodvb
2006-12-31
*
new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
nicodvb
2006-11-18
*
added code to switch video stream
nicodvb
2006-11-16
*
Move sh_sub_t to stheader.h, where all the other sh structs are defined
reimar
2006-11-13
*
Make subtitle stream handling more similar to audio and video streams.
reimar
2006-11-13
*
added demuxer_get_current_time() to get the current playtime (possibly aided ...
nicodvb
2006-11-07
*
added definition of DEMUXER_CTRL_RESYNC
nicodvb
2006-11-07
*
Add demux_nut to MPlayer repo
ods15
2006-09-17
*
demuxer_seek_chapter() returns informations about chapters count and name
nicodvb
2006-08-21
*
added first revision of demuxer_seek_chapter()
nicodvb
2006-08-18
*
Add matroska chapter seeking capability.
eugeni
2006-08-06
*
marks several string parameters as const, as they are not modified inside the...
reynaldo
2006-07-13
*
Initial libass release (without mencoder support).
eugeni
2006-07-07
*
Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
eugeni
2006-07-07
[next]