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_mpg.c
Commit message (
Expand
)
Author
Age
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()
diego
2010-11-02
*
options: move -alang and -slang to option struct
Uoti Urpala
2010-05-22
*
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
|
*
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
diego
2010-02-17
|
*
libmpdemux: Mark functions not used outside of their files as static.
diego
2010-02-17
*
|
Merge svn changes up to r30136
Uoti Urpala
2009-12-30
|
\
|
|
*
Add support for parsing audio streams (though should be easy to extend to video)
reimar
2009-12-27
*
|
Fix printf format strings with invalid '%lf' conversion
Uoti Urpala
2009-12-15
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Merge svn changes up to r29304
Uoti Urpala
2009-07-07
|
\
\
*
|
|
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
|
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
|
/
|
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
|
Merge svn changes up to r28087
Uoti Urpala
2008-12-04
|
\
|
|
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
|
Make various functions static
Uoti Urpala
2008-08-12
|
/
*
use demux_flush() where appropriate
nicodvb
2008-06-02
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...
nicodvb
2008-01-26
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
reindented
nicodvb
2007-11-05
*
10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s...
nicodvb
2007-11-05
*
in update_stats() removed a wrong 'else' that would prevent h264 headers to b...
nicodvb
2007-10-04
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
100% cosmetics: reindentation and removal of trailing spaces
nicodvb
2007-07-08
*
unified the skip of header and stuffing bytes after the parsing of pes_extens...
nicodvb
2007-07-08
*
10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i...
nicodvb
2007-07-07
*
cosmetics: split separate instructions in separate lines
nicodvb
2007-07-07
*
proper parsing of pes_extension[12] fields (replaces the previous code that r...
nicodvb
2007-07-07
*
Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'
reimar
2007-06-17
*
clearly specify the valid substream id range, rather than using unreadable bi...
nicodvb
2007-06-12
*
"()" to "(void)" function param list fixes
uau
2007-04-01
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Source files should not contain non-ASCII characters.
diego
2007-03-12
*
test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
nicodvb
2007-02-28
*
removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...
nicodvb
2007-02-27
*
100000l: average != semidistance, fixed seeking to the middle position; patch...
nicodvb
2007-02-27
*
substream id 0x98..0x9f identifies dts
nicodvb
2007-02-09
*
when seeking and the codec is VC1 sync to sequence or entry point headers
nicodvb
2007-02-07
*
demux_mpg_probe() seek to the initial position before returning - patch by re...
nicodvb
2007-02-03
*
removed unused variables
nicodvb
2007-02-03
*
sanity checks during codec detection; also reset demuxer->stream->eof
nicodvb
2007-01-28
*
added code to scan the video stream to search the actual video codec used;
nicodvb
2007-01-28
*
include math.h for fabsf()
nicodvb
2007-01-28
*
cosmetics: reindentation and braces removal
nicodvb
2007-01-28
*
moved scoreboarding code to 2 separate functions (update_stats() and clear_st...
nicodvb
2007-01-28
[next]