114 Commits (01da2be7856d3dd4d3682af623e180caacecfd89)

Author SHA1 Message Date
Marian Ďurkovič 198199c522 libmpeg2: reset decoder when get outpic failed - should fix #3072 17 years ago
Rémi Denis-Courmont 691b879ef3 Fix syntax 17 years ago
Rémi Denis-Courmont 7a89ce3e54 libmpeg2: enable ARM optimizations 17 years ago
Pierre d'Herbemont 38d22ff993 libmpeg2: Only define GetCC when needed. 17 years ago
Laurent Aimar 4746e4bc4a Fixed seeking in mpeg1 files with libmpeg2 decoder (close #2953). 17 years ago
Rémi Denis-Courmont 40486dcf66 libmpeg2: fix division by zero (fixes #2920) 17 years ago
Laurent Aimar a3d9fc2ec7 Workaround libmpeg2 DPB bugs (#2883). 17 years ago
Laurent Aimar ed7d6cbf84 Fixed libmpeg2 wrapper picture handling. 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar dfe8c5c087 Merged mp1v/mp2v codecs. 17 years ago
Laurent Aimar 8d2862dc06 Let libmpeg2 decode mp1v/mp2v too. 17 years ago
Laurent Aimar 7b452ff3b0 Used VLC_CODEC_* and i_original_fourcc when applicable. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Derk-Jan Hartman 3fac978237 libmpeg2: Fix Closed Captions in GOP. 17 years ago
Laurent Aimar 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 17 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
Laurent Aimar e63fffe04f Fixed segfault in libmpeg2 when picture allocation failed. 18 years ago
Derk-Jan Hartman 2b73786266 libmpeg2: user_data has been available since 0.3.2 18 years ago
Derk-Jan Hartman 74095abc99 libmpeg2: compile fix 18 years ago
Derk-Jan Hartman ec15067d08 libmpeg2: user MPEG2 coding type defines when matching to mpeg2 flags. 18 years ago
Derk-Jan Hartman d47c4459f7 libmpeg2: Enable CC parsing for libmpeg2 >= 5.0.0 18 years ago
Laurent Aimar f6cc8a3950 Convert stream to system timestamp after the decoder. 18 years ago
Laurent Aimar 0ec4e51a3a Fixed a potential infinite loop with libmpeg2. 18 years ago
Laurent Aimar 575f49e518 Revert "Partially work around a picture link in libmpeg2." 18 years ago
Laurent Aimar f18192c64b Partially work around a picture link in libmpeg2. 18 years ago
Laurent Aimar 2b6c967840 Removed stupid AR hack in libmpeg2. 18 years ago
Christophe Mutricy 9a72071ae6 Use the correct test 18 years ago
Christophe Mutricy 5889307336 Use pkg-config to get the flags for libmpeg2 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 Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Jean-Paul Saman ba6ca8303f Remove silly out of memory message in an out of memory situation and fixed indentation on bool declarations. 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 years ago
Jean-Baptiste Kempf 711de3fbbf Add support for fourCC MMES, which is a Matrox MPEG-2 codec... Remove a wrong comment. 19 years ago
Laurent Aimar 6546eb710a Moved vout_synchro to decoder_synchro. 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Damien Fouilleul 472d88ba77 - libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184 19 years ago
Rémi Denis-Courmont 7b0773e690 Use a vlc_CPU() wrapper instead of (ab)using libvlc_global 19 years ago
Jean-Baptiste Kempf 5021c9c913 Repair ATI VCR2 support by using ffmpeg instead of libmpeg2 19 years ago
Marian Durkovic e9c68c47d1 Add a FIXME 20 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Christophe Massiot 5d3d5ee7b9 * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS 20 years ago
Derk-Jan Hartman a91a6abce1 * Let the libmpeg2 module decode video with the mp2v fourcc 20 years ago
Clément Stenac f485214f09 For consistency, remove references to vlc from libvlc 20 years ago
Sam Hocevar cb347302cc * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture, 20 years ago
Derk-Jan Hartman b6f3013b3b * SYS_DARWIN -> __ppc__ || __ppc64__ 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Gildas Bazin 84ec56ab0a * modules/codec/libmpeg2.c: use sequence->picture_width insted of display_width since display_width is used to convey the pan&scan info. 21 years ago