4687 Commits (c31ce95f1c4c504ff9e3a90b1e4e37f695547c72)

Author SHA1 Message Date
Michael Niedermayer 5804201cba avutil/frame: Reimplement av_frame_new_side_data() without size=0 special case 8 years ago
Michael Niedermayer 4614bf2caf Factorize CHECK/SUINT code 8 years ago
Michael Niedermayer e8d4eacc07 Factor CHECKED out of DEBUG so it can be set seperatly 8 years ago
James Darnley 5336887867 avcodec/h264: sse2, avx h luma mbaff deblock/loop filter 8 years ago
James Darnley 7627df15d4 x86util: import MOVHL macro 8 years ago
James Darnley 9d815b7424 avcodec/x86: deduplicate PASS8ROWS macro 8 years ago
Martin Storsjö 8847eeaa14 aarch64: Add parentheses around the offset parameter in movrel 8 years ago
Mark Thompson e791b915c7 hwcontext_vaapi: Try to support the VDPAU wrapper 8 years ago
wm4 50708f4aa4 hwcontext_dxva2: support D3D9Ex 8 years ago
wm4 e3af49b14b AVFrame: add an opaque_ref field 8 years ago
wm4 c2f97f0508 hwcontext_dxva2: support D3D9Ex 8 years ago
wm4 04f3bd3496 AVFrame: add an opaque_ref field 8 years ago
Anton Khirnov 4de220d2e3 frame: allow align=0 (meaning automatic) for av_frame_get_buffer() 8 years ago
Anton Khirnov e6bff23f1e cpu: add a function for querying maximum required data alignment 8 years ago
Vittorio Giovara ce6d72d107 imgutils: Document av_image_get_buffer_size() 8 years ago
Mark Thompson 3420b34a8a Revert "avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails" 8 years ago
Diego Biurrun 7abdd026df asm: Consistently uppercase SECTION markers 8 years ago
Aman Gupta 3606602f11 avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails 8 years ago
wm4 3ad825793a hwcontext_cuda: implement frames_get_constraints 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Marton Balint d25769555b avutil/frame: fix av_frame_copy for unknown layouts 8 years ago
Paul B Mahol 13564fc24d avutil/eval: add atan2 function 8 years ago
Luca Barbato 562ef82d6a fifo: Return the correct AVERROR value 8 years ago
Marton Balint c4618f842a avutil/channel_layout: add av_get_extended_channel_layout 8 years ago
Marton Balint 5049f05f27 avutil/channel_layout: fix remains of old syntax in docs and comments 8 years ago
Diego Biurrun b83aea7340 des-test: Pass the proper types to av_des_*() functions 8 years ago
wm4 c16fe1432d hwcontext_cuda: implement frames_get_constraints 8 years ago
Jonathan Campbell 76c5a69e26 libavutil: add av_lfg_init_from_data() function 8 years ago
Mark Thompson f7e9275f83 hwcontext_vdpau: Fix missing subscripts 8 years ago
Matthieu Bouron adf5dc90a9 avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignore 8 years ago
Thomas Turner 08fdf965c9 avutil/tests/audio_fifo.c: pass by reference for efficiency and change datatype to const 8 years ago
James Almer 1d4d0ee4b0 avutil/reverse: move the ff_reverse declaration to a separate header 8 years ago
Anton Khirnov 52627248e4 frame: add a cropping rectangle to AVFrame 8 years ago
Henrik Gramner cd09e3b349 x86inc: Avoid using eax/rax for storing the stack pointer 8 years ago
Diego Biurrun 00b6a76543 hmac: Explicitly convert types at function pointer assignment 8 years ago
Diego Biurrun e435beb1ea crypto: consistently use size_t as type for length parameters 8 years ago
Henrik Gramner 3cba1ad76d x86inc: Avoid using eax/rax for storing the stack pointer 8 years ago
Wang Bin 0e8b68a2c4 avutil/tile: check clock_gettime at runtime for apple platforms 8 years ago
Thomas Turner 3126ca2825 avutil/tests: added selftest for aes_ctr.c 8 years ago
Thomas Turner b7a6d28e5e avutil/tests: improved code coverage for atomic 8 years ago
Michael Niedermayer 7525517593 libavutil/random_seed: Ensure that get_generic_seed() spends at least 1/32 sec gathering entropy 8 years ago
Thomas Turner 1bfb4587a2 avutil/tests/audio_fifo.c: Memory leak and tab space fixes 8 years ago
Thomas Turner 11b7cad3dc avutil/tests/audio_fifo.c: use av_malloc() family of functions 8 years ago
Thomas Turner d7a3c7427f avutil/tests/audio_fifo.c: Corrected test error messages 8 years ago
Michael Niedermayer c4152fc42e avutil/random_seed: Reduce the time needed on systems with very low precission clock() 8 years ago
James Almer 94eb600f35 tests/audio_fifo: fix buffer allocation for non planar formats 8 years ago
Michael Niedermayer c193132ce5 avutil/tests/random_seed: eliminate goto 8 years ago
Thomas Turner 8dcb28cf6d avutil/tests: Improved code coverage for random_seed 8 years ago
James Almer 0abcebe3d6 tests/avstring: free the pointer after calls to av_d2str() 8 years ago
Michael Niedermayer da73d95bad avutil/random_seed: Improve get_generic_seed() with higher precission clock() 8 years ago