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