]> git.sesse.net Git - vlc/history - modules/demux/a52.c
Use gettext_noop() consistently
[vlc] / modules / demux / a52.c
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
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-08 Laurent AimarLet the input handle meta data and attachments for...
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-19 Clément StenacSome more demux and access code factorization
2006-07-18 Clément StenacBetter packetizer helpers
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-01-12 Antoine CellerierFSF address change.
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-10 Rémi Denis-CourmontFix gcc4 warnings (refs #258)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-11 Clément StenacImprovements to preferences
2004-04-01 Laurent Aimar * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * a52.c aac.c au.c dts.c flac.c wav.c: Converted all...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-17 Gildas Bazin* ALL: portability fixes.
2004-02-13 Gildas Bazin* modules/demux/a52.c: better detection code.
2004-02-13 Gildas Bazin* modules/demux/a52.c: grmbl.
2004-02-13 Gildas Bazin* modules/demux/a52.c: fixed alignment when seeking.
2004-02-13 Gildas Bazin* modules/demux/a52.c: rewritten from scratch to use...