26 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Michael Niedermayer 9a2153894f ffv1enc: fix 1000l typo 12 years ago
Michael Niedermayer bd63f8f657 ffv1enc: Fix memleak 12 years ago
Michael Niedermayer 19411d32d4 ffv1enc: dont set coded_frame 12 years ago
Michael Niedermayer 54602590d9 ffv1enc: Check the return value of ffv1_common_init() 12 years ago
Michael Niedermayer 69cfe63a43 ffv1: Switch to ThreadFrame 12 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Michael Niedermayer 7f138310fb ffv1enc: favor version 3 over 2 unless -strict -2 is set 12 years ago
Michael Niedermayer 1a392fc550 ffv1: Store a flag in the global header that indicates if all frames are keyframes 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 0aa1d848ec ffv1enc: better heuristic to calculate initial states 12 years ago
Michael Niedermayer b77d94dc6c ffv1enc: check for malloc failure 12 years ago
Michael Niedermayer c6ef7641fc ffv1enc: fix gbrp>8bit 12 years ago
Paul B Mahol be38aaba4a ffv1enc: include correct header 12 years ago
Michael Niedermayer 8bf16e677f ffv1enc: allow encoding with 1 slice for CIF and smaller in version 3 12 years ago
Michael Niedermayer c2cbc80ae9 ffv1enc: consider 2pass float rounding, fix loop 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Michael Niedermayer e4255eaf47 ffv1: split decoder and encoder 12 years ago
Michael Niedermayer 05f228b0a0 ffv1: fix gray 12 years ago
Luca Barbato 0f13cd3187 ffv1: update to ffv1 version 3 12 years ago
Luca Barbato 71f7b22dba ffv1: split decoder and encoder 12 years ago
Michael Niedermayer 4e2e3d943e ffv1: fix packed rgb with 1.3 12 years ago
Luca Barbato 9a978b334b ffv1: K&R formatting cosmetics 12 years ago
Michael Niedermayer 670b927aa2 ffv1: make sure gob_count is not 0 12 years ago
Michael Niedermayer 54b2d317ed ffv1: avoid checking a double for equality 12 years ago
Paul B Mahol a51540d811 lavc: do not use av_pix_fmt_descriptors directly 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 106790a4e9 ffv1: fix array data types 12 years ago
Michael Niedermayer ed015f67a2 ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2() 12 years ago
Michael Niedermayer 856834a77f ffv1: change w/h asserts to check as the condition can likely happen 12 years ago
Michael Niedermayer 5709e20199 ffv1: remove commented asserts 12 years ago
Michael Niedermayer 695f086939 ffv1dec: print bps for pict debug too 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Michael Niedermayer f049729e61 ffv1enc: fix integer overflow with high resolutions and lots of slices. 12 years ago
Michael Niedermayer 55a6f705ac ffv1dec: support decoding older 1.3 bitstream variant 12 years ago
Michael Niedermayer ff0c628268 ffv1:update copyright year 12 years ago
Michael Niedermayer aea15df3b4 ffv1dec: change bitstream end check to a exact check instead of a +-1 check 12 years ago
Michael Niedermayer d8676140de ffv1: inject sentinels for RC->VLC transitions begining with 1.3 12 years ago
Michael Niedermayer ad9371ef24 ffv1enc: fix RC slice sentinel 12 years ago
Michael Niedermayer 0b23452c01 ffv1: fix 2 uninitialized variable warnings 12 years ago
Georg Lippitsch 15acfa21fc ffv1: more than 8 bit per RGB channel 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
jamal cb40d36074 ffv1: Fix warnings about incompatible pointer type and discarded qualifiers 12 years ago
Michael Niedermayer b45a313e97 ffv1dec: fix error concealment for gop>1 13 years ago
Michael Niedermayer ac9389a663 ffv1dec: detect errors in bytestream end mismatches for EC 13 years ago
Michael Niedermayer b0d674ec10 ffv1dec: set the first slices bytestream end correctly 13 years ago
Michael Niedermayer f5af3568f6 ffv1dec: keep track of errors in slice headers for EC 13 years ago
Michael Niedermayer 094845aad8 ffv1dec: add simple error concealment in case of CRC errors on slices. 13 years ago