summaryrefslogtreecommitdiff
path: root/libavcodec/golomb-test.c
Commit message (Collapse)AuthorAge
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
|
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-01
| | | | | | | | get_ue_golomb_long() is only tested for values up to 2^15 - 2 since we can not write larger values. Silence the test on success and return a non-zero value on error. Use an heap scratch buffer instead of large stack buffer. Remove unneeded includes.
* golomb-test: K&R formatting cosmeticsDiego Biurrun2012-01-31
|
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-31
The new name is more appropriate as only golomb functions are tested.