summaryrefslogtreecommitdiff
path: root/y4minput.c
Commit message (Expand)AuthorAgeFilesLines
* Set _img->bit_depth in y4m_input_fetch_frame()Wan-Teh Chang2023-02-031-0/+1
* y4m_input_fetch_frame: fix ubsan null/zero offset warningJames Zern2022-07-271-7/+8
* y4m_input_open: check allocsJames Zern2022-04-271-1/+7
* Avoid chroma resampling for 420mpeg2 inputBohan Li2021-07-151-29/+2
* Relax constraints on Y4M header parsingElliott Karpilovsky2021-01-291-24/+54
* Relax constraints on Y4M header parsingElliott Karpilovsky2021-01-281-31/+45
* Relax constraints on Y4M header parsingElliott Karpilovsky2021-01-141-188/+206
* vpx_image: remove unused image formatsJames Zern2018-04-091-24/+0
* remove support for yuv 411Johann2018-04-021-0/+2
* clang-format v5.0.0 y4minput.cJohann2018-01-121-1/+0
* adopt some clang 5.0.0 formattingJohann2018-01-111-2/+2
* apply clang-formatclang-format2017-09-011-69/+85
* vp8/{bitstream,rdopt},y4minput: correct break placementJames Zern2016-07-191-8/+16
* y4minput.c: correct empty loop formattingJames Zern2016-07-191-2/+2
* top-level: apply clang-formatclang-format2016-07-191-174/+248
* Revert "Change the y4m buffer allocation size"Yaowu Xu2014-10-081-2/+2
* Change the y4m buffer allocation sizeYaowu Xu2014-10-031-2/+2
* Removing legacy compatibility layer.Dmitry Kovalev2014-09-021-6/+6
* y4minput.c : removed malloc of 0 bytes to resolve warningJim Bankoski2014-08-211-1/+3
* y4minput.c : uninitalized buffer caused garbage value warningJim Bankoski2014-08-211-1/+1
* Silent -wextra warningsYaowu Xu2014-07-111-0/+4
* Adds support for reading and writing 10/12-bit y4mDeb Mukherjee2014-07-051-10/+115
* Reverting "Adds support for reading and writing 10/12-bit y4m" for now becaus...Dmitry Kovalev2014-07-021-115/+10
* Adds support for reading and writing 10/12-bit y4mDeb Mukherjee2014-07-021-10/+115
* y4minput: add more error reporting on read failureJames Zern2014-03-181-3/+11
* y4minput: add some tolerance for read short countsJames Zern2014-03-111-8/+32
* Y4M input support for 4:2:2, 4:4:4, 4:4:4:4John Koleszar2013-05-061-35/+76
* Merge other top-level C codeJohn Koleszar2012-11-061-2/+2
* Restyle codeJohn Koleszar2012-07-171-361/+358
* clean up unused variable warningsJohann2011-05-091-10/+0
* Eliminate more warnings.Timothy B. Terriberry2010-10-271-1/+1
* Use WebM in copyright notice for consistencyJohn Koleszar2010-09-091-1/+1
* cosmetics: trim trailing whitespaceJohn Koleszar2010-06-181-2/+2
* LICENSE: update with latest textJohn Koleszar2010-06-041-4/+5
* Add support for reading YUV4MPEG2 files to ivfenc.Timothy B. Terriberry2010-06-021-0/+880