aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ae_toolame.c
Commit message (Expand)AuthorAge
* Mark encoder-related m_option_t struct arrays as const.Gravatar diego2010-04-04
* Make close_toolame() static, only used in ae_toolame.c.Gravatar cehoyos2010-02-28
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* reduced verbosityGravatar nicodvb2005-09-13
* updated psycho model range; made a parameter file-static in ae_toolame.cGravatar nicodvb2005-05-08
* fixed variability rangeGravatar nicodvb2005-04-27
* toolame now works in vbr mode, tooGravatar nicodvb2005-04-25
* macosx compilation fixGravatar nicodvb2005-04-22
* FreeBSD fixGravatar nexus2005-04-22
* audio encoding reworkedGravatar nicodvb2005-04-22
* fixed wrong deinterleaving of channelsGravatar nicodvb2005-01-21
* 10lGravatar iive2004-10-12
* encoding to mp2 with libtoolame - only cbr atmGravatar nicodvb2004-09-21