43 Commits (47af51ec5838c721f62affd649530838d238eb2d)

Author SHA1 Message Date
Steve Lhomme 47af51ec58 vlc_es: remove always 0 video_format_t RGB mask 3 years ago
Steve Lhomme f09cb927a1 codec/cdg: replace VLC_CODEC_RGB32 with XBGR 3 years ago
Steve Lhomme 007e5d910c codec/packtizer: rename p_fmt_in to fmt_in 3 years ago
Steve Lhomme 3bbe3ffe45 codec/packetizer: use read-only input format wherever possible 3 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Rémi Denis-Courmont fd62bed4e0 cdg: use vlc_obj_calloc() and simplify 6 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme 178c1a4dfe modules: fix VLC_TS_INVALID tests 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Rémi Denis-Courmont ac866164aa decoder: use "video decoder" capability for video decoders 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Thomas Guillem 47467b9628 decoder: video: don't update format when creating a picture 10 years ago
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 10 years ago
Zhao Zhili 5e9406e75a CDG: fix seek 11 years ago
Jean-Paul Saman ce6db7865c codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Ilkka Ollakka c736ebc053 codec: don't drop discontinue blocks 11 years ago
Ilkka Ollakka f213c43932 Revert "codec: don't drop discontinue blocks" 11 years ago
Ilkka Ollakka d0c5748146 Revert "codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY" 11 years ago
Jean-Paul Saman 48a867c768 codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Ilkka Ollakka 5e36cb2c14 codec: don't drop discontinue blocks 11 years ago
Jean-Baptiste Kempf 6972648a65 CDG: fix warning 13 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Laurent Aimar df7b4814c7 Fix CD+G scrolling. 15 years ago
Jean-Baptiste Kempf 93f40ac0a3 CDG: kill warnings 15 years ago
Rémi Denis-Courmont 20be71aeb1 cdg: clean up preprocessor constants 15 years ago
Dan Rosenberg f9b664eac0 Fix heap overflows in CDG decoder 15 years ago
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré 782d17dfaf cdg: use VLC_TS_INVALID (refs #3135) 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Laurent Aimar c0aeb6ae72 Reduce CDG decoder frame rate down to 25. 17 years ago
Rémi Duraffort ad08a9c341 Use calloc instead of malloc+memset. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 4e79745666 Added decoder_New/Delete/Link/UnlinkPicture helpers. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Duraffort f5266ccf92 Don't print a message when an memory error occure and check some malloc return values. 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Rafaël Carré 079a1818dc codecs & packetizers: fix warnings 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 years ago
Laurent Aimar bc265de2d5 Added CD+G file support: 19 years ago