Re: [FFmpeg-soc] [soc]: r5371 - wmapro/wmaprodec.c

2009-08-31 Thread Sascha Sommer
Hi, On Montag, 31. August 2009, Ronald S. Bultje wrote: Hi, On Mon, Aug 31, 2009 at 2:07 PM, faust3subvers...@mplayerhq.hu wrote: + *...@return decoded subframe length on success, 0 in case of an error [..] -        if (!(subframe_len = decode_subframe_length(s, min_channel_len))) +  

Re: [FFmpeg-soc] [soc]: r5371 - wmapro/wmaprodec.c

2009-08-31 Thread Sascha Sommer
Hi, On Montag, 31. August 2009, Ronald S. Bultje wrote: Hi Sascha, On Mon, Aug 31, 2009 at 2:28 PM, Sascha Sommersaschasom...@freenet.de wrote: On Montag, 31. August 2009, Ronald S. Bultje wrote: On Mon, Aug 31, 2009 at 2:07 PM, faust3subvers...@mplayerhq.hu wrote: + *...@return

Re: [FFmpeg-soc] [soc]: r5043 - wmapro/wmaprodec.c

2009-08-12 Thread Sascha Sommer
Hi, On Mittwoch, 12. August 2009, Benoit Fouet wrote: Hi, faust3 wrote : Modified: wmapro/wmaprodec.c = = --- wmapro/wmaprodec.c Wed Aug 12 20:51:19 2009(r5042) +++ wmapro/wmaprodec.c Wed Aug 12

Re: [FFmpeg-soc] [soc]: r5043 - wmapro/wmaprodec.c

2009-08-12 Thread Sascha Sommer
Hi, On Mittwoch, 12. August 2009, Diego Biurrun wrote: On Wed, Aug 12, 2009 at 09:50:28PM +0200, Sascha Sommer wrote: On Mittwoch, 12. August 2009, Benoit Fouet wrote: faust3 wrote : --- wmapro/wmaprodec.c Wed Aug 12 20:51:19 2009(r5042) +++ wmapro/wmaprodec.c Wed Aug 12

Re: [FFmpeg-soc] AAC TNS encoder

2009-06-13 Thread Sascha Sommer
Hi, Patch 3 adds a TNS coefficient compressor that shouldn't effect the output of the file after encoding and decoding but does for reasons taht stump me at the moment. Any help on this one would be greatly appreciated. Maybe some invalid array access? You could for example put large dummy

Re: [FFmpeg-soc] [soc]: r4422 - wmapro/wma3dec.c

2009-06-12 Thread Sascha Sommer
Hi, On Donnerstag, 11. Juni 2009, Aurelien Jacobs wrote: On Thu, Jun 11, 2009 at 04:09:36PM +0200, faust3 wrote: Author: faust3 Date: Thu Jun 11 16:09:36 2009 New Revision: 4422 Log: do not compile in bitstream debugging code Modified: wmapro/wma3dec.c Modified:

Re: [FFmpeg-soc] [soc]: r4345 - in wmapro: wma3.h wma3dec.c

2009-06-05 Thread Sascha Sommer
Hi, On Montag, 1. Juni 2009, Diego Biurrun wrote: On Sat, May 30, 2009 at 09:22:28PM +0200, faust3 wrote: Log: decode decorrelation matrix in wma_decode_decorrelation_matrix and reduced the channel group context size You mix past and present tense in this sentence. This is ungrammatical

Re: [FFmpeg-soc] [soc]: r4354 - wmapro/wma3dec.c

2009-06-01 Thread Sascha Sommer
Hi, On Sonntag, 31. Mai 2009, Aurelien Jacobs wrote: On Sun, May 31, 2009 at 10:36:44AM +0200, faust3 wrote: Author: faust3 Date: Sun May 31 10:36:44 2009 New Revision: 4354 Log: use FFMIN FFMAX where possible Modified: wmapro/wma3dec.c Modified: wmapro/wma3dec.c

