bump version
[fdkaac.git] / ChangeLog
CommitLineData
29e09480 12013-10-21 nu774 <honeycomb77@gmail.com>
2
3 * bump version [HEAD]
4
52013-10-20 nu774 <honeycomb77@gmail.com>
6
7 * reimplement int16 conversion as pcm_reader
8
9 * add abstraction layer for pcm reading
10
11 * improve handling of avgBitrate
12
0c502d30 132013-10-19 nu774 <honeycomb77@gmail.com>
14
29e09480 15 * update ChangeLog and git2changelog.py [origin/master]
0c502d30 16
172013-10-18 nu774 <honeycomb77@gmail.com>
18
19 * bump version [v0.3.1]
20
21 * update README
22
23 * set avgBitrate field to zero for 14496-1 compliance
24
2f960ef8 252013-09-07 nu774 <honeycomb77@gmail.com>
26
0c502d30 27 * updated ChangeLog with new git2changelog.py
2f960ef8 28
292013-06-14 nu774 <honeycomb77@gmail.com>
30
31 * add --moov-before-mdat [v0.3.0]
32
332013-03-04 nu774 <honeycomb77@gmail.com>
34
35 * fix an error message
36
372013-03-03 nu774 <honeycomb77@gmail.com>
38
39 * bump version [v0.2.0]
40
41 * add --gapless-mode
42
432013-02-20 nu774 <honeycomb77@gmail.com>
44
45 * simplify __timeb64 condition
46
47 * use fseeko64() on i686-pc-mingw32
48
492013-02-18 nu774 <honeycomb77@gmail.com>
50
51 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
52
532013-02-17 nu774 <honeycomb77@gmail.com>
54
55 * bump version [v0.1.9]
56
57 * fix to accept option -C
58
592013-02-16 nu774 <honeycomb77@gmail.com>
60
61 * bump version [v0.1.8]
62
63 * refine json metadata importing
64
65 * m4af: duplication check on adding tags
66
672013-02-15 nu774 <honeycomb77@gmail.com>
68
69 * add --tag-from-json [v0.1.7]
70
71 * fix implicit int variable decl.
72
73 * update m4af
74
752013-02-03 nu774 <honeycomb77@gmail.com>
76
77 * bump version [v0.1.6]
78
79 * win32: change _wfopen() -> wfsopen()
80
812013-01-30 nu774 <honeycomb77@gmail.com>
82
83 * update README (add note for character encoding)
84
852013-01-28 nu774 <honeycomb77@gmail.com>
86
87 * bump version [v0.1.5]
88
89 * gracefully shutdown on signals
90
912013-01-27 nu774 <honeycomb77@gmail.com>
92
93 * fix MSVC project build issue
94
952013-01-25 nu774 <honeycomb77@gmail.com>
96
97 * bump version [v0.1.4]
98
99 * add --tag-from-file
100
1012013-01-24 nu774 <honeycomb77@gmail.com>
102
103 * add --silent
104
1052013-01-19 nu774 <honeycomb77@gmail.com>
106
107 * retab
108
109 * bump version [v0.1.3]
110
111 * fix crash on wrong long option, rename --ignore-length to --ignorelength
112
1132013-01-17 nu774 <honeycomb77@gmail.com>
114
115 * bump version [v0.1.2]
116
117 * compat_win32: free argv with atexit()
118
119 * take care of COPYRIGHT-SIGN in UTF-8
120
1212013-01-15 nu774 <honeycomb77@gmail.com>
122
123 * bump version [v0.1.1]
124
125 * fix return type of put_type_entry() to void
126
127 * add ADTS header size(7) to output byte length
128
1292013-01-13 nu774 <honeycomb77@gmail.com>
130
131 * fix mp4 duration & version calcuration [v0.1.0]
132
1332013-01-11 nu774 <honeycomb77@gmail.com>
134
135 * add support for xid
136
137 * support for i686-pc-mingw32 (missing _vscprintf)
138
1392013-01-10 nu774 <honeycomb77@gmail.com>
140
141 * bump version [v0.0.9]
142
143 * rename basename() -> aacenc_basename() and move to compat layer
144
1452013-01-09 nu774 <honeycomb77@gmail.com>
146
147 * add --tag and --long-tag
148
149 * fix corner case of progress display
150
151 * calculate length from file size
152
153 * raw input support
154
1552013-01-08 nu774 <honeycomb77@gmail.com>
156
157 * insert a white space in progress message
158
1592013-01-07 nu774 <honeycomb77@gmail.com>
160
161 * fix typo of bitrate-mode option [v0.0.8]
162
163 * more static inlining (missed on the previous commit) [v0.0.7]
164
165 * check error of fread() and fwrite() [v0.0.6]
166
167 * change inline->static inline to follow C99 semantics (for Clang)
168
169 * explicitly add -lfdk-aac to LDADD in Makefile.am
170
171 * add some files to EXTRA_DIST in Makefile.am
172
173 * fixed a typo in usage message [v0.0.5]
174
1752013-01-06 nu774 <honeycomb77@gmail.com>
176
177 * add MSVC projects
178
179 * add .gitattributes
180
181 * more tweak on configure.ac and Makefile.am (take care of getopt_long) [v0.0.4]
182
183 * use fstat() to test seekability of input file
184
185 * retrieve bitrate for tool tag with aacEncoder_GetParam()
186
187 * output to current working directory by default
188
1892013-01-05 nu774 <honeycomb77@gmail.com>
190
191 * zero clear LIB_INFO before calling aacEncGetLibInfo() [v0.0.3]
192
193 * tweak configure.ac and Makefile.am
194
195 * update version.h [v0.0.2]
196
197 * fixed to clip before converting float to int
198
199 * initial commit [v0.0.1]
200
This page took 0.019815 seconds and 4 git commands to generate.