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