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.c
Commit message (
Expand
)
Author
Age
*
added and reused demux_flush() instead of emptying the demux_stream buffers;
nicodvb
2008-06-02
*
Initialize sh_audio/sh_video->ds
reimar
2008-05-27
*
Simplify/make new_sh behaviour more consistent when a stream gets redefined.
reimar
2008-05-27
*
Cosmetics: simplify
reimar
2008-05-27
*
Move native musepack demuxer further down in demuxer list
reimar
2008-05-27
*
cosmetics: Remove pointless parentheses from return statements.
diego
2008-05-16
*
Revert r26411: policy violation
rtogni
2008-04-19
*
Reformat demuxer.c
uau
2008-04-12
*
Remove global demuxer_type
uau
2008-04-12
*
Remove unused function demux_read_data_pack
uau
2008-04-11
*
Support 'default' attribute for audio and subtitle tracks.
eugeni
2008-03-30
*
Set audio->sh correctly when switching audio tracks. The same for video tracks.
eugeni
2008-02-29
*
Don't select subtitle track in lavf and mkv demuxers.
eugeni
2008-02-29
*
Demuxer-independent functions for selecting tracks based on language.
eugeni
2008-02-29
*
Remove stupid checks of free() argument.
eugeni
2008-02-29
*
Add language info to sh_sub_t and sh_audio_t.
eugeni
2008-02-29
*
in ds_fill_buffer() disabled the code that demuxes until the arrival of the r...
nicodvb
2008-02-25
*
New member in demuxer_t: reference_clock.
nicodvb
2008-02-23
*
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
*
Make mov subtitles work with -ass
reimar
2008-01-29
*
clarify comments/docs about lav* being the preferred place to implement new
ivo
2008-01-28
*
copy note on new demuxers and codecs to the top of the array as well to be
ivo
2008-01-28
*
note on new demuxers and codecs, add them to lav* instead of libmp*
ivo
2008-01-28
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
First step towards making all demuxer_desc_t const
reimar
2008-01-13
*
Remove a useless assignment (there is an if just a few lines above
reimar
2008-01-13
*
Add a forgotten #ifdef USE_ASS around ass_free_track
reimar
2008-01-13
*
Add demuxer interface for attachments.
eugeni
2008-01-12
*
Remove global_ass_track. Instead create an ass_track for each 't' track.
eugeni
2008-01-11
*
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
eugeni
2008-01-11
*
Add extradata to sh_sub_t.
eugeni
2008-01-11
*
Deallocate audio track codecdata.
eugeni
2008-01-07
*
wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...
nicodvb
2008-01-05
*
Move ds->current=NULL; further up to the free_demux_packet.
reimar
2007-12-20
*
Add demuxer functions for chapter feature.
ulion
2007-12-13
*
Fix memory leak that tmp allocated but maybe not used.
ulion
2007-12-10
*
Make libnemesi use specific struct and DEMUXER_TYPE
lu_zero
2007-12-04
*
Fix typos in comments to stop them hurting my eyes
reimar
2007-12-01
*
demuxer.c: Remove useless code
uau
2007-10-25
*
Fix missing subtitles after seeking back
uau
2007-10-04
*
libnemesi support, yet another rtsp/rtp library...
lu_zero
2007-09-19
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
When a new subtitle stream becomes available check if it is the one that
reimar
2007-08-09
*
Make sure fformat is set before use
reimar
2007-07-27
*
Remove some unneeded extern variable declarations
reimar
2007-07-27
*
make opt argument of demux_info_get const.
reimar
2007-06-24
*
Fix memleak due to not freeing demuxer->s_streams
reimar
2007-06-23
*
More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control
zuxy
2007-06-17
[next]