Re: [FFmpeg-soc] [soc]: r4346 - in wmapro: wma3.h wma3dec.c

2009-06-01 Thread Sascha Sommer
Hi, On Sonntag, 31. Mai 2009, Benjamin Larsson wrote: Sascha Sommer wrote: Maybe add a static table instead? Then 2 instances would share the table. Is this a needed requirement? After reading the discussion from r18681, I'm not sure. Regards Sascha In this case the table

Re: [FFmpeg-soc] [soc]: r4346 - in wmapro: wma3.h wma3dec.c

2009-05-31 Thread Sascha Sommer
Hi, On Samstag, 30. Mai 2009, Benjamin Larsson wrote: faust3 wrote: Author: faust3 Date: Sat May 30 22:36:24 2009 New Revision: 4346 Log: use a sine table when calculating the decorrelation matrix Modified: wmapro/wma3.h wmapro/wma3dec.c Modified: wmapro/wma3.h

Re: [FFmpeg-soc] [soc]: r4250 - wmapro/wma3dec.c

2009-05-02 Thread Sascha Sommer
Hi, On Freitag, 1. Mai 2009, Michael Niedermayer wrote: On Fri, May 01, 2009 at 02:17:35PM +0200, faust3 wrote: Author: faust3 Date: Fri May 1 14:17:35 2009 New Revision: 4250 Log: removed unneeded division Modified: wmapro/wma3dec.c Modified: wmapro/wma3dec.c

Re: [FFmpeg-soc] [soc]: r4240 - wmapro/wma3dec.c

2009-04-28 Thread Sascha Sommer
Hi, On Dienstag, 28. April 2009, Benjamin Larsson wrote: Sascha Sommer wrote: Hi, On Sonntag, 26. April 2009, Benjamin Larsson wrote: banan wrote: Author: banan Date: Sun Apr 26 22:53:28 2009 New Revision: 4240 Log: Channel layout matching 8_Channel_ID.wma Modified

Re: [FFmpeg-soc] [soc]: r4240 - wmapro/wma3dec.c

2009-04-27 Thread Sascha Sommer
Hi, On Sonntag, 26. April 2009, Benjamin Larsson wrote: banan wrote: Author: banan Date: Sun Apr 26 22:53:28 2009 New Revision: 4240 Log: Channel layout matching 8_Channel_ID.wma Modified: wmapro/wma3dec.c Modified: wmapro/wma3dec.c

Re: [FFmpeg-soc] [soc]: r4196 - wmapro/wma3dec.c

2009-04-10 Thread Sascha Sommer
Hi, On Mittwoch, 8. April 2009, Diego Biurrun wrote: On Tue, Apr 07, 2009 at 10:31:57PM +0200, faust3 wrote: Log: added doxygen headers to all functions --- wmapro/wma3dec.cTue Apr 7 22:26:16 2009(r4195) +++ wmapro/wma3dec.cTue Apr 7 22:31:57 2009

Re: [FFmpeg-soc] [soc]: r4140 - wmapro/mplayer.patch

2009-03-01 Thread Sascha Sommer
Hi, On Sonntag, 1. März 2009, Diego Biurrun wrote: On Sun, Mar 01, 2009 at 02:33:50PM +0100, faust3 wrote: Log: added codecs.conf patch for MPlayer --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ wmapro/mplayer.patchSun Mar 1 14:33:49 2009

Re: [FFmpeg-soc] [soc]: r4020 - in wmapro: wma3.h wma3dec.c

2009-02-08 Thread Sascha Sommer
Hi, On Sonntag, 8. Februar 2009, Diego Biurrun wrote: On Sun, Feb 08, 2009 at 06:26:46PM +0100, faust3 wrote: Log: added file doxygen tags --- wmapro/wma3.h Sat Feb 7 11:16:27 2009(r4019) +++ wmapro/wma3.h Sun Feb 8 18:26:45 2009(r4020) @@ -20,6 +20,11 @@

