aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* demux_ogg.c: remove unused variableGravatar diego2010-11-02
* options: move -alang and -slang to option structGravatar Uoti Urpala2010-05-22
* Merge svn changes up to r31050Gravatar Uoti Urpala2010-04-26
|\
| * Merge two redundant if checks, patch by ubitux, ubitux gmail com.Gravatar diego2010-04-16
| * cosmetics: reindent demux_ogg.c to K&R style plus some prettyprintingGravatar diego2010-04-16
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30879Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \ \
| | | * Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.Gravatar reimar2010-03-09
| | | * Improve handling of 0-size ogg packets.Gravatar reimar2010-03-09
| | |/
| | * Add cast to proper type.Gravatar reimar2010-02-25
| |/
| * Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
| * Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.Gravatar diego2010-02-17
| * Mark demux_ogg_sub_id() as static; it is not used outside of the file.Gravatar diego2010-02-17
| * Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.Gravatar diego2010-02-17
| * Add header file for store_ughvlc(); avoids forward declarations.Gravatar diego2010-02-17
| * libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Find and take into account stream start time for ogg files.Gravatar reimar2009-10-16
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
| | * In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
| * Get rid of horrible code that relies on codec-set context variable,Gravatar reimar2008-07-26
* | Move dvdsub_id to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
|/
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* typo fix: inited --> initializedGravatar diego2008-02-14
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add some const/static qualifiers as appropriateGravatar reimar2007-12-24
* Use realloc_struct in more places for consistencyGravatar reimar2007-12-24
* Get rid of some of the more excessive () and casts.Gravatar reimar2007-12-24