summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_twolame.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MEncoderUoti Urpala2010-11-021-235/+0
* Mark encoder-related m_option_t struct arrays as const.diego2010-04-041-1/+1
* Make close_twolame() static, only used in ae_twolame.c.cehoyos2010-02-281-1/+1
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-26/+26
* Avoid pointless casting of void*reimar2008-11-021-3/+3
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* reduced verbositynicodvb2005-09-131-1/+1
* updated psycho model range; made a parameter file-static in ae_toolame.cnicodvb2005-05-081-1/+1
* added twolame mp2 audio encodernicodvb2005-05-071-0/+217