]>
Commit | Line | Data |
---|---|---|
b667da2b | 1 | 2014-07-30 nu774 <honeycomb77@gmail.com> |
8896249a | 2 | |
3 | * update ChangeLog [HEAD] | |
4 | ||
b667da2b | 5 | * win32compat: fix aacenc_printf() not to write junk characters [v0.5.4] |
6 | ||
7 | 2014-05-12 nu774 <honeycomb77@gmail.com> | |
8 | ||
9 | * write INSTALL [origin/master] | |
10 | ||
11 | 2014-03-14 nu774 <honeycomb77@gmail.com> | |
12 | ||
13 | * update COPYING (patch from darealshinji) | |
14 | ||
15 | 2014-02-17 nu774 <honeycomb77@gmail.com> | |
16 | ||
17 | * update ChangeLog | |
18 | ||
f7a24bf8 | 19 | * bump version [v0.5.3] |
20 | ||
21 | * fix: CAF chan chunk using channel bitmap was not correctly handled | |
22 | ||
23 | 2014-01-18 nu774 <honeycomb77@gmail.com> | |
24 | ||
b667da2b | 25 | * update ChangeLog |
f7a24bf8 | 26 | |
b3dcf086 | 27 | * bump version [v0.5.2] |
28 | ||
29 | * fix reading of caf file without chan chunk | |
30 | ||
31 | 2013-11-17 nu774 <honeycomb77@gmail.com> | |
32 | ||
f7a24bf8 | 33 | * Merge pull request #9 from rbrito/fix-typo |
b3dcf086 | 34 | |
35 | 2013-11-18 Rogério Brito <rbrito@ime.usp.br> | |
36 | ||
37 | * man: Regen manpage with hyphens escaped. | |
38 | ||
39 | * README: Remove trailing whitespaces that end up in the manpages. | |
40 | ||
41 | * README: Fix typo in bandwidth to match CLI options. | |
42 | ||
43 | 2013-11-08 nu774 <honeycomb77@gmail.com> | |
44 | ||
45 | * add genman.sh, update fdkaac.1 | |
46 | ||
47 | * update ChangeLog | |
48 | ||
b815f858 | 49 | * bump version [v0.5.1] |
50 | ||
51 | * fix to use libFDKAAC signaling mode 1 | |
52 | ||
53 | 2013-11-05 nu774 <honeycomb77@gmail.com> | |
54 | ||
55 | * fix README | |
56 | ||
57 | 2013-11-04 nu774 <honeycomb77@gmail.com> | |
58 | ||
59 | * rename README.md -> README | |
60 | ||
61 | * Update README -> README.md, generate groff manpage from README.md | |
62 | ||
63 | * update ChangeLog | |
64 | ||
1c1d1931 | 65 | * update git2changelog to accept non-ascii output |
66 | ||
67 | * add manpage | |
68 | ||
69 | 2013-11-03 nu774 <honeycomb77@gmail.com> | |
70 | ||
b815f858 | 71 | * fix gcc warnings |
1c1d1931 | 72 | |
73 | * Merge pull request #7 from rbrito/misc-fixes | |
74 | ||
75 | 2013-11-03 Rogério Brito <rbrito@ime.usp.br> | |
76 | ||
77 | * gitignore: Add list of files to ignore. | |
78 | ||
79 | 2013-11-03 nu774 <honeycomb77@gmail.com> | |
80 | ||
81 | * update ChangeLog | |
82 | ||
8ac221b8 | 83 | * bump version [v0.5.0] |
84 | ||
85 | * add --sbr-ratio to support AACENC_SBR_RATIO appeared on libFDK 3.4.12 | |
86 | ||
87 | * support 7.1 channel mode added on FDK 3.4.12 | |
88 | ||
89 | 2013-10-30 nu774 <honeycomb77@gmail.com> | |
90 | ||
1c1d1931 | 91 | * update ChangeLog |
8ac221b8 | 92 | |
5732f1f6 | 93 | * bump version [v0.4.2] |
94 | ||
95 | * use tell() to obtain data chunk offset | |
96 | ||
97 | * rename aacenc_result_t -> aacenc_frame_t, simplify write_sample() | |
98 | ||
99 | * prepend 1 sample zero padding in case of SBR and enc_delay is odd | |
100 | ||
101 | * cleanup interface of aac_encode_frame() | |
102 | ||
103 | * add some copyright notice | |
104 | ||
105 | 2013-10-29 nu774 <honeycomb77@gmail.com> | |
106 | ||
107 | * smart padding for better gapless playback | |
108 | ||
109 | * fix unused variable warning | |
110 | ||
111 | * fix warning: cast size_t as sprintf() arg to int | |
112 | ||
113 | * fix vcxproj | |
114 | ||
115 | * fix pcm_seek() to inline | |
116 | ||
117 | 2013-10-27 nu774 <honeycomb77@gmail.com> | |
118 | ||
119 | * bump version [v0.4.1] | |
120 | ||
121 | * add --include-sbr-delay | |
122 | ||
123 | * fix help message: show -I as shorthand for --ignorelength | |
124 | ||
125 | * remove --sbr-signaling | |
126 | ||
127 | 2013-10-26 nu774 <honeycomb77@gmail.com> | |
128 | ||
b667da2b | 129 | * re-fix #ifdef cond for lrint() |
5732f1f6 | 130 | |
131 | * tag mapping: add recorded date and tempo, remove performer->artist | |
132 | ||
133 | 2013-10-25 nu774 <honeycomb77@gmail.com> | |
134 | ||
135 | * fix MSVC12 build issue | |
136 | ||
137 | * fix build issue on platform where fileno is a naive macro | |
138 | ||
139 | * update ChangeLog | |
140 | ||
8896249a | 141 | * bump version [v0.4.0] |
142 | ||
143 | * update README | |
144 | ||
145 | 2013-10-24 nu774 <honeycomb77@gmail.com> | |
146 | ||
147 | * caf input support | |
148 | ||
149 | * refactor pcm io routines | |
150 | ||
151 | 2013-10-23 nu774 <honeycomb77@gmail.com> | |
152 | ||
153 | * cleanup metadata handling | |
154 | ||
155 | * --tag-from-json: properly support number/total format in json track field | |
156 | ||
bd8c9a5d | 157 | 2013-10-22 nu774 <honeycomb77@gmail.com> |
29e09480 | 158 | |
8896249a | 159 | * bump version [v0.3.3] |
29e09480 | 160 | |
bd8c9a5d | 161 | * fixed bogus sgpd written on --gapless-mode=1 and 2 |
162 | ||
163 | 2013-10-21 nu774 <honeycomb77@gmail.com> | |
164 | ||
165 | * bump version [v0.3.2] | |
166 | ||
29e09480 | 167 | 2013-10-20 nu774 <honeycomb77@gmail.com> |
168 | ||
169 | * reimplement int16 conversion as pcm_reader | |
170 | ||
171 | * add abstraction layer for pcm reading | |
172 | ||
173 | * improve handling of avgBitrate | |
174 | ||
0c502d30 | 175 | 2013-10-19 nu774 <honeycomb77@gmail.com> |
176 | ||
bd8c9a5d | 177 | * update ChangeLog and git2changelog.py |
0c502d30 | 178 | |
179 | 2013-10-18 nu774 <honeycomb77@gmail.com> | |
180 | ||
181 | * bump version [v0.3.1] | |
182 | ||
183 | * update README | |
184 | ||
185 | * set avgBitrate field to zero for 14496-1 compliance | |
186 | ||
2f960ef8 | 187 | 2013-09-07 nu774 <honeycomb77@gmail.com> |
188 | ||
0c502d30 | 189 | * updated ChangeLog with new git2changelog.py |
2f960ef8 | 190 | |
191 | 2013-06-14 nu774 <honeycomb77@gmail.com> | |
192 | ||
193 | * add --moov-before-mdat [v0.3.0] | |
194 | ||
195 | 2013-03-04 nu774 <honeycomb77@gmail.com> | |
196 | ||
197 | * fix an error message | |
198 | ||
199 | 2013-03-03 nu774 <honeycomb77@gmail.com> | |
200 | ||
201 | * bump version [v0.2.0] | |
202 | ||
203 | * add --gapless-mode | |
204 | ||
205 | 2013-02-20 nu774 <honeycomb77@gmail.com> | |
206 | ||
207 | * simplify __timeb64 condition | |
208 | ||
209 | * use fseeko64() on i686-pc-mingw32 | |
210 | ||
211 | 2013-02-18 nu774 <honeycomb77@gmail.com> | |
212 | ||
213 | * fix build issue on i686-pc-mingw (struct __timeb64 is missing) | |
214 | ||
215 | 2013-02-17 nu774 <honeycomb77@gmail.com> | |
216 | ||
217 | * bump version [v0.1.9] | |
218 | ||
219 | * fix to accept option -C | |
220 | ||
221 | 2013-02-16 nu774 <honeycomb77@gmail.com> | |
222 | ||
223 | * bump version [v0.1.8] | |
224 | ||
225 | * refine json metadata importing | |
226 | ||
227 | * m4af: duplication check on adding tags | |
228 | ||
229 | 2013-02-15 nu774 <honeycomb77@gmail.com> | |
230 | ||
231 | * add --tag-from-json [v0.1.7] | |
232 | ||
233 | * fix implicit int variable decl. | |
234 | ||
235 | * update m4af | |
236 | ||
237 | 2013-02-03 nu774 <honeycomb77@gmail.com> | |
238 | ||
239 | * bump version [v0.1.6] | |
240 | ||
241 | * win32: change _wfopen() -> wfsopen() | |
242 | ||
243 | 2013-01-30 nu774 <honeycomb77@gmail.com> | |
244 | ||
245 | * update README (add note for character encoding) | |
246 | ||
247 | 2013-01-28 nu774 <honeycomb77@gmail.com> | |
248 | ||
249 | * bump version [v0.1.5] | |
250 | ||
251 | * gracefully shutdown on signals | |
252 | ||
253 | 2013-01-27 nu774 <honeycomb77@gmail.com> | |
254 | ||
255 | * fix MSVC project build issue | |
256 | ||
257 | 2013-01-25 nu774 <honeycomb77@gmail.com> | |
258 | ||
259 | * bump version [v0.1.4] | |
260 | ||
261 | * add --tag-from-file | |
262 | ||
263 | 2013-01-24 nu774 <honeycomb77@gmail.com> | |
264 | ||
265 | * add --silent | |
266 | ||
267 | 2013-01-19 nu774 <honeycomb77@gmail.com> | |
268 | ||
269 | * retab | |
270 | ||
271 | * bump version [v0.1.3] | |
272 | ||
273 | * fix crash on wrong long option, rename --ignore-length to --ignorelength | |
274 | ||
275 | 2013-01-17 nu774 <honeycomb77@gmail.com> | |
276 | ||
277 | * bump version [v0.1.2] | |
278 | ||
279 | * compat_win32: free argv with atexit() | |
280 | ||
281 | * take care of COPYRIGHT-SIGN in UTF-8 | |
282 | ||
283 | 2013-01-15 nu774 <honeycomb77@gmail.com> | |
284 | ||
285 | * bump version [v0.1.1] | |
286 | ||
287 | * fix return type of put_type_entry() to void | |
288 | ||
289 | * add ADTS header size(7) to output byte length | |
290 | ||
291 | 2013-01-13 nu774 <honeycomb77@gmail.com> | |
292 | ||
293 | * fix mp4 duration & version calcuration [v0.1.0] | |
294 | ||
295 | 2013-01-11 nu774 <honeycomb77@gmail.com> | |
296 | ||
297 | * add support for xid | |
298 | ||
299 | * support for i686-pc-mingw32 (missing _vscprintf) | |
300 | ||
301 | 2013-01-10 nu774 <honeycomb77@gmail.com> | |
302 | ||
303 | * bump version [v0.0.9] | |
304 | ||
305 | * rename basename() -> aacenc_basename() and move to compat layer | |
306 | ||
307 | 2013-01-09 nu774 <honeycomb77@gmail.com> | |
308 | ||
309 | * add --tag and --long-tag | |
310 | ||
311 | * fix corner case of progress display | |
312 | ||
313 | * calculate length from file size | |
314 | ||
315 | * raw input support | |
316 | ||
317 | 2013-01-08 nu774 <honeycomb77@gmail.com> | |
318 | ||
319 | * insert a white space in progress message | |
320 | ||
321 | 2013-01-07 nu774 <honeycomb77@gmail.com> | |
322 | ||
323 | * fix typo of bitrate-mode option [v0.0.8] | |
324 | ||
325 | * more static inlining (missed on the previous commit) [v0.0.7] | |
326 | ||
327 | * check error of fread() and fwrite() [v0.0.6] | |
328 | ||
329 | * change inline->static inline to follow C99 semantics (for Clang) | |
330 | ||
331 | * explicitly add -lfdk-aac to LDADD in Makefile.am | |
332 | ||
333 | * add some files to EXTRA_DIST in Makefile.am | |
334 | ||
335 | * fixed a typo in usage message [v0.0.5] | |
336 | ||
337 | 2013-01-06 nu774 <honeycomb77@gmail.com> | |
338 | ||
339 | * add MSVC projects | |
340 | ||
341 | * add .gitattributes | |
342 | ||
343 | * more tweak on configure.ac and Makefile.am (take care of getopt_long) [v0.0.4] | |
344 | ||
345 | * use fstat() to test seekability of input file | |
346 | ||
347 | * retrieve bitrate for tool tag with aacEncoder_GetParam() | |
348 | ||
349 | * output to current working directory by default | |
350 | ||
351 | 2013-01-05 nu774 <honeycomb77@gmail.com> | |
352 | ||
353 | * zero clear LIB_INFO before calling aacEncGetLibInfo() [v0.0.3] | |
354 | ||
355 | * tweak configure.ac and Makefile.am | |
356 | ||
357 | * update version.h [v0.0.2] | |
358 | ||
359 | * fixed to clip before converting float to int | |
360 | ||
361 | * initial commit [v0.0.1] | |
362 |