aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* stream: remove stream_reset()Gravatar wm42013-06-16
* sd_srt, sd_microdvd: set ASS script resolutionGravatar wm42013-06-03
* sub: add name field to all sub decodersGravatar wm42013-06-03
* sd_ass: add default style if there aren't any stylesGravatar wm42013-06-03
* ass_mp: provide function to add default stylesGravatar wm42013-06-03
* core: add common function to initialize AVPacketGravatar wm42013-06-03
* sub: never set VSFilter aspect if the ASS subtitle is convertedGravatar wm42013-06-03
* sub: don't check for duplicates on sub conversionGravatar wm42013-06-03
* sd_lavc_conv: strip style headerGravatar wm42013-06-03
* sd_lavc_conv: add hack if AV_CODEC_PROP_TEXT_SUB is not availableGravatar wm42013-06-03
* sd_ass: strip empty/whitespace lines in -no-ass modeGravatar wm42013-06-03
* sub: make use of libavcodec subtitle convertersGravatar wm42013-06-03
* sub: turn subassconvert_ functions into sub convertersGravatar wm42013-06-03
* sub: split subassconvert.c into sd_microdvd.c and sd_srt.cGravatar wm42013-06-03
* sub: basic subtitle convertersGravatar wm42013-06-03
* sub: refactorGravatar wm42013-06-01
* core: add demux_sub pseudo demuxerGravatar wm42013-06-01
* sub: various minor subtitle related changesGravatar wm42013-06-01
* sub: remove some global variablesGravatar wm42013-05-30
* spudec: restore --sub-forced-only supportGravatar wm42013-05-30
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cGravatar wm42013-05-30
* sub: remove check_duplicate_plaintext_event()Gravatar wm42013-05-30
* sub: redo how -no-ass is handledGravatar wm42013-05-30
* add osd-scale commandGravatar Paul B Mahol2013-05-14
* command: simplify sub OSD updateGravatar wm42013-05-14
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* subreader: fix one more unsafe sscanf call with "%["Gravatar Uoti Urpala2013-05-06
* subreader: fix out of bound write access when parsing .srtGravatar wm42013-04-30
* subassconverter: silence clang warningGravatar Stefano Pigozzi2013-04-28
* osd: convert OSD font to OpenTypeGravatar wm42013-04-27
* subassconvert: do not escape likely ASS override tagsGravatar wm42013-04-26
* subassconvert: add more web colorsGravatar wm42013-04-20
* core: display subtitle codec in track listingGravatar wm42013-04-20
* sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* sub: add --osd-blur and --sub-text-blur optionsGravatar wm42013-04-13
* osd_libass: actually free ASS_TracksGravatar wm42013-04-12
* osd: fix OSD bar position markerGravatar wm42013-04-02
* osd: disable border for inner part of the OSD barGravatar wm42013-03-31
* osd: draw the OSD bar with ASS vector drawingsGravatar wm42013-03-30
* sub: don't crash on GBRP videoGravatar wm42013-03-28
* sub: print messages before and after font setupGravatar wm42013-03-20
* Prefix CODEC_ID_ with AV_Gravatar wm42013-03-13
* Fix missing ctype.h includesGravatar wm42013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* fix clang compiler warningsGravatar Stefano Pigozzi2013-03-03
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* vo_caca: remove OSD supportGravatar wm42013-02-24
* cleanup: remove duplicated function, move escape parsing functionGravatar wm42013-02-16
* osd: always update already visible OSD bar on seeksGravatar wm42013-02-16