November 11, 2011
View 6d91045

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/11/11 10:32:38
November 1, 2011
View c298b2b

apedec: consume the whole packet when copying to the decoder buffer.

Justin Ruggles authored on 2011/11/01 03:49:34
View de157f2

apedec: do not needlessly copy s->samples to nblocks.

Justin Ruggles authored on 2011/11/01 04:10:19
View 4315c7d

apedec: check output buffer size after calculating actual output size

Justin Ruggles authored on 2011/11/01 04:03:14
View ad17207

apedec: remove unneeded entropy decoder normalization.

Justin Ruggles authored on 2011/11/01 03:57:04
October 29, 2011
View 6faf0a2

Merge remote-tracking branch 'qatar/master'

Michael Niedermayer authored on 2011/10/29 09:08:54
October 12, 2011
View 9a33264

apedec: assert that s->samples is not negative before trying to decode

Justin Ruggles authored on 2011/10/12 03:38:21
View 0927154

apedec: use FFALIGN macro for internal data buffer size

Justin Ruggles authored on 2011/10/12 03:35:33
View 5b8009f

apedec: do not keep incrementing the input data pointer past the end of the buffer during entropy decoding.

Justin Ruggles authored on 2011/10/12 03:12:54
View a4c32c9

apedec: check for input buffer overflow while reading frame header

Justin Ruggles authored on 2011/10/12 03:06:52
View fd244ae

apedec: use unsigned int for offset

Justin Ruggles authored on 2011/10/12 02:34:18
View 89ec474

apedec: remove pointless increment of 'buf'

Justin Ruggles authored on 2011/10/12 02:25:48
View 52d4fb2

apedec: set s->currentframeblocks after validating nblocks

Justin Ruggles authored on 2011/10/12 02:25:27
View 2cab578

apedec: use unsigned int for 'nblocks' and make sure that it's within int range

Justin Ruggles authored on 2011/10/12 02:17:44
View b7e5145

apedec: do not set s->samples until after validation.

Justin Ruggles authored on 2011/10/12 01:49:46