aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* The alaw tables should be const.Gravatar diego2008-01-27
* Rename some identifiers to not use leading underscores.Gravatar diego2008-01-27
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-27
* Change #warning to FIXME comments.Gravatar diego2008-01-27
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-27
* Remove setting of ldconfig, it is unused.Gravatar diego2008-01-27
* ReindentGravatar reimar2008-01-27
* Simplify subtitle handling with -assGravatar reimar2008-01-27
* Support mov subtitle format directly instead of converting to text in the dem...Gravatar reimar2008-01-27
* reindent after r25881Gravatar ben2008-01-27
* sub_scale command can now handle both ass and non-ass subs at a timeGravatar ben2008-01-27
* Make sure sub_font is freed.Gravatar reimar2008-01-27
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* sync with r25821, patch by JRaSH (jrash06 163 com)Gravatar kraymer2008-01-27
* Remove $Id$ tags, they make diffs between different versionsGravatar reimar2008-01-27
* Always use inline instead of _inline, the former is supported by allGravatar reimar2008-01-27
* Use the standard "static inline" instead of some broken ifdef messGravatar reimar2008-01-27
* Prefer lavf mov demuxer over our own, it should work better most of the time ...Gravatar reimar2008-01-27
* Simplify init_vobsub: pass palette via extradata.Gravatar reimar2008-01-26
* Support vobsub palette in extradata, as exported by libavformatGravatar reimar2008-01-26
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDGravatar reimar2008-01-26
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onGravatar reimar2008-01-26
* Cosmetics: remove some trailing whitespaceGravatar reimar2008-01-26
* Add QDM2 codec identifierGravatar reimar2008-01-26
* Partially support vobsub subtitles from lavf demuxers (palette support missing)Gravatar reimar2008-01-26
* in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...Gravatar nicodvb2008-01-26
* in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...Gravatar nicodvb2008-01-26
* added code to check and handle the presence of LATM streams in the init() and...Gravatar nicodvb2008-01-26
* added AudioSpecificConfigFromBitfile() -that reads from an initizializedGravatar nicodvb2008-01-26
* generic functions and structures to parse and statekeep LATM streamsGravatar nicodvb2008-01-26
* in GASpecificConfig 1 bit (extensionflag3) wasn't being read and the comment ...Gravatar nicodvb2008-01-26
* factorize 2 testsGravatar ben2008-01-26
* Check for stream change in dvdnav.Gravatar ben2008-01-26
* add a new state flag to dvdnav in order to notify ifGravatar ben2008-01-26
* remove useless castsGravatar ben2008-01-26
* simplify by a one-linerGravatar ben2008-01-26
* remove the spu_set field, replaced by a flagGravatar ben2008-01-26
* this end brace was not correctly indentedGravatar ben2008-01-26
* automatically set spu button highlight when nav cell has changedGravatar ben2008-01-26
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* set -vc=ffmpeg12 as dvdnav prefered decoderGravatar ben2008-01-25
* spelling cosmeticsGravatar diego2008-01-25
* add documentation about switch_angle and switch_title slave commandsGravatar ben2008-01-24
* array was defined for 6 elements while 7 were declaredGravatar ben2008-01-24
* type expected by dvdnav_get_title_string() is constGravatar ben2008-01-24
* remove some redundant declarationsGravatar ben2008-01-24
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* cosmetic: reindent code after r25843Gravatar ben2008-01-23
* sub_scale command now works with ass subtitles rendererGravatar ben2008-01-23
* Add ass_use_margins command and property to shift subtitles to margins and backGravatar eugeni2008-01-23