]> git.sesse.net Git - vlc/history - modules/codec/libmpeg2.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / codec / libmpeg2.c
2010-06-28 Christophe MutricyFix build of mpeg2 module with old libmpeg2 on arm
2010-01-30 Pádraig Bradyclosed captions: Correctly determine the field for...
2010-01-24 Laurent AimarDecreased priority of libmpeg2 decoder below avcodec.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-10-20 Marian Ďurkovičlibmpeg2: Fix aspect ratio calculation according to...
2009-10-19 Rémi Denis-Courmontlibmpeg2: enable non-upstream NEON optimizations if...
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-19 Marian Ďurkovičlibmpeg2: Print the debug message if decoder was reset
2009-09-19 Marian Ďurkovičlibmpeg2: Don't spam the log on bitrate changes in...
2009-09-18 Marian Ďurkovičlibmpeg2: reset decoder when get outpic failed - should...
2009-09-17 Rémi Denis-CourmontFix syntax
2009-09-17 Rémi Denis-Courmontlibmpeg2: enable ARM optimizations
2009-08-20 Pierre d'Herbemontlibmpeg2: Only define GetCC when needed.
2009-07-11 Laurent AimarFixed seeking in mpeg1 files with libmpeg2 decoder...
2009-07-02 Rémi Denis-Courmontlibmpeg2: fix division by zero (fixes #2920)
2009-06-27 Laurent AimarWorkaround libmpeg2 DPB bugs (#2883).
2009-06-11 Laurent AimarFixed libmpeg2 wrapper picture handling.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Laurent AimarMerged mp1v/mp2v codecs.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarLet libmpeg2 decode mp1v/mp2v too.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-06 Derk-Jan Hartmanlibmpeg2: Fix Closed Captions in GOP.
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-14 Laurent AimarFixed segfault in libmpeg2 when picture allocation...
2008-10-02 Derk-Jan Hartmanlibmpeg2: user_data has been available since 0.3.2
2008-09-28 Derk-Jan Hartmanlibmpeg2: compile fix
2008-09-28 Derk-Jan Hartmanlibmpeg2: user MPEG2 coding type defines when matching...
2008-09-28 Derk-Jan Hartmanlibmpeg2: Enable CC parsing for libmpeg2 >= 5.0.0
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-07 Laurent AimarFixed a potential infinite loop with libmpeg2.
2008-09-01 Laurent AimarRevert "Partially work around a picture link in libmpeg2."
2008-08-27 Laurent AimarPartially work around a picture link in libmpeg2.
2008-08-27 Laurent AimarRemoved stupid AR hack in libmpeg2.
2008-07-17 Christophe MutricyUse the correct test
2008-07-16 Christophe MutricyUse pkg-config to get the flags for libmpeg2
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-24 Jean-Paul SamanRemove silly out of memory message in an out of memory...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-23 Jean-Baptiste KempfAdd support for fourCC MMES, which is a Matrox MPEG...
2007-10-02 Laurent AimarMoved vout_synchro to decoder_synchro.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-05-24 Damien Fouilleul- libmpeg2 codec: uses Y plane pitch rather then pictur...
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-03-30 Jean-Baptiste KempfRepair ATI VCR2 support by using ffmpeg instead of...
2006-12-01 Marian DurkovicAdd a FIXME
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-08 Christophe Massiot * modules/codec/libmpeg2.c, modules/packetizer/mpegvid...
2006-10-17 Derk-Jan Hartman* Let the libmpeg2 module decode video with the mp2v...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-02-13 Sam Hocevar * modules/codec/libmpeg2.c: tell mpeg2dec the real...
2006-01-31 Derk-Jan Hartman* SYS_DARWIN -> __ppc__ || __ppc64__
2006-01-12 Antoine CellerierFSF address change.
2005-11-02 Gildas Bazin* modules/codec/libmpeg2.c: use sequence->picture_width...
2005-10-31 Gildas Bazin* modules/codec/libmpeg2.c: when AR is forced by input...
2005-10-29 Gildas Bazin* modules/codec/libmpeg2.c: fixed detection for aspect...
2005-10-19 Marian Durkovicuse display width/height for libmpeg2 debug message
2005-08-29 Derk-Jan Hartman* Add the hdv2 fourcc which is simply HD MPEG2
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-31 Christophe Massiot * modules/codec/libmpeg2.c: We do not want to force...
2005-05-31 Christophe Massiot * modules/codec/libmpeg2.c: Handle STATE_SEQUENCE_MODI...
2005-05-20 Christophe Massiot * src/video_output/vout_synchro.c: Fixed synchro for...
2005-04-15 Christophe Massiot * ALL: x86-64 fixes.
2005-02-21 Laurent Aimar * block: added
2005-02-15 Rémi Denis-CourmontRemove bogus executable permissions
2004-12-11 Clément StenacImprovements to preferences
2004-09-26 Gildas Bazin* modules/codec/libmpeg2.c, ffmpeg/video.c, theora...
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-08-26 Gildas Bazin* modules/codec/libmpeg2.c: use the DTS in the synchro...
2004-08-04 Gildas Bazin* modules/codec/libmpeg2.c: fixed problems with still...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-03-22 Gildas Bazin* modules/codec/libmpeg2.c: modified last change to...
2004-03-21 Laurent Aimar * libmpeg2: handle invalid aspect as square one.
next