Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-02-01fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau
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.
2012-01-31golomb-test: K&R formatting cosmeticsDiego Biurrun
2012-01-31h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun
The new name is more appropriate as only golomb functions are tested.