54 Commits (5ad436fcb91a538343e2798ce29630ad4aa71b3c)

Author SHA1 Message Date
Andreas Rheinhardt 211619ad7f avcodec: Remove the FFT_FIXED_32 define 3 years ago
Andreas Rheinhardt 69f120ead7 avcodec/avcodec: Don't include cpu.h 3 years ago
Andreas Rheinhardt d947464ad4 avcodec: Remove deprecated AVPicture API 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
James Almer 2995a1f294 avcodec/tests/avpacket: use av_packet_alloc() to allocate packets 4 years ago
Anton Khirnov 2644a5d418 lavc: remove tests/options 4 years ago
Andreas Rheinhardt bce9c5e276 avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.c 4 years ago
Andreas Rheinhardt 8c01eb0a31 avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.c 4 years ago
Lynne 151b41c8cc
fft: remove 16-bit FFT and MDCT code 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Anton Khirnov 0d6b4351c6 Remove unnecessary use of avcodec_close(). 4 years ago
Josh de Kock bd2e7b74e1 lavc: stop using deprecated av_codec_next() 5 years ago
Zhao Zhili eafc8afafc avcodec/tests: add h265_levels to .gitignore 5 years ago
Mark Thompson e3424575f5 lavc/h265_profile_level: Add unit test 5 years ago
Decai Lin ec1e4a8baf lavc/h264_levels: add MaxMBPS checking and update fate test. 6 years ago
FeRD (Frank Dana) 8133921ad2 avcodec/tests: Add codec_desc to .gitignore 6 years ago
Michael Niedermayer c15972f0af avcodec/tests/rangecoder: initialize array to avoid valgrind warning 6 years ago
Michael Niedermayer b6c2c58904 avcodec/rangecoder: Add and test ff_rac_check_termination() 6 years ago
Michael Niedermayer 0c4af1390f avcodec/tests/rangecoder: Test coder more completely 6 years ago
Michael Niedermayer 1be9a28f8e avcodec/rangecoder: factorize termination version code 6 years ago
Martin Vignali c097a32e93 avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits per raw sample 6 years ago
Andreas Rheinhardt 959521b58d h264_levels, h264_metadata_bsf: Fix levels typo 6 years ago
Mark Thompson cc549149d3 lavc/h264: Add common code for level handling 6 years ago
Marton Balint 56b081da57 avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8 7 years ago
Kieran Kunhya 699fa8f382 simple_idct: Template functions to support an input bitdepth parameter 7 years ago
Josh de Kock 89029bd2c7 lav*,tests: remove several register_all calls 7 years ago
Diego Biurrun a674b31240 build: Ignore generated mpeg12framerate test binary 7 years ago
Muhammad Faiz b7d476b138 fate/libavcodec: add codec_desc test 7 years ago
Jim DeLaHunt fb791d2876 Ignore libavcodec/tests/mpeg12framerate, a test program 7 years ago
Mark Thompson 278c308cea mpeg12: Add a common function to find the best frame rate 7 years ago
Mark Thompson b5859e0b04 mpeg12: Move finding the best frame rate to common code 7 years ago
Jesse Liu 8e17cd20b9 add missing ignore files 7 years ago
Michael Niedermayer 84786e928f avcodec/tests/dct: Add Mean square error test 7 years ago
Michael Niedermayer 86cbffdc4d avcodec/tests/dct: Add peak mean error check 7 years ago
Clément Bœsch e800371863 lavc/htmlsubtitles: improve line breaks handling 7 years ago
Clément Bœsch 55949e3e51 lavc/tests: add htmlsubtitles 7 years ago
James Darnley d7246ea9f2 avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth functions 7 years ago
Jun Zhao 32deea87c1 lavc/tests/golomb: Add unit test for set_ue_golomb_long. 8 years ago
Diego Biurrun fd502f4f5f build: Generalize yasm/nasm-related variable names 8 years ago
James Darnley 8e89f6fd37 avcodec/x86: move simple_idct to external assembly 8 years ago
Michael Niedermayer d92ad42fb3 avcodec/tests/celp_math: Change IsAlmostEqual() to a function 8 years ago
Thomas Turner 824fe914fe avcodec/tests: added test for celp_math.c 8 years ago
Matthieu Bouron 0c6105dde0 lavc/tests/dct/aarch64: add ff_simple_idct_neon test 8 years ago
Michael Niedermayer d23af72a0c avcodec/tests/mjpegenc_huffman: Remove static in main() table 8 years ago
Rostislav Pehlivanov 53234b9ba5 tests/mjpegenc_huffman: align static tables 8 years ago
Rostislav Pehlivanov 20614e868b tests/mjpegenc_huffman: replace assert() with av_assert0() 8 years ago
Jerry Jiang 884506dfe2 Implement optimal huffman encoding for (M)JPEG. 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 68cdeb06de avcodec/tests/fft: Fix indention of dct_init() 8 years ago
Derek Buitenhuis 51c673a0d7 libavcodec/tests: Add avpacket test to .gitignore 8 years ago