21107 Commits (a945607a78ce2ab46e0ebca17d1999ba12b4efc3)

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