fix to use libFDKAAC signaling mode 1
[fdkaac.git] / ChangeLog
CommitLineData
1c1d1931 12013-11-04 nu774 <honeycomb77@gmail.com>
8896249a 2
3 * update ChangeLog [HEAD]
4
1c1d1931 5 * update git2changelog to accept non-ascii output
6
7 * add manpage
8
92013-11-03 nu774 <honeycomb77@gmail.com>
10
11 * fix gcc warnings [origin/master]
12
13 * Merge pull request #7 from rbrito/misc-fixes
14
152013-11-03 Rogério Brito <rbrito@ime.usp.br>
16
17 * gitignore: Add list of files to ignore.
18
192013-11-03 nu774 <honeycomb77@gmail.com>
20
21 * update ChangeLog
22
8ac221b8 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
292013-10-30 nu774 <honeycomb77@gmail.com>
30
1c1d1931 31 * update ChangeLog
8ac221b8 32
5732f1f6 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
452013-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
572013-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
672013-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
732013-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
8896249a 81 * bump version [v0.4.0]
82
83 * update README
84
852013-10-24 nu774 <honeycomb77@gmail.com>
86
87 * caf input support
88
89 * refactor pcm io routines
90
912013-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
bd8c9a5d 972013-10-22 nu774 <honeycomb77@gmail.com>
29e09480 98
8896249a 99 * bump version [v0.3.3]
29e09480 100
bd8c9a5d 101 * fixed bogus sgpd written on --gapless-mode=1 and 2
102
1032013-10-21 nu774 <honeycomb77@gmail.com>
104
105 * bump version [v0.3.2]
106
29e09480 1072013-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
0c502d30 1152013-10-19 nu774 <honeycomb77@gmail.com>
116
bd8c9a5d 117 * update ChangeLog and git2changelog.py
0c502d30 118
1192013-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
2f960ef8 1272013-09-07 nu774 <honeycomb77@gmail.com>
128
0c502d30 129 * updated ChangeLog with new git2changelog.py
2f960ef8 130
1312013-06-14 nu774 <honeycomb77@gmail.com>
132
133 * add --moov-before-mdat [v0.3.0]
134
1352013-03-04 nu774 <honeycomb77@gmail.com>
136
137 * fix an error message
138
1392013-03-03 nu774 <honeycomb77@gmail.com>
140
141 * bump version [v0.2.0]
142
143 * add --gapless-mode
144
1452013-02-20 nu774 <honeycomb77@gmail.com>
146
147 * simplify __timeb64 condition
148
149 * use fseeko64() on i686-pc-mingw32
150
1512013-02-18 nu774 <honeycomb77@gmail.com>
152
153 * fix build issue on i686-pc-mingw (struct __timeb64 is missing)
154
1552013-02-17 nu774 <honeycomb77@gmail.com>
156
157 * bump version [v0.1.9]
158
159 * fix to accept option -C
160
1612013-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
1692013-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
1772013-02-03 nu774 <honeycomb77@gmail.com>
178
179 * bump version [v0.1.6]
180
181 * win32: change _wfopen() -> wfsopen()
182
1832013-01-30 nu774 <honeycomb77@gmail.com>
184
185 * update README (add note for character encoding)
186
1872013-01-28 nu774 <honeycomb77@gmail.com>
188
189 * bump version [v0.1.5]
190
191 * gracefully shutdown on signals
192
1932013-01-27 nu774 <honeycomb77@gmail.com>
194
195 * fix MSVC project build issue
196
1972013-01-25 nu774 <honeycomb77@gmail.com>
198
199 * bump version [v0.1.4]
200
201 * add --tag-from-file
202
2032013-01-24 nu774 <honeycomb77@gmail.com>
204
205 * add --silent
206
2072013-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
2152013-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
2232013-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
2312013-01-13 nu774 <honeycomb77@gmail.com>
232
233 * fix mp4 duration & version calcuration [v0.1.0]
234
2352013-01-11 nu774 <honeycomb77@gmail.com>
236
237 * add support for xid
238
239 * support for i686-pc-mingw32 (missing _vscprintf)
240
2412013-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
2472013-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
2572013-01-08 nu774 <honeycomb77@gmail.com>
258
259 * insert a white space in progress message
260
2612013-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
2772013-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
2912013-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.0265 seconds and 4 git commands to generate.