Re: [FFmpeg-soc] [soc]: r4028 - in wmapro: wma3.h wma3dec.c

2009-02-08 Thread Sascha Sommer
Hi, On Sonntag, 8. Februar 2009, Diego Biurrun wrote: On Sun, Feb 08, 2009 at 09:21:26PM +0100, faust3 wrote: Log: consistently use num as abbreviation for number of good idea --- wmapro/wma3dec.cSun Feb 8 20:50:31 2009(r4027) +++ wmapro/wma3dec.cSun Feb 8

Re: [FFmpeg-soc] [soc]: r4014 - wmapro/wma3dec.c

2009-02-01 Thread Sascha Sommer
Hi, On Sonntag, 1. Februar 2009, Benjamin Larsson wrote: faust3 wrote: Author: faust3 Date: Sat Jan 31 19:08:18 2009 New Revision: 4014 Log: use vector_fmul_window for the windowing Great, I was stuck on this couldn't figure out to untangle it. Two FIXMEs less ;) I'll now try to

Re: [FFmpeg-soc] [soc]: r3977 - in wmapro: wma3.h wma3dec.c

2009-01-24 Thread Sascha Sommer
Hi, On Samstag, 17. Januar 2009, Benjamin Larsson wrote: faust3 wrote: Author: faust3 Date: Sat Jan 17 16:56:55 2009 New Revision: 3977 Log: removed channel mask from the context I'll fix the multichannel stuff so you don't have to. Thanks. Feel free to commit it directly to the

Re: [FFmpeg-soc] [soc]: r3964 - in wmapro: wma 3.h wma3data.h wma3dec.c

