21041 Commits (c0d56bf8a4c659cb15d3c7807c1372ce708788d0)

Author SHA1 Message Date
Marton Balint d6e9566949 h264: add support for AFD detection 13 years ago
Michael Niedermayer f72b735d41 libavcodec/vorbisenc: add {} to complex ifs 13 years ago
Michael Niedermayer 4ce9312d76 libavcodec/cook: add {} to complex ifs 13 years ago
Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 13 years ago
Michael Niedermayer e4255eaf47 ffv1: split decoder and encoder 13 years ago
Michael Niedermayer 05f228b0a0 ffv1: fix gray 13 years ago
Michael Niedermayer 7696a392e2 mp3dec: propagate error code correctly. 13 years ago
Diego Biurrun a7d2861d36 svq3: K&R formatting cosmetics 13 years ago
Diego Biurrun af1ede069c svq3: cosmetics: Drop useless parentheses 13 years ago
Diego Biurrun 6cfca5b6ae ffv1: Add missing #includes to header file 13 years ago
Luca Barbato 0f13cd3187 ffv1: update to ffv1 version 3 13 years ago
Luca Barbato 4a2a4524a3 ffv1: propagate errors 13 years ago
Luca Barbato 71f7b22dba ffv1: split decoder and encoder 13 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 13 years ago
Michael Niedermayer d7cabb3c7e bgmc: check the correct pointers 13 years ago
Michael Niedermayer bf52ad1e49 lavc: revert broken hunk from 1cd9c81ddb 13 years ago
Martin Storsjö d15c21e5fa avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility 13 years ago
Mans Rullgard f0c07be649 celp_math: rename ff_log2 to ff_log2_q15 13 years ago
Stefano Sabatini 7bc533c41b lavc/utils: fix a few case/punctuation inconsistencies in avcodec_open2() 13 years ago
Stefano Sabatini 1cd9c81ddb lavc/utils: extend feedback provided by avcodec_open2() 13 years ago
Mans Rullgard 1846ddf0a7 ARM: fix overreads in neon h264 chroma mc 13 years ago
Hendrik Leppkes 953a3dcc4e Mark data symbols shared between libraries with av_export 13 years ago
Hendrik Leppkes 33f2a49423 vc1: only disable interlaced b-frames for software decoding 13 years ago
Hendrik Leppkes b87ff34496 vc1: implement vc1 field interlaced dxva2 decoding 13 years ago
Michael Niedermayer 0fa26bd470 utvideoenc: fix theoretical integer overflow 13 years ago
Michael Niedermayer d86ef54476 avcodec_align_dimensions2: add missing breaks 13 years ago
Ash Hughes 2470851f12 lavc: enable recursively using avcodec_open2/close. 13 years ago
Diego Biurrun c896aa984e build: Drop OBJS declaration for non-existing PCM_DVD encoder 13 years ago
Michael Niedermayer 6bcdfe48d0 mpeg4videodec: Disable frame multithreading for GMC, its not implemented at all 13 years ago
Kostya Shishkov 169514c440 indeo3: do not try to output more lines than we can fit 13 years ago
Kostya Shishkov 8774d58358 bmv: get a new frame on every decode_frame(), so we can use direct rendering 13 years ago
Michael Niedermayer d50aa006fb tiffenc: fix integer overflow 13 years ago
Michael Niedermayer a06f943f9d roqvideodec: replace dead code by assert 13 years ago
Michael Niedermayer c0b17ea106 roqaudioenc: Fix crash with very small roq files 13 years ago
Paul B Mahol 4ebf305951 lavc/tta: do not overwrite bits_per_coded_sample 13 years ago
Paul B Mahol 445f36d7c8 kmvc: use meaningful error codes 13 years ago
Paul B Mahol be536f084a xxan: return more meaningful error codes 13 years ago
Paul B Mahol 0bf40e0ef4 lavc/yop: remove redudant YOP in av_log() messages 13 years ago
Paul B Mahol 4c6c6a266e jvdec: use more meaningful error code 13 years ago
Paul B Mahol 527224830a idcinvideo: if decoding fails return error 13 years ago
Paul B Mahol aadb7b3ac4 lavc/c93: use meaningful error codes 13 years ago
Michael Niedermayer 05b0337025 motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse the last. 13 years ago
Michael Niedermayer df727d408c mlp_parser: print error when ff_combine_frame() fails to add the current buffer 13 years ago
Clément Bœsch e807a2b648 lavc: add raw text subtitles decoder. 13 years ago
Michael Niedermayer c753b56b4d ff_convert_matrix: fix integer overflow 13 years ago
Michael Niedermayer 5537c92f84 mpegvideoenc: check return value of ff_MPV_frame_start() 13 years ago
Michael Niedermayer 2472f3facb lzwenc: change assert to av_assert 13 years ago
Michael Niedermayer 97d1cb5cd4 bmv: remove unreachable default case 13 years ago
Mans Rullgard 7a12d97eb1 aac: fix build with hardcoded tables 13 years ago
Michael Niedermayer 23b203014f indeo4: prevent printing uninitialized variable 13 years ago