shithub: aacenc

RSS feed

e2b19b3b – knik <knik@users.sourceforge.net> authored on 2017/07/17 13:22
compilation problem fix

b5448ac8 – knik <knik@users.sourceforge.net> authored on 2017/07/17 13:20
really stupid realloc bug

369f3279 – knik <knik@users.sourceforge.net> authored on 2017/07/17 12:49
version -> 1.29.1

82bfa6eb – knik <knik@users.sourceforge.net> authored on 2017/07/17 12:48
removed unused library

5730e001 – knik <knik@users.sourceforge.net> authored on 2017/07/16 17:08
I don't really know what this field is supposed to mean

37be1fb4 – knik <knik@users.sourceforge.net> authored on 2017/07/16 14:47
datastruct fix

daa69ed3 – knik <knik@users.sourceforge.net> authored on 2017/07/16 14:25
format again

40fe3064 – knik <knik@users.sourceforge.net> authored on 2017/07/16 12:41
bad format string

eb39814b – knik <knik@users.sourceforge.net> authored on 2017/07/16 12:33
new mp4 output module written from scratch

5726e930 – knik <knik@users.sourceforge.net> authored on 2017/07/09 14:03
Merge branch 'master' of ssh://git.code.sf.net/p/faac/faac

3b60971f – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:48
fixed AM_CONDITIONAL

5fb579ce – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:48
fidex AM_CONDITIONAL

3d8f031b – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:47
Merge branch 'master' of ssh://git.code.sf.net/p/faac/faac

4f1a2dd0 – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:37
MINGW compile/build fix

7915c0a2 – knik <knik@users.sourceforge.net> authored on 2017/07/09 13:37
MINGW compile/build fix

e77b325b – knik <knik@users.sourceforge.net> authored on 2017/07/08 16:39
tiny fix

d150e190 – knik <knik@users.sourceforge.net> authored on 2017/07/08 11:52
more files .gitignored

053a9548 – knik <knik@users.sourceforge.net> authored on 2017/07/08 06:06
obsolete .cvsignore deleted

52380769 – knik <knik@users.sourceforge.net> authored on 2017/07/08 06:04
added option --ignorelength (support for WAV files over 4 GB)

5f370172 – knik <knik@users.sourceforge.net> authored on 2017/07/07 10:08
updated bug-report address

451843df – knik <knik@users.sourceforge.net> authored on 2017/07/04 14:49
renamed: configure.in -> configure.ac

9a5559a0 – knik <knik@users.sourceforge.net> authored on 2017/07/04 14:22
renamed: .cvsignore -> .gitignore

3debb348 – knik <knik> authored on 2017/07/03 08:07
fix autotools warnings

f495fc62 – knik <knik> authored on 2017/07/02 13:10
exit when trying to encode mp4 to stdin

6e869f1c – knik <knik> authored on 2017/07/02 12:12
patch by Dan Kegel: fixed compiler error (C++11 requires a space between literal and identifier)

af892dcd – knik <knik> authored on 2017/07/02 11:48
avoid automake warning

9815d9dc – knik <knik> authored on 2017/07/02 10:35
correct __GNUC__ macro name so the struct is actually packed

fa89cd52 – knik <knik> authored on 2017/07/02 10:19
use version number from configure.in

92a49839 – knik <knik> authored on 2017/07/02 09:57
version number update

686c34e8 – knik <knik> authored on 2017/07/01 05:46
limit the number of searched chunks to avoid possible long loop

64bbc928 – knik <knik> authored on 2017/07/01 05:35
fixed compiler error

664e96cd – knik <knik> authored on 2017/07/01 05:32
hopefully fixed prevoius patch, damn.

9cbf6341 – knik <knik> authored on 2017/07/01 04:58
one more wave format check

a6e2476e – knik <knik> authored on 2017/07/01 04:52
fixed CVE-2017-9130 (crash with improper .wav input)

58e9cad9 – knik <knik> authored on 2017/07/01 04:45
updated version

8a663c20 – knik <knik> authored on 2015/11/26 09:27
bugfix by Sebastian Wilhelmi: faac exits immediately when encoding raw wav file

196fa405 – knik <knik> authored on 2015/06/09 06:58
fixed compilation without limbp4v2

48e48aae – knik <knik> authored on 2014/11/10 03:14
Patch by Julian Cable: build the DRM version of the library as well as the normal version.

b84dd4bf – knik <knik> authored on 2012/03/01 13:34
Build faac against the public API exposed in <faac.h> instead of the private API defined in "libfaac/frame.h".

08f5deea – knik <knik> authored on 2012/02/25 12:34
Fix format string security error.

8b72935b – knik <knik> authored on 2012/02/23 08:26
Support for libmp4v2 r479; Port faac to the iTMF Generic and Tags API.

b239498b – knik <knik> authored on 2012/02/23 08:11
fixed too much exposed API

ccd27c8a – knik <knik> authored on 2010/09/27 06:32
Patch by Arthur Yarwood: read correct number of samples from data chunk

f2fa7af4 – knik <knik> authored on 2010/09/07 11:14
Fixed wav_open_read() to skip all unknown subchunk types

f3dc1066 – menno <menno> authored on 2010/06/04 17:16
Patches

2602c130 – menno <menno> authored on 2009/07/27 14:12
FAAC now able to use external updated libmp4v2

b85e7ca5 – menno <menno> authored on 2009/06/05 12:32
Minor fixes, cleanup

6fb9f675 – menno <menno> authored on 2009/06/05 12:16
Fix in huffman scalefactor coding when difference was out of bound for the table.

01042b1b – menno <menno> authored on 2009/06/05 12:09
Allow higher bitrates

b31ce8a3 – menno <menno> authored on 2009/02/04 19:55
Fixed version number

958f3d08 – menno <menno> authored on 2009/02/02 18:29
Final changes for version 1.28 release

f1e7a1af – menno <menno> authored on 2009/01/26 17:42
Linux compilation fix

090d7e38 – menno <menno> authored on 2009/01/25 15:31
Updated projects and removed outdated code

b1ad0c27 – menno <menno> authored on 2009/01/25 13:50
Issues with WAVEFORMATEXTENSIBLE

56cc8585 – menno <menno> authored on 2009/01/24 22:06
Changed FAACAPI definition for MINGW compiler

4aed7fa3 – menno <menno> authored on 2009/01/24 20:14
Updated to newest mpeg4ip library

40cf917f – menno <menno> authored on 2009/01/24 19:36
Updated manual with new option

c993a538 – menno <menno> authored on 2009/01/23 20:10
Made JPEG detection less restrictive

8466fece – menno <menno> authored on 2009/01/23 19:15
Added -s option for output of optimized mp4 layout

1dc4953f – menno <menno> authored on 2008/12/22 20:12
[ 1849718 ] mpeg4ip.h not handling non-c99 compiler correctly

030634c2 – menno <menno> authored