2009-01-24 Thread Sascha Sommer
Hi, On Samstag, 17. Januar 2009, Diego Biurrun wrote: On Sat, Jan 17, 2009 at 12:56:08PM -0800, Baptiste Coudurier wrote: faust3 wrote: [...] if ( idx == 126 ) { while(i 4){ You may need to uniformize '{' placement, also get rid of these spaces

Re: [FFmpeg-soc] [soc]: r3957 - wmapro/wma3dec.c

2009-01-17 Thread Sascha Sommer
Hi, On Donnerstag, 15. Januar 2009, Kostya wrote: On Thu, Jan 15, 2009 at 11:09:14AM -0800, Baptiste Coudurier wrote: Hi, Modified: wmapro/wma3dec.c === === --- wmapro/wma3dec.c Thu Jan 15 19:45:48 2009

Re: [FFmpeg-soc] [soc]: r3956 - wmapro/wma3.h

2009-01-17 Thread Sascha Sommer
Hi, On Freitag, 16. Januar 2009, Benoit Fouet wrote: On 01/15/2009 07:45 PM, faust3 wrote: Author: faust3 Date: Thu Jan 15 19:45:48 2009 New Revision: 3956 Log: fixed multiple inclusion guard Modified: wmapro/wma3.h Modified: wmapro/wma3.h

Re: [FFmpeg-soc] [soc]: r3941 - in wmapro: che ckout.sh mdct.diff wma3.h wma3data.h wma3dec.c wmapro_ffmpeg.patch

2009-01-17 Thread Sascha Sommer
Hi, Thanks for the fast review. On Samstag, 10. Januar 2009, Diego Biurrun wrote: On Sat, Jan 10, 2009 at 08:24:34PM +0100, faust3 wrote: Log: added a bit of code --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ wmapro/wma3.h Sat Jan 10 20:24:33 2009

Re: [FFmpeg-soc] [soc]: r3242 - wmapro/wma3dec.c

2008-08-14 Thread Sascha Sommer
Hi, On Donnerstag, 14. August 2008, Diego Biurrun wrote: On Wed, Aug 13, 2008 at 11:18:15PM +0200, faust3 wrote: Log: update copyright date --- wmapro/wma3dec.c(original) +++ wmapro/wma3dec.cWed Aug 13 23:18:15 2008 @@ -1,6 +1,6 @@ /* * WMA 9/3/PRO compatible

Re: [FFmpeg-soc] [soc]: r3244 - wmapro/wma3dec.c

2008-08-14 Thread Sascha Sommer
Hi, On Donnerstag, 14. August 2008, Diego Biurrun wrote: On Wed, Aug 13, 2008 at 11:36:11PM +0200, faust3 wrote: Log: shortened some more long lines U --- wmapro/wma3dec.c(original) +++ wmapro/wma3dec.cWed Aug 13 23:36:11 2008 @@ -327,48 +327,59 @@ static int

Re: [FFmpeg-soc] How is everyone progressing?

2008-08-01 Thread Sascha Sommer
Hi, On Thursday 31 July 2008 02:54, Robert Swain wrote: Hello GSoCers, I was wondering how everyone was progressing on their tasks. Here is the list of people and what I perceive as their status: LC AAC encoder - Kostya- Active - Working on psychoacoustic tuning stuff WMA Pro

Re: [FFmpeg-soc] [soc]: r2291 - wmapro/wma3dec.c

2008-06-03 Thread Sascha Sommer
Hi, On Sunday 01 June 2008 23:10, Baptiste Coudurier wrote: Hi, faust3 wrote: Author: faust3 Date: Sun Jun 1 11:34:48 2008 New Revision: 2291 Log: changed codec id to WMAPRO to be consistent with the rest of ffmpeg Modified: wmapro/wma3dec.c Modified: wmapro/wma3dec.c

Re: [FFmpeg-soc] [soc]: r2276 - in wmapro: . wma3dec.c

2008-05-30 Thread Sascha Sommer
Hi, On Freitag, 30. Mai 2008, Diego Biurrun wrote: On Fri, May 30, 2008 at 05:25:21PM +0200, faust3 wrote: Log: imported wmapro packet parser from the codecs repository Does it already work? The file has not been written by me I therefore imported it in its original form but I think it

Re: [FFmpeg-soc] SoC and Cell task

2008-03-25 Thread Sascha Sommer
Hi, On Dienstag, 25. März 2008, Mike Melanson wrote: Luca Barbato wrote: Mike Melanson wrote: And how are students to develop these tasks? Actual PS3 if they have one? Or will you provide SSH access to a Cell-based workstation? Or will they use IBM's simulation environment? I think

Re: [FFmpeg-soc] BFI

2008-03-20 Thread Sascha Sommer
Hi, On Donnerstag, 20. März 2008, Sisir Koppaka wrote: Hi, What does the get_le16(ByteIOContext *xyz) function do? It reads a 16 bit little endian value from the stream. Regards Sascha ___ FFmpeg-soc mailing list FFmpeg-soc@mplayerhq.hu

Re: [FFmpeg-soc] SOC Qualifiction tasks

2008-03-14 Thread Sascha Sommer
Hi, On Donnerstag, 13. März 2008, Michael Niedermayer wrote: Hi Id like to remind SOC students that everyone should select a seperate qualification task. Having 2 students work on the same task is not good. We had 2 last year who did and it caused problems, i would like to avoid that this

Re: [FFmpeg-soc] Summer Of Code 2008

2008-03-11 Thread Sascha Sommer
Hi, On Sunday 09 March 2008 20:08, Ramiro Polla wrote: Hello, Sascha Sommer wrote: Hi, in case ffmpeg is accepted as project in this years soc I would like to participate. Argh, I was hoping you could be a mentor for a Cook encoder based on the G.722.1 specs... I'll have to dig

Re: [FFmpeg-soc] Summer Of Code 2008

2008-03-11 Thread Sascha Sommer
Hi, On Monday 10 March 2008 14:42, Marcondes Ricarte wrote: I had picked up this task of VIVO. There is a problem for you (sascha) develop it also? Marcondes Ricarte Did you do some coding already? I have the video demultiplexing working but I think I could also do another qualification