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