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
*
libmpdemux: Mark functions not used outside of their files as static.
diego
2010-02-17
*
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
reimar
2010-01-26
*
Add support for parsing MLP and TrueHD.
reimar
2010-01-24
*
Remove now unused variables.
reimar
2010-01-24
*
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
reimar
2010-01-24
*
Move the resync-related code into more consistent places instead of having it
reimar
2010-01-24
*
Add support for parsing audio streams (though should be easy to extend to video)
reimar
2009-12-27
*
Free demuxer->teletext when closing the demuxer.
reimar
2009-11-10
*
demuxer.c: Add initialization missing from previous commit
uau
2009-11-02
*
Reduce verbosity if demuxer sets an info value to the same as the current value.
reimar
2009-09-14
*
Reuse ds_get_packet in ds_get_packet_pts
reimar
2009-08-23
*
Handle demuxers that never set filepos by using stream_tell.
reimar
2009-08-17
*
Print information about chapters with -identify.
reimar
2009-06-28
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is
reimar
2009-03-29
*
Remove native nuv demuxer, it only needs more code to achieve the same thing
reimar
2009-03-09
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
diego
2008-11-30
*
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
2008-08-07
*
10l: MUSEPACK --> CONFIG_MUSEPACK
diego
2008-08-07
*
Rename a bunch of miscellaneous preprocessor directives.
diego
2008-08-07
*
Rename preprocessor directives related to image libraries.
diego
2008-08-05
*
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
*
cosmetics: Remove useless parentheses, align.
diego
2008-06-16
*
Support NULL name parameter for demuxer_add_chapter.
reimar
2008-06-16
*
cosmetics: Break overly long lines.
diego
2008-06-16
*
cosmetics: indentation, whitespace changes
diego
2008-06-16
*
cosmetics: consistent * placement
diego
2008-06-16
*
cosmetics: one more if brace placement fix
diego
2008-06-16
*
M-x untabify
diego
2008-06-16
*
cosmetics: Remove all trailing whitespace.
diego
2008-06-16
*
cosmetics: Split/join multiline statements.
diego
2008-06-16
*
cosmetics: Consistently format all if, for, while constructs.
diego
2008-06-16
*
Remove one more commented-out line.
diego
2008-06-16
*
cosmetics: Make all function declarations consistent by moving the opening
diego
2008-06-16
*
Remove one more commented-out line.
diego
2008-06-16
*
Remove pointless comments and commented-out code.
diego
2008-06-16
*
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
[next]