summaryrefslogtreecommitdiff
path: root/y4minput.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Relax constraints on Y4M header parsingElliott Karpilovsky1-24/+54
2021-01-28Relax constraints on Y4M header parsingElliott Karpilovsky1-31/+45
2021-01-14Relax constraints on Y4M header parsingElliott Karpilovsky1-188/+206
2018-04-09vpx_image: remove unused image formatsJames Zern1-24/+0
2018-04-02remove support for yuv 411Johann1-0/+2
2018-01-12clang-format v5.0.0 y4minput.cJohann1-1/+0
2018-01-11adopt some clang 5.0.0 formattingJohann1-2/+2
2017-09-01apply clang-formatclang-format1-69/+85
2016-07-19vp8/{bitstream,rdopt},y4minput: correct break placementJames Zern1-8/+16
2016-07-19y4minput.c: correct empty loop formattingJames Zern1-2/+2
2016-07-19top-level: apply clang-formatclang-format1-174/+248
2014-10-08Revert "Change the y4m buffer allocation size"Yaowu Xu1-2/+2
2014-10-03Change the y4m buffer allocation sizeYaowu Xu1-2/+2
2014-09-02Removing legacy compatibility layer.Dmitry Kovalev1-6/+6
2014-08-21y4minput.c : removed malloc of 0 bytes to resolve warningJim Bankoski1-1/+3
2014-08-21y4minput.c : uninitalized buffer caused garbage value warningJim Bankoski1-1/+1
2014-07-11Silent -wextra warningsYaowu Xu1-0/+4
2014-07-05Adds support for reading and writing 10/12-bit y4mDeb Mukherjee1-10/+115
2014-07-02Reverting "Adds support for reading and writing 10/12-bit y4m" for now becaus...Dmitry Kovalev1-115/+10
2014-07-02Adds support for reading and writing 10/12-bit y4mDeb Mukherjee1-10/+115
2014-03-18y4minput: add more error reporting on read failureJames Zern1-3/+11
2014-03-11y4minput: add some tolerance for read short countsJames Zern1-8/+32
2013-05-06Y4M input support for 4:2:2, 4:4:4, 4:4:4:4John Koleszar1-35/+76
2012-11-06Merge other top-level C codeJohn Koleszar1-2/+2
2012-07-17Restyle codeJohn Koleszar1-361/+358
2011-05-09clean up unused variable warningsJohann1-10/+0
2010-10-27Eliminate more warnings.Timothy B. Terriberry1-1/+1
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar1-1/+1
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar1-2/+2
2010-06-04LICENSE: update with latest textJohn Koleszar1-4/+5
2010-06-02Add support for reading YUV4MPEG2 files to ivfenc.Timothy B. Terriberry1-0/+880