85 Commits (30fc9af91bb42d546d20bdedfaa10fbe6c88fcb8)

Author SHA1 Message Date
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
Gildas Bazin b0d6d5d06f * modules/codec/libmpeg2.c: when AR is forced by input, assume it is based on width/height, not display_width/height (required for broken DVDs). 21 years ago
Gildas Bazin 2ceb14b89a * modules/codec/libmpeg2.c: fixed detection for aspect-ratio change. 21 years ago
Marian Durkovic 73c192e502 use display width/height for libmpeg2 debug message 21 years ago
Derk-Jan Hartman 4754d7cc37 * Add the hdv2 fourcc which is simply HD MPEG2 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Christophe Massiot 1405ed28c7 * modules/codec/libmpeg2.c: We do not want to force the maintainer to use 21 years ago
Christophe Massiot 8a431f11ce * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODIFIED to retrieve 21 years ago
Christophe Massiot 3c01122ead * src/video_output/vout_synchro.c: Fixed synchro for low delay streams. 21 years ago
Christophe Massiot f3feceb873 * ALL: x86-64 fixes. 21 years ago
Laurent Aimar 70ee5fbf98 * block: added 21 years ago
Rémi Denis-Courmont c959f01d69 Remove bogus executable permissions 21 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Gildas Bazin f7e0344e92 * modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate. 22 years ago
Gildas Bazin f2c554795a * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h: 22 years ago
Gildas Bazin 881b68a005 * modules/codec/libmpeg2.c: use the DTS in the synchro algorithm. 22 years ago
Gildas Bazin d82767397e * modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus. 22 years ago
Laurent Aimar eb1fc1f88b * all: rework of the input. 22 years ago
Gildas Bazin 47af7949f1 * modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one. 22 years ago
Laurent Aimar a3b0403c58 * libmpeg2: handle invalid aspect as square one. 22 years ago
Laurent Aimar 9012c15116 * libmpeg2.c: lalala, compilation fix... 22 years ago
Laurent Aimar de81c25db3 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags 22 years ago
Sam Hocevar c87130e698 * modules/codec/libmpeg2.c: 23 years ago
Gildas Bazin 26e930b5e2 * include/vlc_block.h: added a temporary i_rate field to block_t. 23 years ago
Gildas Bazin b96d78bb4e * modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs. 23 years ago
Sam Hocevar 5ca0ebcca2 * Coding style cleanup: removed tabs and trailing spaces. 23 years ago
Gildas Bazin 95ce042ef1 * modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps. 23 years ago
Gildas Bazin 3e59b60f06 * include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset(). 23 years ago
Gildas Bazin 6e08e54f8c * modules/codec/libmpeg2.c: fixed a couple of crashes on bad files. 23 years ago