1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-01-23 20:20:43 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
nu774
c5c459082a add --tag and --long-tag 2013-01-10 10:58:19 +09:00
nu774
00799c5e44 fix corner case of progress display 2013-01-09 16:39:39 +09:00
nu774
6887939854 calculate length from file size 2013-01-09 11:37:25 +09:00
nu774
6854317606 raw input support 2013-01-09 00:12:55 +09:00
nu774
8960a17764 insert a white space in progress message 2013-01-08 22:11:10 +09:00
nu774
34b319e08b fix typo of bitrate-mode option 2013-01-07 20:11:52 +09:00
nu774
158dc13cc8 more static inlining (missed on the previous commit) 2013-01-07 13:24:09 +09:00
nu774
5e1168a4dd check error of fread() and fwrite() 2013-01-07 13:14:46 +09:00
nu774
01993d6774 change inline->static inline to follow C99 semantics (for Clang) 2013-01-07 12:54:50 +09:00
nu774
9ad6264b3c explicitly add -lfdk-aac to LDADD in Makefile.am 2013-01-07 11:36:41 +09:00
nu774
7db9e2768d add some files to EXTRA_DIST in Makefile.am 2013-01-07 11:25:22 +09:00
nu774
097ef9a838 fixed a typo in usage message 2013-01-07 10:58:09 +09:00
nu774
e901466335 add MSVC projects 2013-01-06 18:37:55 +09:00
nu774
eba9a5841e add .gitattributes 2013-01-06 18:25:49 +09:00
nu774
d5a9697e47 more tweak on configure.ac and Makefile.am (take care of getopt_long) 2013-01-06 15:39:48 +09:00
nu774
7222b0b5ac use fstat() to test seekability of input file 2013-01-06 13:41:31 +09:00
nu774
112fdaf461 retrieve bitrate for tool tag with aacEncoder_GetParam() 2013-01-06 13:26:19 +09:00
nu774
af8fa38d33 output to current working directory by default 2013-01-06 13:19:07 +09:00
nu774
d1ce25369b zero clear LIB_INFO before calling aacEncGetLibInfo() 2013-01-05 23:56:15 +09:00
nu774
bae3489b91 tweak configure.ac and Makefile.am 2013-01-05 14:20:23 +09:00
nu774
f333a45f78 update version.h 2013-01-05 14:04:44 +09:00
nu774
6da14aaeb7 fixed to clip before converting float to int 2013-01-05 10:47:21 +09:00
nu774
48e2f01c56 initial commit 2013-01-05 01:10:05 +09:00