summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAge
* Rename SIGN macro to the more fitting UNFOLD.Diego Biurrun2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* remove get_le16 and get_le32, get_bits and get_bits_long can just be used dir...Reimar Döffinger2006-09-25
* Changes needed due to show_bits_long behaviour changes/fixesReimar Döffinger2006-09-25
* Fix FSF postal address.Diego Biurrun2006-07-26
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patchBenjamin Larsson2006-02-27
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-12