vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Dec 26 18:59:28 2013 +0100| [5c73aceefeac153995294fe7561a92a4d3ba43ca] | committer: Jean-Baptiste Kempf
Update NEWS, MODULES_LIST and POTFILES.in > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c73aceefeac153995294fe7561a92a4d3ba43ca --- NEWS | 1 + modules/MODULES_LIST | 1 + po/POTFILES.in | 1 + 3 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0cd8334..cdc6442 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Decoder: * Support setting the post processing level in Theora * OpenMax IL imrpovements, notably for RaspberryPi * Fix channel ordering of LPCM codec in m2ts files + * New jpeg image decoder Encoder: * Support for MPEG-2 encoding using x262 diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST index 344aebe..bac10e6 100644 --- a/modules/MODULES_LIST +++ b/modules/MODULES_LIST @@ -173,6 +173,7 @@ $Id$ * invert: inverse video filter * iomx: IPC/OpenMaxIL for Android * jack: jack server audio output + * jpeg: JPEG image decoder * kai: OS/2 audio output * karaoke: simple karaoke audio filter * kate: kate text bitstream decoder diff --git a/po/POTFILES.in b/po/POTFILES.in index 6155c49..5c38666 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -372,6 +372,7 @@ modules/codec/fdkaac.c modules/codec/flac.c modules/codec/fluidsynth.c modules/codec/g711.c +modules/codec/jpeg.c modules/codec/kate.c modules/codec/libass.c modules/codec/libmpeg2.c _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
