]> git.sesse.net Git - vlc/history - modules/packetizer/mpegvideo.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / packetizer / mpegvideo.c
2010-06-12 Rémi DuraffortSpelling.
2010-02-27 Laurent AimarFixed potential invalid access with too short packetize...
2010-01-30 Pádraig Bradyclosed captions: Correctly determine the field for...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-08 Rafaël Carrépacketizer_mpegvideo: use VLC_TS_INVALID (refs #3135)
2009-09-03 Rémi Duraffortadd_bool: wants a boolean.
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 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 Rémi Denis-CourmontMerge branch 1.0-bugfix
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-28 Laurent AimarMoved and fixed all common code from video packetizers...
2009-02-09 Laurent AimarFixed various decoder/packetizer flush.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfAnd the final shortnames needed to look correctly in...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-21 Laurent AimarAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
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-20 Rafaël CarréCheck allocation and initialise memory
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-10-18 Laurent AimarDVD CC are not reordered.
2007-10-17 Laurent Aimar Added cc data extraction support for mpeg 1/2 when...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-30 Laurent AimarImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-08 Christophe Massiot * modules/codec/libmpeg2.c, modules/packetizer/mpegvid...
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-02-01 Jean-Paul SamanFixed a memleak
2006-01-12 Antoine CellerierFSF address change.
2005-08-10 Jean-Paul SamanBy default --packetizer-mpegvideo-sync-iframe is disabled.
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-07-11 Christophe Massiot * modules/packetizer/mpegvideo.c: Drop corrupt blocks.
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-31 Christophe Massiot * modules/packetizer/mpegvideo.c: Do not set aspect...
2004-12-11 Clément StenacImprovements to preferences
2004-09-26 Gildas Bazin* modules/packetizer/mpegvideo.c: set fmt_out.video...
2004-05-24 Gildas Bazin* modules/packetizer/mpegvideo.c: better fix.
2004-05-24 Gildas Bazin* modules/packetizer/mpegvideo.c: corner case fix for...
2004-05-15 Laurent Aimar * all: improved perfs (using block_ChainLastAppend).
2004-04-21 Christophe Massiot* modules/packetizer/mpegvideo.c: When a discontinuity...
2004-03-03 Christophe Massiot* modules/packetizer/mpegvideo.c: Correctly flag the...
2004-02-25 Gildas Bazin* modules/packetizer/mpeg4audio.c, modules/packetizer...
2004-02-20 Christophe Massiot* modules/packetizer/mpegvideo.c: display the picture...
2004-01-27 Gildas Bazin* modules/packetizer/mpegvideo.c: fixed major bug where...
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo CalabròString review, round three in advance :)
2003-12-07 Gildas Bazin* include/vlc_block_helper.h: small bugfix to block_Fin...
2003-12-06 Gildas Bazin* include/vlc_block_helper.h: new block_FindStartcodeFr...
2003-11-27 Christophe Massiot* modules/stream_out/transcode.c: new options
2003-11-22 Laurent Aimar * mpegvideo: ported to new API (need more clean up).
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-07 Christophe Massiot* modules/packetizer/mpegvideo.c: Detect discontinuitie...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-11 Gildas Bazin* modules/packetizer/mpegvideo.c: oops, fixed typo.
2003-08-11 Gildas Bazin* modules/packetizer/mpegvideo.c: small clarification.
2003-08-10 Laurent Aimar * mpegvideo.c: try to set a better value for length...
2003-06-10 Gildas Bazin* modules/packetizer/mpegvideo.c, modules/mux/mpeg...
2003-06-06 Gildas Bazin* modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown...
2003-04-16 Laurent Aimar * modules/packetizer/mpegvideo.c : cut after a complet...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-02-26 Gildas Bazin* src/input/input_ext-dec.c: added a few sanity checks...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-22 Laurent Aimar * fixed my last fix about bug with non-progressive...
2003-01-20 Laurent Aimar * mpegvideo.c : raah, removed a debug message...
2003-01-20 Laurent Aimar * mpegvideo.c : fix dts generation for non-progressive...
2003-01-19 Laurent Aimar * all: change the way fourcc are stored in bitmapinfoh...
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-08 Laurent Aimar * mpeg4audio.c: new packetizer (but for now it don...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).