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
/
demux_ty.c
Commit message (
Expand
)
Author
Age
*
build: switch to libavutil bswap.h and intreadwrite.h
Uoti Urpala
2012-02-01
*
demux_ty: disable -subcc functionality (demux_ty_osd)
Uoti Urpala
2011-03-24
*
Merge branch 'sub'
Uoti Urpala
2011-01-26
|
\
|
*
sub/OSD: move some related files to sub/
Uoti Urpala
2011-01-26
*
|
demux_ty: fix "seek to negative position" warning
Uoti Urpala
2011-01-21
|
/
*
demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()
diego
2010-11-02
*
demux_ty: Cleanup some code, possibly fix vstream support (untested)
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30643
Uoti Urpala
2010-03-10
|
\
*
|
translations: tweak cases that relied on concatenating adjacent strings
Uoti Urpala
2010-03-07
|
*
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
diego
2010-02-17
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
|
\
|
|
*
Move 128kB buffer from stack to demuxer context.
reimar
2009-11-20
*
|
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
/
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Avoid one more code duplication
reimar
2007-09-15
*
get rid of pointless size parameter for tmf_load_chunk
reimar
2007-09-15
*
Avoid using demux->stream->end_pos, it rarely does any good.
reimar
2007-09-15
*
Slightly simplify IsValidAudioPacket
reimar
2007-09-15
*
Simplify another two ifs into one
reimar
2007-09-15
*
Make one mp_msg call out of 3
reimar
2007-09-15
*
Simpler and more robust tar parsing
reimar
2007-09-15
*
Get rid of bloated ty_extension function
reimar
2007-09-15
*
Do not uselessly name structs
reimar
2007-09-15
*
Remove another variable and reorder to avoid wasting space due to alignment
reimar
2007-09-15
*
PTS should be passed as int64_t to demux_ty_CopyToDemuxPacket
reimar
2007-09-15
*
Remove now useless parameters from demux_ty_CopyToDemuxPacket
reimar
2007-09-15
*
Remove more unused code and variables
reimar
2007-09-15
*
cosmetics: Fix typo in function name.
diego
2007-09-15
*
live recordings can contain 0-size type 0 chunks, ignore them instead
reimar
2007-09-14
*
Move some more variable declarations
reimar
2007-09-14
*
Remove tabs and trailing whitespace
reimar
2007-09-14
*
A few more useless ()
reimar
2007-09-14
*
Minor simplifications
reimar
2007-09-14
*
Further simplify demux_ty_FindESHeader
reimar
2007-09-14
*
Optimize demux_ty_FindESHeader
reimar
2007-09-14
*
Remove some commented-out debugging code
reimar
2007-09-14
*
Fix demux_ty_FindESHeader so it won't overread
reimar
2007-09-14
*
Simplify demux_ty_FindESPacket by reusing demux_ty_FindESHeader
reimar
2007-09-14
*
Remove unused demux_ty_FindESPacket parameter
reimar
2007-09-14
*
Simplify demux_ty_FindESHeader
reimar
2007-09-14
*
Move variable declarations into the block where they are used
reimar
2007-09-14
*
Another piece of duplicate code
reimar
2007-09-14
*
Avoid a big piece of duplicated code
reimar
2007-09-14
*
Get rid of more code duplication
reimar
2007-09-14
[next]