root/modules/demux/ogg.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @bd03c387b82dad16831e76091aae66b37080910b [bd03c387b82dad16831e76091aae66b37080910b] 08/28/08 21:31:58 Pavlov Konstantin <thresh@altlinux.ru> Spelling: mili -> milli.
(edit) @17474075e38aa541b3f441244e98df2da21d70c0 [17474075e38aa541b3f441244e98df2da21d70c0] 08/28/08 12:41:33 Laurent Aimar <fenrir@videolan.org> Clean up ogm parsing and fixed a potential memory overwrite.
(edit) @dbfd268dd7e7438a7958916374e9ec576e6a98f5 [dbfd268dd7e7438a7958916374e9ec576e6a98f5] 08/27/08 18:18:52 Laurent Aimar <fenrir@videolan.org> Fixed a buffer overread with broken oggs and check alloc values.
(edit) @82358562df810fdb199dcf470cf5f74b25423a62 [82358562df810fdb199dcf470cf5f74b25423a62] 08/24/08 16:46:24 Derk-Jan Hartman <hartman@videolan.org> [demux/ogg] Revise oggDirac support Updated to use revised …
(edit) @a6fd6b0968aeb4ed66740976d9b6cc6a86baa1eb [a6fd6b0968aeb4ed66740976d9b6cc6a86baa1eb] 08/02/08 16:19:13 Laurent Aimar <fenrir@videolan.org> Try to reuse ES through EOS/BOS. Only the special case of 1 vorbis ES …
(edit) @2d5e77b87a6c84847385d2375d41eff4e768c336 [2d5e77b87a6c84847385d2375d41eff4e768c336] 07/30/08 00:29:38 David Flynn <davidf@rd.bbc.co.uk> [demux/ogg] Fix off-by-one default framerate table indexing Values …
(edit) @379212dbee5545f94dbd76c3b3f171e9b5e1fd53 [379212dbee5545f94dbd76c3b3f171e9b5e1fd53] 07/27/08 15:38:02 Derk-Jan Hartman <hartman@videolan.org> Fix handling of dirac EOSdataunit. - Fixes infinite loop when …
(edit) @7544774bffebd4ae162d7aebd7f3f57bf62e573e [7544774bffebd4ae162d7aebd7f3f57bf62e573e] 06/29/08 20:44:45 Rémi Denis-Courmont <rdenis@simphalempin.com> Add dirac video support to the ogg demuxer Signed-off-by: Rémi …
(edit) @9074b2fc7ea620916db536a46ccb8a4340dbdf71 [9074b2fc7ea620916db536a46ccb8a4340dbdf71] 06/16/08 17:32:05 Rémi Denis-Courmont <rdenis@simphalempin.com> ogg: only check kate magic in the first 8 bytes Follows a proposed common …
(edit) @3561b9b28f58eb7a4183e158a8fd973800d31ceb [3561b9b28f58eb7a4183e158a8fd973800d31ceb] 05/31/08 21:10:30 Rémi Denis-Courmont <rdenis@simphalempin.com> Plugins: include vlc_common.h directly instead of vlc/vlc.h
(edit) @13ae40b0efc4f1b1ce205d9a057537047fcab3f4 [13ae40b0efc4f1b1ce205d9a057537047fcab3f4] 05/21/08 19:19:25 Rémi Denis-Courmont <rem@videolan.org> Use gettext_noop() consistently
(edit) @27d483e9ef7a451397d7857251c8d67097661f1d [27d483e9ef7a451397d7857251c8d67097661f1d] 05/08/08 18:20:21 Rémi Denis-Courmont <rem@videolan.org> Include vlc_plugin.h as needed
(edit) @53772811d1d5f1b2a22f36332a500ffac5eba29e [53772811d1d5f1b2a22f36332a500ffac5eba29e] 05/02/08 17:25:05 Rémi Denis-Courmont <rem@videolan.org> basic support for Kate streams as subtitles Signed-off-by: Rémi …
(edit) @d1d3dc1d109110bf68cb048c429f6f05a3839200 [d1d3dc1d109110bf68cb048c429f6f05a3839200] 05/01/08 21:11:47 Rémi Denis-Courmont <rem@videolan.org> Remove I64C as well
(edit) @97897eeeb22b1238e56632b16cda1a0375ae7708 [97897eeeb22b1238e56632b16cda1a0375ae7708] 05/01/08 20:57:00 Rémi Denis-Courmont <rem@videolan.org> NIH syndrome cure (2)
(edit) @57bbabb5e7c4b33141fdfbd811c78120e2401a9f [57bbabb5e7c4b33141fdfbd811c78120e2401a9f] 04/14/08 02:02:23 Pierre d'Herbemont <pdherbemont@videolan.org> demux: Rename demux2 to demux as demux is no longer existing.
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e [bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e] 03/11/08 22:57:37 Rémi Duraffort <ivoire@videolan.org> Remove useless test before a free (again).
(edit) @3b29796137d524c8efa30e8f0753b2934c38bd26 [3b29796137d524c8efa30e8f0753b2934c38bd26] 02/18/08 18:14:27 Rafaël Carré <funman@videolan.org> compare the right amount of data, being a little bit more strict
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 01/23/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @ea869b5e77f87ffb5999b3b367366686837e999c [ea869b5e77f87ffb5999b3b367366686837e999c] 01/12/08 17:45:16 Rafaël Carré <funman@videolan.org> ogg demuxer: fix #1429 by simply ignoring the skeleton track be more …
(edit) @5a419c9120ba68ccc00a1c035f6fd6b2917b4bae [5a419c9120ba68ccc00a1c035f6fd6b2917b4bae] 10/08/07 20:46:12 Laurent Aimar <fenrir@videolan.org> Let the input handle meta data and attachments for ogg files.
(edit) @626e56bfc8c041fcf1db5873a7a2824d6f4f688a [626e56bfc8c041fcf1db5873a7a2824d6f4f688a] 10/04/07 05:44:34 Rafaël Carré <funman@videolan.org> demuxers: remove the need for input_thread_t by using the new …
(edit) @fe689840064cca70376ae9d39b6427027aa0fe6b [fe689840064cca70376ae9d39b6427027aa0fe6b] 10/03/07 21:29:49 Rafaël Carré <funman@videolan.org> Demuxers: do not load "meta reader" module if the input item has already …
(edit) @f8240b6ffe8d2e0d09490d6e0e4780319ffb2a8e [f8240b6ffe8d2e0d09490d6e0e4780319ffb2a8e] 10/03/07 18:13:04 Rafaël Carré <funman@videolan.org> taglib: Supports in ogg/vorbis base64 encoded embedded album art with …
(edit) @98a6a9349091549d591be703aad7392b47b4e2a6 [98a6a9349091549d591be703aad7392b47b4e2a6] 10/02/07 04:11:11 Rafaël Carré <funman@videolan.org> taglib: support for id3v2 embedded album art the only demuxer supported is …
(edit) @3f07af6acdd8a0b0ddbd2c33b79039bf8ec8a822 [3f07af6acdd8a0b0ddbd2c33b79039bf8ec8a822] 09/30/07 17:40:34 Laurent Aimar <fenrir@videolan.org> Added const wheen needed for stream_Peek (demuxer/access) Made …
(edit) @6ee1e193fd896ab9a4729fde14f009d9ce629815 [6ee1e193fd896ab9a4729fde14f009d9ce629815] 09/10/07 20:56:52 Rafaël Carré <funman@videolan.org> Removes trailing spaces. Removes tabs.
(edit) @fa2ab17ff8aee3c2c670feb9ee558d0fd2aa33bc [fa2ab17ff8aee3c2c670feb9ee558d0fd2aa33bc] 08/19/07 20:43:16 Rafaël Carré <funman@videolan.org> Forces preparsing for ogg files
(edit) @7af3d91a653ca0b1b09f13e0c90466dc49c87daa [7af3d91a653ca0b1b09f13e0c90466dc49c87daa] 07/20/07 16:34:20 Rémi Denis-Courmont <rem@videolan.org> - Fix a bunch of warnings - Fix a bunch of abuse of strncmp (memcmp rulez)
(edit) @e86b6a0a13039f3ed0b7c706d381a0a8ef6d071d [e86b6a0a13039f3ed0b7c706d381a0a8ef6d071d] 02/22/07 20:35:28 Laurent Aimar <fenrir@videolan.org> Do not use p_demux->p_parent to get the p_input (Use …
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 11/26/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @cf0bb5cfca3206c6abe06a1438dc3df249c620a8 [cf0bb5cfca3206c6abe06a1438dc3df249c620a8] 09/24/06 16:30:55 Clément Stenac <zorglub@videolan.org> Taglib based parser, use it for Vorbis parsing Features to add to it: * …
(edit) @49af7dbfc05bb99f154b3213bf46871d15b90bbd [49af7dbfc05bb99f154b3213bf46871d15b90bbd] 05/20/06 13:40:15 Jean-Paul Saman <jpsaman@videolan.org> Compare using the right data types
(edit) @0d2c5a89d709b33f089cda4380a7546d1f0b61d0 [0d2c5a89d709b33f089cda4380a7546d1f0b61d0] 03/11/06 18:35:55 Clément Stenac <zorglub@videolan.org> Strings (Refs:#438)
(edit) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 01/13/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(edit) @8fe00082291e00d18e0b5e629b13ccd0fc4afd2c [8fe00082291e00d18e0b5e629b13ccd0fc4afd2c] 10/09/05 19:56:25 Laurent Aimar <fenrir@videolan.org> * ogg: fix potential invalid read with broken files (close #272)
(edit) @67cbe1bb63d8bed3e4ff2ef56cc2516b2c1b6c21 [67cbe1bb63d8bed3e4ff2ef56cc2516b2c1b6c21] 09/26/05 23:00:27 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: discard subtitles header packets (not sure this is …
(edit) @00f78a1e82c9e1d6948206fba58159cde39998dd [00f78a1e82c9e1d6948206fba58159cde39998dd] 07/10/05 10:13:48 Rémi Denis-Courmont <rem@videolan.org> strncmp => memcmp (refs #258) ogg.c : FIXME FIXME FIXME I don't know Ogg …
(edit) @fe087a38282e93addb25fa9598393e40ea233b09 [fe087a38282e93addb25fa9598393e40ea233b09] 07/09/05 08:17:09 Rémi Denis-Courmont <rem@videolan.org> Make Zorglub less unhappy
(edit) @85b29bdc288a1573d43bd524908be5748a9b3640 [85b29bdc288a1573d43bd524908be5748a9b3640] 07/08/05 20:12:44 Rémi Denis-Courmont <rem@videolan.org> Copyright fixes (da big courmischage)
(edit) @fb9a7160256d555d72043eebc04e86a142e53168 [fb9a7160256d555d72043eebc04e86a142e53168] 05/18/05 12:23:37 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fill-in frame rate info for theora as well.
(edit) @6e69de35fc421d71795a785cb1287f9fbdee0fc6 [6e69de35fc421d71795a785cb1287f9fbdee0fc6] 05/16/05 17:09:58 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fill-in frame rate info in es_format_t.
(edit) @91f2877dec9e00d081facbb7b12f610a9f329357 [91f2877dec9e00d081facbb7b12f610a9f329357] 03/05/05 18:54:19 Gildas Bazin <gbazin@videolan.org> * modules/demux/*: removed useless probing messages.
(edit) @0391af5230a5f3519a1445c99f9f0f43cceb4aca [0391af5230a5f3519a1445c99f9f0f43cceb4aca] 02/21/05 21:32:36 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
(edit) @b29d9bea38128a7631323bedf5e5f2002a4cc080 [b29d9bea38128a7631323bedf5e5f2002a4cc080] 12/28/04 12:10:18 Andre Pang <andrep@videolan.org> * Extra sanity checks and debugging info for Annodex (Ogg) demuxer * …
(edit) @a90a19a6b0468ea9fedadc27cfc1118d70295263 [a90a19a6b0468ea9fedadc27cfc1118d70295263] 12/11/04 15:45:46 Clément Stenac <zorglub@videolan.org> Improvements to preferences * Each module can declare a "human-readable …
(edit) @f5009d6fe6925b746781a5739771baaf440f2e91 [f5009d6fe6925b746781a5739771baaf440f2e91] 12/07/04 15:18:47 Clément Stenac <zorglub@videolan.org> Recommit 9469->9479 + fix wxT/wxU
(edit) @a6b8118109995ae1b11f941af1b6f8290ed24f56 [a6b8118109995ae1b11f941af1b6f8290ed24f56] 08/29/04 14:27:49 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fixed skipped pictures problem when starting a …
(edit) @535be4f675ab04cb117aec179d91e273b9a156ad [535be4f675ab04cb117aec179d91e273b9a156ad] 08/28/04 13:02:51 Gildas Bazin <gbazin@videolan.org> * include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT …
(edit) @cd1904bbacc5a3d96c2fe3085bc1891237ff7e02 [cd1904bbacc5a3d96c2fe3085bc1891237ff7e02] 08/11/04 13:12:59 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fixed reading extra data for oggds audio header …
(edit) @7f800bc0f6cd34f44a1271659881ea8b17cc8c3c [7f800bc0f6cd34f44a1271659881ea8b17cc8c3c] 07/07/04 15:32:46 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fix for --input-repeat
(edit) @6cdf2931726c771319e5445c4fab41bcfb160d1c [6cdf2931726c771319e5445c4fab41bcfb160d1c] 04/28/04 19:57:16 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: theora decoding fix (one of the header fields …
(edit) @068443958da89044c1a9b30beef42afc0ec9542a [068443958da89044c1a9b30beef42afc0ec9542a] 04/07/04 23:13:35 Gildas Bazin <gbazin@videolan.org> * ALL: use p_block->i_length for text subtitles duration (instead of the …
(edit) @26e9ba8a8c7ac8285aacde3c76ac9b3c4bf0a845 [26e9ba8a8c7ac8285aacde3c76ac9b3c4bf0a845] 04/02/04 18:40:54 Laurent Aimar <fenrir@videolan.org> * ogg : demux -> demux2. It needs more testings.
(edit) @07c2bef65b14a837755f3f17d4ac0c2250d8f590 [07c2bef65b14a837755f3f17d4ac0c2250d8f590] 04/02/04 18:17:15 Laurent Aimar <fenrir@videolan.org> * ogg: cosmetics + converted PCR to micro-second unit. (I may introduced …
(edit) @5aedd62056c9cbadfd9e4b7c0f97857b5f0fa685 [5aedd62056c9cbadfd9e4b7c0f97857b5f0fa685] 03/22/04 23:53:11 Jon Lech Johansen <jlj@videolan.org> * ALL: compile fixes.
(edit) @4f7285b14569654fb882ed61a736b857e9fc5032 [4f7285b14569654fb882ed61a736b857e9fc5032] 03/13/04 21:29:25 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: Added Annodex support (www.annodex.net). Patch …
(edit) @f1c330199e7819c44fa7fc912701638a75db8e1b [f1c330199e7819c44fa7fc912701638a75db8e1b] 02/15/04 14:16:43 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
(edit) @739c64aa716cba328c05b0ed9f02b768c57c742a [739c64aa716cba328c05b0ed9f02b768c57c742a] 02/10/04 03:57:18 Derk-Jan Hartman <hartman@videolan.org> * Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the …
(edit) @a02533c305bd28425af27dfc42dd78077c0e3012 [a02533c305bd28425af27dfc42dd78077c0e3012] 02/07/04 01:33:08 Gildas Bazin <gbazin@videolan.org> * include/vlc_es.h: s/es_format_Free/es_format_Clean.
(edit) @f6fd063a734321a50b6381b5fd20a05280403981 [f6fd063a734321a50b6381b5fd20a05280403981] 02/07/04 01:16:34 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fixed memleak. * modules/codec/flac.c: fixed …
(edit) @4ca92c145c57a5c7767ec628f627e9a270c2e79a [4ca92c145c57a5c7767ec628f627e9a270c2e79a] 02/07/04 00:43:32 Gildas Bazin <gbazin@videolan.org> * modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h. * …
(edit) @ffdca9af740e111153ab385cf00e887c652e7b4c [ffdca9af740e111153ab385cf00e887c652e7b4c] 01/25/04 21:05:29 Derk-Jan Hartman <hartman@videolan.org> * Stringreview !!!
(edit) @5ca0ebcca2e3f55a1087811048684a3b9b1eecbf [5ca0ebcca2e3f55a1087811048684a3b9b1eecbf] 12/22/03 15:32:57 Sam Hocevar <sam@videolan.org> * Coding style cleanup: removed tabs and trailing spaces.
(edit) @d0c882b067063e70b193c026da941396932bfcb6 [d0c882b067063e70b193c026da941396932bfcb6] 12/16/03 13:38:18 Gildas Bazin <gbazin@videolan.org> * modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding …
(edit) @5b83bb59a8d844f1ed48afb168651df0258ebf25 [5b83bb59a8d844f1ed48afb168651df0258ebf25] 12/16/03 00:31:11 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: a couple of fixes for flac streaming.
(edit) @8c40a0d259317b42d6a5a2493cfb4299552645f5 [8c40a0d259317b42d6a5a2493cfb4299552645f5] 12/04/03 23:37:02 Gildas Bazin <gbazin@videolan.org> * modules/codec/flac.c: several fixes to the flac decoder and encoder. * …
(edit) @46e872e431f01dcdd98c018553574fbee8a7ca8b [46e872e431f01dcdd98c018553574fbee8a7ca8b] 11/27/03 05:11:40 Laurent Aimar <fenrir@videolan.org> * all: implement more es_out_* control, audio-channel and spu-channel are …
(edit) @380edbae4061b349232364c7d7989c4ef8e8931f [380edbae4061b349232364c7d7989c4ef8e8931f] 11/26/03 09:18:09 Gildas Bazin <gbazin@videolan.org> * ALL: fixed memory leaks. * modules/demux/mp4/libmp4.c: fixed parsing of …
(edit) @9c374559aeb922fd6531a6ad6e29d44fa471f22f [9c374559aeb922fd6531a6ad6e29d44fa471f22f] 11/23/03 14:15:27 Gildas Bazin <gbazin@videolan.org> * modules/demux/*: some containers don't carry any PTS information, just a …
(edit) @6ae3f4f4d420e20569dde538ee811b45d0a898a5 [6ae3f4f4d420e20569dde538ee811b45d0a898a5] 11/22/03 13:41:32 Gildas Bazin <gbazin@videolan.org> * src/input/input.c: don't free the ES twice. * modules/demux/ogg.c: …
(edit) @1754611ac00854feaf80d37b001e8e014548dc65 [1754611ac00854feaf80d37b001e8e014548dc65] 11/18/03 01:57:04 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: call ogg_sync_reset() after seeking so we don't get …
(edit) @2a176d9799b2d0fd68dd2ab1a212f83c04aa5e0a [2a176d9799b2d0fd68dd2ab1a212f83c04aa5e0a] 11/17/03 23:53:05 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: support for FLAC in Ogg. And by the way, putting …
(edit) @88991a5ce9c2603bc5a9be0779353fe08b29e8f9 [88991a5ce9c2603bc5a9be0779353fe08b29e8f9] 10/25/03 02:49:14 Sam Hocevar <sam@videolan.org> * include/vlc_common.h: + Removed u8, s8, u16 etc. for good. * ALL: …
(edit) @287b6a68e97c22762091077578835912558005a1 [287b6a68e97c22762091077578835912558005a1] 10/23/03 18:48:45 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: arrggg... I shouldn't be allowed to commit ;)
(edit) @dd9e6708a21f91e0b78772ad8f8de54a0d81c94e [dd9e6708a21f91e0b78772ad8f8de54a0d81c94e] 10/22/03 19:12:31 Gildas Bazin <gbazin@videolan.org> * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex …
(edit) @65be662091ddd4159f2180499f4b9b2148690c28 [65be662091ddd4159f2180499f4b9b2148690c28] 10/19/03 18:53:59 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fixed endless loop when trying to play a theora …
(edit) @706de3e3b2a4fade948faae6f014655b3f5c25dc [706de3e3b2a4fade948faae6f014655b3f5c25dc] 10/01/03 19:44:25 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: had mistakenly got rid of the old i_dts = …
(edit) @bff03e0b8699a97cbe43edd91c6c166b30bb47a1 [bff03e0b8699a97cbe43edd91c6c166b30bb47a1] 09/28/03 18:50:05 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes. * …
(edit) @f5012c554558fa38a47c8b9c1f63d47deb56ac83 [f5012c554558fa38a47c8b9c1f63d47deb56ac83] 09/27/03 17:33:02 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles …
(edit) @653b4cc30ab394e1881a57b668a018db1f5806a4 [653b4cc30ab394e1881a57b668a018db1f5806a4] 09/27/03 16:32:54 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams).
(edit) @8cbc8f8dcc38bf05a892b3a83b718baaa0d95deb [8cbc8f8dcc38bf05a892b3a83b718baaa0d95deb] 09/26/03 01:09:41 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: reworked a bit. Ogg web radios should work again, …
(edit) @091aff73545a19bdb1c1706acecfc86e326e2734 [091aff73545a19bdb1c1706acecfc86e326e2734] 09/08/03 00:48:29 Laurent Aimar <fenrir@videolan.org> * all : demuxers *have to* set pf_demux_control. (demux_vaControlDefault …
(edit) @7bb574fdf5724bee95a011cf96f33c95f1ff8645 [7bb574fdf5724bee95a011cf96f33c95f1ff8645] 09/02/03 22:19:26 Gildas Bazin <gbazin@videolan.org> * ALL: Introduction of a new api for decoders. The final aim of this …
(edit) @186e68fd739bc6a2fedf4ffda45c5eee23ee3819 [186e68fd739bc6a2fedf4ffda45c5eee23ee3819] 08/18/03 01:02:52 Laurent Aimar <fenrir@videolan.org> * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include/vlc_common.h. (Well, …
(edit) @c095b59a9cd8b73959ff1cf3ad9f042aa13d1b30 [c095b59a9cd8b73959ff1cf3ad9f042aa13d1b30] 08/09/03 21:49:13 Gildas Bazin <gbazin@videolan.org> * modules/codec/ffmpeg/video.c: temporary hack to work around demuxers …
(edit) @d161c0063d308fb20fdfaf8172c2447a0940d27f [d161c0063d308fb20fdfaf8172c2447a0940d27f] 07/10/03 00:10:13 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: latest change for web radios support did affect the …
(edit) @72bb01efdee5d38781cf47932a78e65c861095f4 [72bb01efdee5d38781cf47932a78e65c861095f4] 06/24/03 02:31:34 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c: fix for ogg web streams.
(edit) @8b67039c5f27bc85724f0db3a1adfa6d54aef2c0 [8b67039c5f27bc85724f0db3a1adfa6d54aef2c0] 06/24/03 01:51:31 Gildas Bazin <gbazin@videolan.org> * modules/packetizer/vorbis.c: vorbis data packetizer for the stream …
(edit) @bce0d6f4530fcf812b90ef96287736f33974a8df [bce0d6f4530fcf812b90ef96287736f33974a8df] 06/11/03 17:53:50 Gildas Bazin <gbazin@videolan.org> * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and …
(edit) @95b4a56a03d74780366bbf13cf12e834f84e3a2c [95b4a56a03d74780366bbf13cf12e834f84e3a2c] 05/06/03 00:23:42 Gildas Bazin <gbazin@videolan.org> * ALL: changed the prototype of input_AddES() to include enough …
(edit) @0c212dbcb801eaba92196ad566db5bc54ba9d67f [0c212dbcb801eaba92196ad566db5bc54ba9d67f] 04/14/03 05:23:30 Laurent Aimar <fenrir@videolan.org> * all: correctly set p_payload_end when using input_NewPacket.(But we …
(edit) @e829402d5ae8970a70925d7d3f6fb747bd8b60fb [e829402d5ae8970a70925d7d3f6fb747bd8b60fb] 04/01/03 01:37:36 Sigmund Augdal Helberg <sigmunau@videolan.org> made a format-only string untranslateable
(edit) @a1e813777408263806ec177c14eedcfe871d6160 [a1e813777408263806ec177c14eedcfe871d6160] 03/30/03 20:14:39 Gildas Bazin <gbazin@videolan.org> * modules/*: sanitization of the modules desc