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