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_ogg.c
Commit message (
Expand
)
Author
Age
*
demux_ogg.c: remove unused variable
diego
2010-11-02
*
options: move -alang and -slang to option struct
Uoti Urpala
2010-05-22
*
Merge svn changes up to r31050
Uoti Urpala
2010-04-26
|
\
|
*
Merge two redundant if checks, patch by ubitux, ubitux gmail com.
diego
2010-04-16
|
*
cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting
diego
2010-04-16
*
|
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
|
Merge svn changes up to r30879
Uoti Urpala
2010-03-10
|
\
|
*
|
Merge svn changes up to r30748
Uoti Urpala
2010-03-10
|
\
\
*
\
\
Merge svn changes up to r30643
Uoti Urpala
2010-03-10
|
\
\
\
|
|
|
*
Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
reimar
2010-03-09
|
|
|
*
Improve handling of 0-size ogg packets.
reimar
2010-03-09
|
|
|
/
|
|
*
Add cast to proper type.
reimar
2010-02-25
|
|
/
|
*
Add header for AVI print functions; avoids many forward declarations.
diego
2010-02-18
|
*
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
diego
2010-02-17
|
*
Mark demux_ogg_sub_id() as static; it is not used outside of the file.
diego
2010-02-17
|
*
Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
diego
2010-02-17
|
*
Add header file for store_ughvlc(); avoids forward declarations.
diego
2010-02-17
|
*
libmpdemux: Mark functions not used outside of their files as static.
diego
2010-02-17
*
|
Merge svn changes up to r29912
Uoti Urpala
2009-11-16
|
\
|
|
*
Find and take into account stream start time for ogg files.
reimar
2009-10-16
*
|
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
|
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
|
\
|
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Merge svn changes up to r29304
Uoti Urpala
2009-07-07
|
\
\
|
|
*
In all demux_info_add calls change "name" to "title".
reimar
2009-05-30
|
|
*
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
*
|
Merge svn changes up to r27441
Uoti Urpala
2008-08-08
|
\
|
|
*
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
2008-08-07
|
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
|
Merge svn changes up to r27399
Uoti Urpala
2008-08-02
|
\
|
|
*
Change a bunch of codec-specific preprocessor directives from a HAVE_
diego
2008-08-02
|
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
*
|
Merge svn changes up to r27374
Uoti Urpala
2008-07-30
|
\
|
|
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
|
*
Get rid of horrible code that relies on codec-set context variable,
reimar
2008-07-26
*
|
Move dvdsub_id to options struct
Uoti Urpala
2008-04-23
*
|
Add option pointer to demuxers and stheader.h structs
Uoti Urpala
2008-04-23
|
/
*
Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
eugeni
2008-02-29
*
typo fix: inited --> initialized
diego
2008-02-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
*
Add some const/static qualifiers as appropriate
reimar
2007-12-24
*
Use realloc_struct in more places for consistency
reimar
2007-12-24
*
Get rid of some of the more excessive () and casts.
reimar
2007-12-24
*
Finally replace get_uint?? by AV_RL??
reimar
2007-12-01
*
Get rid of annoying, space-wasting sizeof(uint32_t)
reimar
2007-12-01
[next]