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