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